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

problem with CESM1.1.1 (E1850C5 and T31_gx3v7 resolution)

I have been trying to setup CESM1.1.1 run (E1850C5 and T31_gx3v7 resolution) on yellowstone. Twice the error messages are like this when building:

./cesm_test.build

-------------------------------------------------------------------------
CESM BUILDNML SCRIPT STARTING
- To prestage restarts, untar a restart.tar file into /glade/scratch/xxx/cesm_test/run
CAM writing dry deposition namelist to drv_flds_in
CAM writing namelist to atm_in
CLM configure done.
CLM adding use_case 1850_control defaults for var sim_year with val 1850
CLM adding use_case 1850_control defaults for var sim_year_range with val constant
CLM adding use_case 1850_control defaults for var use_case_desc with val Conditions to simulate 1850 land-use
CICE configure done.
River Transport Model (RTM) will be on
RTM lnd grid is 48x96
RTM rof grid is r05
CESM BUILDNML SCRIPT HAS FINISHED SUCCESSFULLY
-------------------------------------------------------------------------
-------------------------------------------------------------------------
CESM PRESTAGE SCRIPT STARTING
- Case input data directory, DIN_LOC_ROOT, is /glade/p/cesm/cseg//inputdata
- Checking the existence of input datasets in DIN_LOC_ROOT
Attempting to download missing data:
Input Data List Files Found:
/glade/u/home/xxx/cesm_test/Buildconf/cpl.input_data_list
/glade/u/home/xxx/cesm_test/Buildconf/cam.input_data_list
/glade/u/home/xxx/cesm_test/Buildconf/clm.input_data_list
/glade/u/home/xxx/cesm_test/Buildconf/cice.input_data_list
/glade/u/home/xxx/cesm_test/Buildconf/docn.input_data_list
/glade/u/home/xxx/cesm_test/Buildconf/rtm.input_data_list
svn: URL 'https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/ocn/docn7/SOM/UNSET' non-existent in that revision
File was not found in svn repo: https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/ocn/docn7/SOM/UNSET
svn: URL 'https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/ocn/docn7/SOM/UNSET' non-existent in that revision
File was not found in svn repo: https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/ocn/docn7/SOM/UNSET

The following files were not found, they are required
Input Data List Files Found:
/glade/u/home/xxx/cesm_test/Buildconf/cpl.input_data_list
/glade/u/home/xxx/cesm_test/Buildconf/cam.input_data_list
/glade/u/home/xxx/cesm_test/Buildconf/clm.input_data_list
/glade/u/home/xxx/cesm_test/Buildconf/cice.input_data_list
/glade/u/home/xxx/cesm_test/Buildconf/docn.input_data_list
/glade/u/home/xxx/cesm_test/Buildconf/rtm.input_data_list
File is missing: /glade/p/cesm/cseg//inputdata/ocn/docn7/SOM/UNSET
File is missing: /glade/p/cesm/cseg//inputdata/ocn/docn7/SOM/UNSET
Invoke the following command to obtain them
./check_input_data -inputdata /glade/p/cesm/cseg//inputdata -export

--------------------------------------------------------------------------------------------------------------

When typing in " ./check_input_data -inputdata /glade/p/cesm/cseg//inputdata -export", the error message is

Input Data List Files Found:
./Buildconf/cpl.input_data_list
./Buildconf/cam.input_data_list
./Buildconf/clm.input_data_list
./Buildconf/cice.input_data_list
./Buildconf/docn.input_data_list
./Buildconf/rtm.input_data_list
svn: URL 'https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/ocn/docn7/SOM/UNSET' non-existent in that revision
File was not found in svn repo: https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/ocn/docn7/SOM/UNSET
svn: URL 'https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/ocn/docn7/SOM/UNSET' non-existent in that revision
File was not found in svn repo: https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/ocn/docn7/SOM/UNSET

Any idea how this happens and how to solve it?
 

dbailey

CSEG and Liaisons
Staff member
Hello,

As of CESM 1.1, the SOM (E and D compsets) will not work out of the box. This was intentionally done so that people would not use the testing configuration for science. I am currently updating the documentation to reflect this. The idea is that a user should generate their own SOM forcing data, or use one of the datasets that we have generated from our 1850 control runs. These datasets will be available on yellowstone in:

$CESMROOT/cseg/inputdata/ocn/docn7/SOM

and are also available from the input data repository. One should change DOCN_SOM_FILENAME in env_run.xml to point to the SOM forcing dataset you wish to use.

Dave
 

dbailey

CSEG and Liaisons
Staff member
Hello,

As of CESM 1.1, the SOM (E and D compsets) will not work out of the box. This was intentionally done so that people would not use the testing configuration for science. I am currently updating the documentation to reflect this. The idea is that a user should generate their own SOM forcing data, or use one of the datasets that we have generated from our 1850 control runs. These datasets will be available on yellowstone in:

$CESMROOT/cseg/inputdata/ocn/docn7/SOM

and are also available from the input data repository. One should change DOCN_SOM_FILENAME in env_run.xml to point to the SOM forcing dataset you wish to use.

Dave
 
Top