problem after ./case.setup

meizixixi

梅子慧
New Member
Hello, I use cesm version 2.1.3, I just started to learn, but after I create a new case, I changed some simple parameters in env_run.xml and env_mach_pes.xml proceed. After ./ case.setup, the following situation, I do not know why, can you tell me what is wrong?case.setup 后出现的错误.jpg
 
Solution
Hi,

It looks like there's probably a typo in one of the XML files you updated. Can you look at line 118 of each of the files (env_run.xml and env_mach_pes.xml) to see if there's a missing end tag (something a missing ">" or something?).

If you can't figure out what's wrong, I'd recommend starting from scratch on your case and only updating XML variables via the "./xmlchange" command (rather than modifying the files directly). This will prevent accidental deletions/additions when editing the file and will also ensure you choose valid values.

For example, here's how you might update to run for 2 days:

./xmlchange STOP_N=2
./xmlchange STOP_OPTION=ndays

Hope that helps!
Courtney

peverley

Courtney Peverley
Moderator
Staff member
Hi,

It looks like there's probably a typo in one of the XML files you updated. Can you look at line 118 of each of the files (env_run.xml and env_mach_pes.xml) to see if there's a missing end tag (something a missing ">" or something?).

If you can't figure out what's wrong, I'd recommend starting from scratch on your case and only updating XML variables via the "./xmlchange" command (rather than modifying the files directly). This will prevent accidental deletions/additions when editing the file and will also ensure you choose valid values.

For example, here's how you might update to run for 2 days:

./xmlchange STOP_N=2
./xmlchange STOP_OPTION=ndays

Hope that helps!
Courtney
 
Vote Upvote 0 Downvote
Solution
Back
Top