Check use of wet point indexing vs ocean/land mask in iHAMOCC #200
TomasTorsvik
started this conversation in
General
Replies: 1 comment
-
Inside "core" HAMOCC (i.e. in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This came up as a question when applying fields defined only for wet points in BLOM inside iHAMOCC routines (PR #179).
In the BLOM part, the wet points are referenced by index counters
isp
,ifp
andilp
. These are used also in iHAMOCC modulesmo_bgcmean
andmo_intfcblom
. Else where iHAMOCC is using a masking fieldomask
.Do we have a consistent way of handling "wet point" fields in iHAMOCC that have been imported from BLOM? Should we apply
omask
for all these fields, or is there a good reason to keep the mix of wet points and masking as we do today?Implementation for wet points indexing:
Beta Was this translation helpful? Give feedback.
All reactions