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 in building CAM5 stand alone model with f05_t12 resolution

Dear Users,
I want to use stand alone CAM5 model with f05_t12 resolution for my experiments. I am using cesm1_0_2 and I am building CAM5 model via CESM scripts.

I am using ./create_newcase -case temp -res f05_t12 -compset FC5 -mach linux -scratchroot /home/sandip/CESM/scratch to generate the testcase.

While building the model I am getting error as

File is missing: /home1/ravicaos/CESM/inputdata/atm/cam/inic/fv/cami-mam3_0000-01-01_0.9x1.25_L30_c100929.nc
Invoke the following command to obtain them
./check_input_data -inputdata /home1/ravicaos/CESM/inputdata -export


cami-mam3_0000-01-01_0.9x1.25_L30_c100929.nc File is not available in the input repository. I tried to replace this file with cami-mam3_0000-01-01_0.47x0.63_L30_c100929.nc , but I am not able to build the model. Model building process hangs while compiling the land component.

I would like to know
1) Does CAM5 model is supported with f05_t12 resolution?
2) If yes, then how should I build this model for f05_t12 resolution?


Thanks & Regards,
Sandip.
 

eaton

CSEG and Liaisons
The first error you got is due to a bug in the file $cesm_root/models/atm/cam/bld/namelist_files/namelist_defaults_cam.xml. In line 37 of that file the filename cami-mam3_0000-01-01_0.9x1.25_L30_c100929.nc should be replaced by the 1/2 deg file that you found in the dataset repository, i.e., cami-mam3_0000-01-01_0.47x0.63_L30_c100929.nc.

That should take care of the dataset problem. If you are still having a problem with the CLM compilation you'll need to provide more details. Look in the logfile for the CLM build.
 
Top