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: GETFIL: FAILED to get case.std.clm2.r.0001-01-01-00000.nc

MS_CLM

New Member
I'm trying to run the CLM model with the compset I2000Clm50BgcCropGs --res f05_g17 (50km), but it gives the following error:
I have turned off the crop model in user_nl_clm:
use_crop = .false.
irrigate = .false.
fsurdat = '/scratch/c/cgf/msol/cesm2.1.5_clm/inputdata/lnd/clm2/surfdata_map/surfdata_0.47x0.63_16pfts_Irrig_CMIP6_simyr1850_c170919.nc'
flanduse_timeseries = '/scratch/c/cgf/msol/cesm2.1.5_clm/inputdata/lnd/clm2/surfdata_map/landuse.timeseries_0.47x0.63_hist_16pfts_Irrig_CMIP6_simyr1850-2015_c180508.nc'

Also, in env_run.xml --> -crop has removed (cleaned and recomplied)
Any suggestions please?

###### error ##############
./case.submit --resubmit-immediate
...
(shr_dmodel_readstrm) open : /scratch/c/cgf/msol/cesm2.1.5_clm/inputdata/atm/datm7/NASA_LIS/clmforc.Li_2012_climo1995-2011.T62.lnfm_Total_c140423.nc
(shr_dmodel_readstrm) file lb: /scratch/c/cgf/msol/cesm2.1.5_clm/inputdata/atm/datm7/NASA_LIS/clmforc.Li_2012_climo1995-2011.T62.lnfm_Total_c140423.nc 2920
(shr_dmodel_readstrm) file ub: /scratch/c/cgf/msol/cesm2.1.5_clm/inputdata/atm/datm7/NASA_LIS/clmforc.Li_2012_climo1995-2011.T62.lnfm_Total_c140423.nc 1
Reading initial conditions from case.std.clm2.r.0001-01-01-00000.nc
(GETFIL): attempting to find local file case.std.clm2.r.0001-01-01-00000.nc
(GETFIL): failed getting file from full path:
case.std.clm2.r.0001-01-01-00000.nc
ERROR: GETFIL: FAILED to get case.std.clm2.r.0001-01-01-00000.nc
################################################
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
I'm not sure why you are getting that error. When I repeat your steps with release-cesm2.1.5, I get this for the initial file:

finidat = '/glade/campaign/cesm/cesmdata/inputdata/lnd/clm2/initdata_map/clmi.I1850Clm50BgcCrop.1366-01-01.0.9x1.25_gx1v6_simyr1850_c171213.nc'

and the model builds and runs.

Check your finidat in your lnd_in. I assume your RUN_TYPE = startup.
 

MS_CLM

New Member
I'm not sure why you are getting that error. When I repeat your steps with release-cesm2.1.5, I get this for the initial file:

finidat = '/glade/campaign/cesm/cesmdata/inputdata/lnd/clm2/initdata_map/clmi.I1850Clm50BgcCrop.1366-01-01.0.9x1.25_gx1v6_simyr1850_c171213.nc'

and the model builds and runs.

Check your finidat in your lnd_in. I assume your RUN_TYPE = startup.
Thank you very much; it worked.
 
Top