tanmoy6106@gmail_com
New Member
I am trying to run SPCAM version spcam2_0-cesm1_1_1 on a Cray-machine, but getting some run-time error given below. Any help would be appreciated.
I am running with following options,
set atm_hgrid = 1.9x2.5 #
set atm_dyn = fv # [fv, sld] ! eul is not supported by SPCAM
set nlev = 30 # number of grid level of GCM
set pcols = 8 # number of columns in chunks (just keep it 8)
# # setup Super-parameterization (if want standard model set nocrm)
set crm # setting it makes super-parameterized code
set YES3D=0 # 0 if 2D crm, 1 if 3D crm/superparameterization
set crm_nx=32 # number of columns in x
set crm_ny=1 # number of columns in y
@ crm_nz = $nlev - 2 # number of crm levels should be at list 2 less than nlev
set crm_dx=4000. # crm horizontal grid resolution in meters
set crm_dt=20. # crm timestep in secs
set crmmicro=m2005 # microphysics (sam1mom-standard,m2005-double moment)
cat > $camroot/models/atm/cam/src/physics/crm/crmdims.h
I am running with following options,
set atm_hgrid = 1.9x2.5 #
set atm_dyn = fv # [fv, sld] ! eul is not supported by SPCAM
set nlev = 30 # number of grid level of GCM
set pcols = 8 # number of columns in chunks (just keep it 8)
# # setup Super-parameterization (if want standard model set nocrm)
set crm # setting it makes super-parameterized code
set YES3D=0 # 0 if 2D crm, 1 if 3D crm/superparameterization
set crm_nx=32 # number of columns in x
set crm_ny=1 # number of columns in y
@ crm_nz = $nlev - 2 # number of crm levels should be at list 2 less than nlev
set crm_dx=4000. # crm horizontal grid resolution in meters
set crm_dt=20. # crm timestep in secs
set crmmicro=m2005 # microphysics (sam1mom-standard,m2005-double moment)
cat > $camroot/models/atm/cam/src/physics/crm/crmdims.h