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

create my own compset

hannay

Cecile Hannay
AMWG Liaison
Staff member
From user: Could you give me some advice on how to add the custom compet in the compset xml file with "-phys cam5 -chem none".

 

hannay

Cecile Hannay
AMWG Liaison
Staff member
You need to modify the file: scripts/ccsm_utils/Case.template/config_compsets.xml You can create your own compset over there.  In your case, I assume it will look like:
Code:
<span style="font-size: 12.8000001907349px;"><br /></span>

Code:
<span style="font-size: 12.8000001907349px;"><compset NAME="MY_F_AMIP_CAM5" SHORTNAME="</span><span style="font-size: 12.8000001907349px;">MYFAMIPC5</span><span style="font-size: 12.8000001907349px;">"</span>

Code:
<span style="font-size: 12.8000001907349px;">         DESC="your description"</span>

Code:
<span style="font-size: 12.8000001907349px;">         CAM_CONFIG_OPTS="-phys cam5 -chem -none"</span>

Code:
<span style="font-size: 12.8000001907349px;">         CAM_NML_USE_CASE="1850-2005_cam5" </span>

Code:
<span style="font-size: 12.8000001907349px;">         RUN_STARTDATE="1979-01-01" </span>

Code:
<span style="font-size: 12.8000001907349px;">/></span>
 Check very carefully all the namelists. Cecile 
 

hannay

Cecile Hannay
AMWG Liaison
Staff member
You need to modify the file: scripts/ccsm_utils/Case.template/config_compsets.xml You can create your own compset over there.  In your case, I assume it will look like:
Code:
<span style="font-size: 12.8000001907349px;"><br /></span>

Code:
<span style="font-size: 12.8000001907349px;"><compset NAME="MY_F_AMIP_CAM5" SHORTNAME="</span><span style="font-size: 12.8000001907349px;">MYFAMIPC5</span><span style="font-size: 12.8000001907349px;">"</span>

Code:
<span style="font-size: 12.8000001907349px;">         DESC="your description"</span>

Code:
<span style="font-size: 12.8000001907349px;">         CAM_CONFIG_OPTS="-phys cam5 -chem -none"</span>

Code:
<span style="font-size: 12.8000001907349px;">         CAM_NML_USE_CASE="1850-2005_cam5" </span>

Code:
<span style="font-size: 12.8000001907349px;">         RUN_STARTDATE="1979-01-01" </span>

Code:
<span style="font-size: 12.8000001907349px;">/></span>
 Check very carefully all the namelists. Cecile 
 

hannay

Cecile Hannay
AMWG Liaison
Staff member
Also, be aware that the meaning of "-chem none" has changed at some point in CAM development.Depending on the version of the model you are using:  "-chem none" means prescribed prognostic BAM (older versions of cam)  "-chem none" means prescribed prognostic MAM (recent versions of cam)In the version you are using "-chem none" means prescribed prognostic MAM but it is very possible you colleague was using an older version of cam.  
 

hannay

Cecile Hannay
AMWG Liaison
Staff member
Also, be aware that the meaning of "-chem none" has changed at some point in CAM development.Depending on the version of the model you are using:  "-chem none" means prescribed prognostic BAM (older versions of cam)  "-chem none" means prescribed prognostic MAM (recent versions of cam)In the version you are using "-chem none" means prescribed prognostic MAM but it is very possible you colleague was using an older version of cam.  
 
Top