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

BSSP component sets and baseline states

acgvar

Alvin C.G. Varquez
Member
I hope that this thread can be useful for everyone.

Let's say, I have run the following,

Code:
./create_newcase --case BSSP245cmip6 --res f09_g17 --compset BSSP245cmip6

in a ported machine (CESM 2.1.3) and I've tested that the simulation could complete successfully.

I have a few questions regarding setting RUN_TYPE=startup in env_run.xml under the above compset.

1. Which files in the case folder (e.g. ./BSSP245cmip6/) can we know the specific details of its baseline states?
2. As a specific question to the BSSP cases, if we set a RUN_STARTDATE=2020-01-01, will the baseline state try its best to fit to the real (earth) time year 2020 or if not, how do we know which actual year is it initializing?

If there is a specific reference or tutorial, please feel free to share the link.

Thanks a lot!
 

erik

Erik Kluzek
CSEG and Liaisons
Staff member
A startup type for a given compset, is NOT going to match startup data based on the RUN_STARTDATE. Each component is going to figure out startup initial conditions based on other information for the compset (I think this is what you mean by "baseline states"). Each component has a different way to tell you what the initial conditions are going to be for it. But, this is all going to be in the namelist files for the case. So you should be able to look in the CASE CaseDocs directory to examine the namelist files and figure out what the initial conditions are for each model component.
 
Top