-
Notifications
You must be signed in to change notification settings - Fork 74
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
Run fails due to sea ice mesh setting in tag noresm2_5_alpha08d #626
Comments
I can recreate this bug. The CICE model should have support for the "tnx2v1" grid, as far as I can see |
@jmaerz @TomasTorsvik - there is support for tnx2v1 - but I think what happened is that it was not crashing when there was a mismatch between the internal grid points and the mesh points. I think that a recent update I did to cice made this crash rather than just issue a warning. @JensBDebernard - the ice mesh and ocn mesh are the same for this case - but I'm pointing to cice binary files:
that seem not to be consistent with the mesh file I created: Can someone please point me to a correct SCRIP file for tnx2v1 and I will try generating the tnx2v1 mesh again. |
Hi @JensBDebernard , would you mind having a look into this? - admittedly, I am not (yet) familiar with the ice grid/meshes, and hence it would take me too long to get into for this question. |
Moving this from NorESM2.5 milestone. Maybe we can try to fix this for |
Describe the bug
Please provide a clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
${SRCROOT}/cime/scripts/create_newcase --case ${CASEDIR} --res ${GRID} --mach ${MACHINE} --compset ${COMPSET} --project ${PROJECT} --pecount L --run-unsupported
where:
cd CASEDIR
./case.setup
./xmlchange BLOM_UNIT=cgs
./xmlchange STOP_OPTION=${PERIOD}
withPERIOD="nmonths"
./xmlchange STOP_N=${NSTEP}
withNSTEP="1"
./case.build
./case.submit
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I hope I haven't missed something for the setup that is now needed in
noresm2_5_alpha08d
(checkout of fresh NorESM and update viagit fleximod
and compilation went well). If so, please apologize and let me know.The text was updated successfully, but these errors were encountered: