Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Error while running spcam2_0-cesm1_1_1

I am trying to run SPCAM version spcam2_0-cesm1_1_1 on a Cray-machine, but we are getting some runtime error given below. Would you please help in this regard. Any help would be appreciated.

We are 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
 
Top