Case creation error with I2000Clm50Sp compset

nforcone

Nicholas Forcone
New Member
What version of the code are you using?
cam6_4_025

Have you made any changes to files in the source tree?
No

Describe every step you took leading up to the problem:
I ran the following shell script to create a new case:

#!/bin/sh
CIMEROOT=/glade/u/home/nforcone/CAM_6_4_025_20240829
PATHTOCASE=/glade/u/home/nforcone/CAM_6_4_025_20240829_cases
ICASENAME=Land_Spin_ne16np4.WEST_ATLANTIC.ne16x2
COMPSET=I2000Clm50Sp
RESOL=ne16np4.WEST_ATLANTIC.ne16x2
MACHINE=derecho
PROJECT=UMIC0104

cd $CIMEROOT/cime/scripts

./create_newcase --compset $COMPSET --res $RESOL --case $PATHTOCASE/$ICASENAME --mach $MACHINE --project $PROJECT --run-unsupported

If this is a port to a new machine: Please attach any files you added or changed for the machine port (e.g., config_compilers.xml, config_machines.xml, and config_batch.xml) and tell us the compiler version you are using on this machine.
N/A

Please attach any log files showing error messages or other useful information.
The case does not create. The only output to the screen is as follows:

Compset longname is 2000_DATM%GSWP3v1_CLM50%SP_SICE_SOCN_MOSART_SGLC_SWAV
Compset specification file is /glade/u/home/nforcone/CAM_6_4_025_20240829/components/clm//cime_config/config_compsets.xml
ERROR: Unknown model type, DATM%GSWP3v1

Describe your problem or question:
I attempted to create a new case (exactly as described above) and received the error: Unknown model type, DATM%GSWP3v1

Any help would be greatly appreciated! Thanks!
 

slevis

Moderator
Staff member
Maybe someone else can help if you need to stay in the cam6_4_025 checkout.
Alternatively, I recommend checking out an appropriate version of the clm (sorry, I don't know which one you need) and trying the above from there.
 
Vote Upvote 0 Downvote
Back
Top