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

CESM 1.2.2 INPUT DATA missing

HelloI am trying to run the compset F_AMIP_CAM5 at resolution f09_f09. But the model after running for sometime stops abruptly giving the messageFAILED to get /cesm/inputdata/atm/cam/chem/trop_mozart_aero/emis/ar5_mam3_so2_surf_1850-2005_c090805.ncI checked on the CESM repository but file is not available.Kindly help
 

hannay

Cecile Hannay
AMWG Liaison
Staff member
I believe you are getting this error message becasue you have reached the end of the dataset (you are trying to run after 2005).The valid file is: inputdata/atm/cam/chem/trop_mozart_aero/emis/ar5_mam3_so2_surf_1850-2005_c090804.ncwhen you are trying to run for a period after the end of the dataset, CESM will try to increment the name of the dataset by a day:ar5_mam3_so2_surf_1850-2005_c090804.nc -> ar5_mam3_so2_surf_1850-2005_c090805.nc but this file doesn't exist and it crashes. This is an old legacy that the name of dataset will refer to the date range of data included in the dataset. 

But now the c090804.nc says something about the creation date. 
You could use a rcp file if you want to run after 2005.
 

hannay

Cecile Hannay
AMWG Liaison
Staff member
I believe you are getting this error message becasue you have reached the end of the dataset (you are trying to run after 2005).The valid file is: inputdata/atm/cam/chem/trop_mozart_aero/emis/ar5_mam3_so2_surf_1850-2005_c090804.ncwhen you are trying to run for a period after the end of the dataset, CESM will try to increment the name of the dataset by a day:ar5_mam3_so2_surf_1850-2005_c090804.nc -> ar5_mam3_so2_surf_1850-2005_c090805.nc but this file doesn't exist and it crashes. This is an old legacy that the name of dataset will refer to the date range of data included in the dataset. 

But now the c090804.nc says something about the creation date. 
You could use a rcp file if you want to run after 2005.
 
Top