Opened 9 years ago
Closed 7 years ago
#1674 closed Enhancement (fixed)
New v3.6_STABLE branch for a non intrusive version of the new parameterization of internal wave-driven mixing
Reported by: | gm | Owned by: | nemo |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | v3.6 |
Severity: | Keywords: | ||
Cc: |
Description
Introduce in the v3.6_STABLE a non intrusive version of a new parameterization of internal wave-driven mixing.
The original parameterization that has been developed is implemented with the two following undesirable features for the v3.6_STABLE:
(1) a module replacing the existing zdftmx.F90 module (impossible to use the old param);
(2) avt and avs arrays always defined (suppression of zdfddm_substitute.h90 which introduces changes in ~25 modules)
Here, the parameterization is introduced as an option of the existing namzdf_tmx, making both the current parameterization and the new one available, and the new one will only be available if double diffusion mixing is activated (key_zdfddm defined). Therefore changes in the code are restricted to namzdf_tmx and zdftmx.F90 (+ an update of the ZDF chapter of the Documentation).
———
associated branch: /2015/dev_r6287_ZDFTMX_new
associated wiki page https://forge.ipsl.jussieu.fr/nemo/wiki/ticket/1674_TMX).
Commit History (3)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
6302 | gm | 2016-02-10T14:54:55+01:00 | #1674: TMX_new for v3.6_stable, Addition of the documentation |
6294 | gm | 2016-02-05T10:12:54+01:00 | #1674: TMX_new for v3.6_stable, new internal wave-driven mixing introduced and complilation OK, see wiki page |
6290 | gm | 2016-02-05T02:08:07+01:00 | #1674 Create a specific v3.6_STABLE branch for an optional new zdftmx |
Change History (2)
comment:1 Changed 9 years ago by gm
- Type changed from Bug to Enhancement
comment:2 Changed 7 years ago by lovato
- Resolution set to fixed
- Status changed from new to closed
The development was integrated in the NEMO V3.6_STABLE (r6314) and trunk as well.