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

Does CESM2 could define user_compset just like in CESM1?

jeffhu

jeffhu
New Member
I would like define my own compset because I need different versions of the components. Therefore, no supported compset found so I think I need to define one. However, I fail to find any helpful arguments in Create_Newcase. Any helpful options? I am currently using CESM2.1.3.
 

fischer

CSEG and Liaisons
Staff member
You can create a new case using the long compset name. For example for a B1850 compset you can do something like this.
./create_newcase --compset 1850_CAM60_CLM50%BGC-CROP_CICE_POP2%ECO_MOSART_CISM2%NOEVOLVE_WW3_SIAC_SESP_BGC%BDRD

You can read more about the long compset names here.



Chris
 

jeffhu

jeffhu
New Member
You can create a new case using the long compset name. For example for a B1850 compset you can do something like this.
./create_newcase --compset 1850_CAM60_CLM50%BGC-CROP_CICE_POP2%ECO_MOSART_CISM2%NOEVOLVE_WW3_SIAC_SESP_BGC%BDRD

You can read more about the long compset names here.



Chris
But I mean none of the long names in the defined compset you mentioned could meet my needs, error says No compset alias Found. So how can I just customize the compset?
 

hannay

Cecile Hannay
AMWG Liaison
Staff member
You can modify the file cime_config/config_compset.xml to create new compsets
 
Top