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: read_initial: model parameters do not match initial dataset parameters

Hello,I am trying to make a standalone CAM5 run, but I'm having this error: read_initial: model parameters do not match initial dataset parameters
 Model Parameters:    plon =           24  plat =           19
 Dataset Parameters:  dlon =          144  dlat =           96

Here is my step-by-step before the error:./configure -v -fc gfortran -dyn fv -hgrid 1.9x2.5 -nospmd -nthreads 4 -debug -test >& configure.log.txt./build-namelist -test -config /home/CLIMA/CESM/cesm1_2_1/models/atm/cam/bld/config_cache.xml -namelist "&atm stop_option='nmonths' stop_n=12 /" >& buildnamelist.log.txt./cam >& camrun.log.txt How can I change the "Model Parameters" to agree with the "dlon = 144  dlat = 96" ?I've found three forum topics, but I could not understand how to solve this problem ... ( https://bb.cgd.ucar.edu/node/1001797  https://bb.cgd.ucar.edu/node/1002362  https://bb.cgd.ucar.edu/node/1002074 )Any help will be very appreciated!
Thanks  
 

eaton

CSEG and Liaisons
The log output shows that you are running an executable that was configured with -hres 10x15, not -hres 1.9x2.5.  You need to be sure that you are running the correct executable.
 
Hi, Eaton.Thank you for your prompt reply! It was very helpful, because now I solved the problem.I completely forgot to execute the gmake after the "configure" step. Actually I had to execute "make clean" an then "gmake".Now, cam is running properly! Thank you very much for your help!
 
Top