-
Notifications
You must be signed in to change notification settings - Fork 131
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
lonu_bounds uninitialized #63
Comments
This is will be fixed in a new PR coming soon. Since these are just history variables, we don't use the ghost cells. None-the-less, it is still good to initialize these. Dave |
This is addressed in PR #180. |
Resolved in PR #191. |
This was referenced Nov 7, 2018
Closed
JFLemieux73
added a commit
to JFLemieux73/CICE
that referenced
this issue
Mar 8, 2022
* moved calc of deltamin x tarea in ice_init * Added deltamin in ice_in * Minor modif, BFB (gx3) * Replaced tinyarea by deltaminTarea in ice_dyn_evp * tinyarea not used anymore. BFB for kdyn=1 or 3 with gx3 test case * changed deltaminTarea to DminTarea * Now have deltaminEVP and deltaminVP in namelist * Added capping in namelist...BFB * Added new variables in the doc (cice_index.rst) * changed write format 1003 in ice_init for deltamin value * modifications in ug_case_settings.rst * Minor fix to doc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the NAG compiler reports lonu_bounds is uninitialized for iconrner=1, iblk=1, at line 1912 of ice_grid.f90.
(issue reported by DMI collaborators)
The text was updated successfully, but these errors were encountered: