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

Optimal configuration for the spin-up BGC mode using flux towers

ijaguirre

Ignacio Aguirre
New Member
Hi,

I am working on spinning up the Plumber 2 flux towers using the BGC mode using CLM5. I plan to spin up each tower for 300 years in AD mode, then 100 years in post-AD mode, following the transient mode.

In this sense, I am wondering about the difference between:

(a) Activate the accelerated mode (as described here, Link 1 forum, Link documentation)

./xmlchange CLM_ACCELERATED_SPINUP="on"

(b) Set the spinup_mode to 2 (as described in Link spin-up, Tech_Note)

Add to the file user_nl_clm: spinup_state=2)


In both cases, I am ensuring that:
./xmlchange CLM_FORCE_COLDSTART=on

How should I configure my simulation in terms of XML changes and modifications within the user_nl_clm to conduct AD (300 years), post-AD (100 years), and transient scenarios?

To reproduce the examples, I am using this example:


export tower=AT-Neu
./run_tower --plumber-sites $tower --output-root /glade/derecho/scratch/iaguirre/plumber2_learning/test7/$tower/ --overwrite --run-type ad --setup-only

./xmlchange STOP_OPTION=nyears
./xmlchange STOP_N=300
./xmlchange RUN_STARTDATE=2003-01-01
./xmlchange START_TOD=82800
./xmlchange DATM_YR_ALIGN=2003
./xmlchange DATM_YR_START=2003
./xmlchange DATM_YR_END=2010
./xmlchange CALENDAR=GREGORIAN
./xmlchange JOB_WALLCLOCK_TIME=06:00:00


./case.setup
./case.build
./case.submit


What version of the code are you using?
ctsm5.3.046

Describe every step you took leading up to the problem:

- Read the documentation and technical note, followed by checking the forum.


Thank you so much for the help
Warm regards,
 

slevis

Moderator
Staff member
This looks like a repeat of this active thread:
 
Top