You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
running a NEON site in AD mode with the run_neon command fails after the base case is created.
./run_neon --neon-sites TOOL --run-type ad
The base case is created and build correctly. But the following error message Error message after the base case builds and the SITE.ad case is created is below:
...
Check case OK
submit_jobs case.run
ERROR: Do not know about batch job case.run
This is easily addressed by running ./case_setup in the AD case, but it's not really working as designed.
General bug information
CTSM version you are using: [output of git describe]
ctsm5.2.023
Does this bug cause significantly incorrect results in the model's science? [Yes / No]
No
Configurations affected: [Fill this in if known.]
run_neon cases. I'll try with postAD and running transient cases from postAD options too & update this issue.
Maybe this is something that can be addressed by #2671 or #2406? is this something you're seeing in your run_tower testing, @TeaganKing?
I confirmed the same is NOT true with a transient case out of the box. ./run_neon --neon-sites BART, this transient case runs as intended.
The text was updated successfully, but these errors were encountered:
wwieder
added
bug
something is working incorrectly
next
this should get some attention in the next week or two. Normally each Thursday SE meeting.
labels
Sep 3, 2024
Hey Will, Thanks for pointing this out. I think this will be addressed by the case.setup in the Plumber2 Implementation PR tower_site.py file, line 390. Sorry I didn't realize this was already causing issues.
wwieder
added
bug
something is working incorrectly
and removed
bug
something is working incorrectly
next
this should get some attention in the next week or two. Normally each Thursday SE meeting.
labels
Sep 5, 2024
Brief summary of bug
running a NEON site in AD mode with the run_neon command fails after the base case is created.
./run_neon --neon-sites TOOL --run-type ad
The base case is created and build correctly. But the following error message Error message after the base case builds and the SITE.ad case is created is below:
This is easily addressed by running
./case_setup
in the AD case, but it's not really working as designed.General bug information
CTSM version you are using: [output of
git describe
]ctsm5.2.023
Does this bug cause significantly incorrect results in the model's science? [Yes / No]
No
Configurations affected: [Fill this in if known.]
run_neon cases. I'll try with postAD and running transient cases from postAD options too & update this issue.
Maybe this is something that can be addressed by #2671 or #2406? is this something you're seeing in your run_tower testing, @TeaganKing?
I confirmed the same is NOT true with a transient case out of the box.
./run_neon --neon-sites BART
, this transient case runs as intended.The text was updated successfully, but these errors were encountered: