Hi!
For development of a new CESM / CAM module I would like to run CESM as SCAM to make testing more efficient. I tried the following with CESM1.0.4 on bluefire:
and then choose the euler core:
Configures and compiles fine, but the run crashes during initialization:
Note that the date looks really strange... Does anyone have an idea what I am doing wrong? I am not concerned about the compset or resolution (pt1 does not work!) - so if something else would work that would be fine.
Thanks,
Andreas (NCAR-HAO)
For development of a new CESM / CAM module I would like to run CESM as SCAM to make testing more efficient. I tried the following with CESM1.0.4 on bluefire:
Code:
./create_newcase -case /glade/home/andreasb/testgec01 -compset F_2000 -pecount S -res T31_T31 -pts_lat 40 -pts_lon 0 -mach bluefire
and then choose the euler core:
Code:
./xmlchange -file env_conf.xml -id CAM_DYCORE -val eul
Configures and compiles fine, but the run crashes during initialization:
Code:
Error::setiopupdate: Current model time does not fall within IOP period
Current CAM Date is 10101 and 0 seconds
IOP start is 19950718 and 19800 seconds
IOP end is 19950804 and 63000 seconds
ENDRUN: called without a message string
Note that the date looks really strange... Does anyone have an idea what I am doing wrong? I am not concerned about the compset or resolution (pt1 does not work!) - so if something else would work that would be fine.
Thanks,
Andreas (NCAR-HAO)