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

Errors when running B2000

kwzhang

kwzhang
Member
Dear all,

I would like to run a fully coupled simulation of CESM 2.1.3 for year 2000. As I did not find a "B2000" compset I created a case based on B1850.

I tried to replace "1850" in the long name of B1850 with "2000", and run with the compset with longname "2000_CAM60_CLM50%BGC-CROP_CICE_POP2%ECO%ABIO-DIC_MOSART_CISM2%NOEVOLVE_WW3_BGC%BDRD":
Code:
COMPSET=2000_CAM60_CLM50%BGC-CROP_CICE_POP2%ECO%ABIO-DIC_MOSART_CISM2%NOEVOLVE_WW3_BGC%BDRD
RES=f19_g17
/data/Atmospheric/CESM-2.1.3/cime/scripts/create_newcase --case $CASENAME --compset $COMPSET --res $RES --compiler gnu --machine fudannhpcc --run-unsupported

The case is restarted from the restart file in 2000-01-01 (b.e21.BHIST.f19_g17.CMIP6-historical-2deg.001) using hybrid. I made the following settings:
Code:
./xmlchange RUN_REFCASE=b.e21.BHIST.f19_g17.CMIP6-historical-2deg.001
./xmlchange RUN_REFDATE=2000-01-01
./xmlchange RUN_STARTDATE=0001-01-01
./xmlchange GET_REFCASE=FALSE

The case seems to build successfully, but I encountered the following error:
1752246633609.jpg

Look forward to any useful suggestion.

Best regards,
KW
 

paulino

Paulino Ajiquichi
New Member
Hello. I got a similar error few days ago. In you case directory, it seems that you built the case successfully. I am not sure that this could help you but you can try. Type this command in your case directory: ./check_input_data
That command will tell you the data that your case needs and where is looking for it.
 
Vote Upvote 0 Downvote
Top