-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check_inputdata #89
Comments
Looking closer at the code, it seems like I need to update varname:
$OCN_BGC_CONFIG != "None":
$OCN_GRID == "tx0.66v1": [filename] and then add additional |
Could we add a flag to Full disclosure: I'm moving MARBL datasets from my work directory to the input data repository, and I did both (a) and (b) in the last hour |
Alternatively, could we add a check somewhere in the process that warns if the files listed in |
I'm not sure if this belongs here or in NCAR/MOM6 (or maybe in ESMCI/cime?), but I tried to port my MOM6+MARBL branch to
izumi
and forgot to copy my inputdata files over -- everything is stashed in/glade/work/mlevy
until I finish testing and we decide on a final fileset.Anyway, I didn't realize I had forgotten to copy these files over, and
case.submit
didn't complain about this missing files... instead, it started the run and hung during init. Looking at the logs, it crashed when callingMOM_temp_salt_initialize_from_Z()
so it didn't even try to read the non-existent files (which leads to a question unrelated to this particular issue, but does CESM+MOM run on izumi yet?).edit to add: the crash in
MOM_temp_salt_initialize_from_Z()
comes from a sandbox based oncesm2_3_alpha02d
using the intel compiler; when I tried the nag compiler I got build errors (in FMS, I believe)The text was updated successfully, but these errors were encountered: