Error occurred while compset

lby

lby
Member
I want to run a test of B2000, but there is such an error when I compset. May I ask how to solve it? Looking forward to your reply
1677572625615.png
 

dbailey

CSEG and Liaisons
Staff member
This is not a supported compset. You can set up a B1850 and see the long compset name for this. Then replace 1850 with 2000.
 

lby

lby
Member
This is not a supported compset. You can set up a B1850 and see the long compset name for this. Then replace 1850 with 2000.
Hi, dbailey thanks for your answer. But what exactly should I replace it? What Settings do you need to change? Could you tell me the detailed steps for reference? Thank you very much!
 

dbailey

CSEG and Liaisons
Staff member
Go into your code source area and type:

./query_config --compsets | more

Then search for B1850. The long compset name should be:

1850_CAM60_CLM50%BGC-CROP_CICE_POP2%ECO_MOSART_CISM2%GRIS-NOEVOLVE_WW3_BGC%BDRD

assuming this is CESM2. Then do:

--compset 2000_CAM60_CLM50%BGC-CROP_CICE_POP2%ECO_MOSART_CISM2%GRIS-NOEVOLVE_WW3_BGC%BDRD

in your create_newcase.
 
Back
Top