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

Add compset in cesm

Ning

Ning
New Member
Hello, I want to know if I can add compsets (such as BMH6kcmip6) in cesm2.1.0. I have added the following to the config_compsets.xml file:
<compset>
<alias>BMH6kcmip6</alias>
<lname>midH_CAM60_CLM50%BGC_CICE_POP2%ECO%ABIODIC_MOSART_CISM2%NOEVOLVE_WW3_BGC%BDRD</lname>
</compset>

But it shows
Did not find an alias or longname compset match for BMH6kcimp6
ERROR: No compset alias BMH6kcimp6 found and this does not appear to be a compset longname.

Is it not possible to add this compset in this version or is the content I added not enough? Or should I use another version? But I have configured this version. Hope to get help. Thank you very much!
 

slevis

Moderator
Staff member
You should be able to add a compset. But you should also be able to use the long name of your custom compset. So my first troubleshooting suggestion is to use the long name of the compset when you attempt ./create_newcase. If that doesn't work, then try using the long name of one of the default compsets to confirm that at least that works. That may start to give you insight into what's wrong.
 
Vote Upvote 0 Downvote

Ning

Ning
New Member
You should be able to add a compset. But you should also be able to use the long name of your custom compset. So my first troubleshooting suggestion is to use the long name of the compset when you attempt ./create_newcase. If that doesn't work, then try using the long name of one of the default compsets to confirm that at least that works. That may start to give you insight into what's wrong.
Thanks for your suggestion. I have tried the default compset such as B1850 and it has worked.
 
Vote Upvote 0 Downvote
Top