NOC-MSM / SE-NEMO

Shelf Enabled Global NEMO
GNU General Public License v3.0
2 stars 1 forks source link

4.2.1 compile fails with conflict #132

Closed jdha closed 9 months ago

jdha commented 9 months ago

Issue:

4.0.4 MY_SRC makes us of 2 additional parameters(jp_dep, jp_msk) defined as PUBLIC in par_oce.F90 for the interpolation of initial conditions. In 4.2.1 an unrelated parameter jp_msk haas been introduced to diaptr.F90.

Solution:

As the PUBLIC variables are only ever used in dtatsd.F90 - move declarations to that routine in order to make PRIVATE