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

CESM1-FAMIPC5CN

Jaeyoung Hwang

Jaeyoung Hwang
New Member
Hello, everyone

I have a silly (?) question about running CESM1 v.1.2.1 with composet of FAMIP5C5CN (AMIP-experiment).
I know that CESM-AMIP-large ensembles (e.g., TOGA) are released. Unfortunately, only daily and monthly data are available (I need the 6-hourly data).
So, I plan to perform AMIP experiment for the period of 1990-2005.
In that case, how do I set the starting (and end) year of the experiment?

+ I'd like to know how to set the E2000C5CN manually (E1850C5CN compset is supported).

Thanks for sparing time for me!
 

asphilli

Adam Phillips
CVCWG Liaison
Staff member
After you call create_newcase, you can cd into your case directory and set the run start date with a xmlchange call:
./xmlchange -file env_run.xml -id RUN_STARTDATE -val 1990-01-01

You can set the end date by using STOP and STOP_OPTION.
For example, to tell the model to run for 5 years:
./xmlchange -file env_run.xml -id STOP_OPTION -val nyears
./xmlchange -file env_run.xml -id STOP_N -val 5

See the list of CESM 1.2 env_run.xml variables that can be set here:
CESM Component Models Namelist Definitions

I cannot speak unfortunately as to how to setup a E2000C5CN run.
 
Top