immerse-project / wp6.2-demonstrator

MIT License
0 stars 0 forks source link

Commit 693532d4790add4774e204352ee9e3717bd1ef96 has been pushed #15

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

Hi there, commit 693532d4790add4774e204352ee9e3717bd1ef96 has been pushed.

⚠️WARNING⚠️ modtypes.F90 needs to be updated:

diff nemo/ext/AGRIF/AGRIF_FILES/modtypes.F90 head/ext/AGRIF/AGRIF_FILES/modtypes.F90
381c381
<     integer               :: MaxSearch = 5
---
>     integer               :: MaxSearch = 10 

⚠️WARNING⚠️ agrif_oce.F90 needs to be updated:

diff nemo/src/NST/agrif_oce.F90 head/src/NST/agrif_oce.F90
46c46
<    LOGICAL , PUBLIC :: lk_div_cons    = .FALSE.    !: if true, volume conserving formulation in ghost zone
---
>    LOGICAL , PUBLIC :: lk_div_cons    = .TRUE.     !: if true, volume conserving formulation in ghost zone
malmans2 commented 2 years ago

We need to reintroduce npt_copy = 7 in #14 because the change to the reference namelist made in #13 has been reverted.

There are a few changes in src as well, although I think most of them only impact TOP. We definitely need to test this though.

malmans2 commented 2 years ago

Superseded by #17