Changes between Version 1 and Version 2 of 2021WP/PHY-01_deLavergne_tidal_mixing
- Timestamp:
- 2021-12-01T15:06:58+01:00 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
2021WP/PHY-01_deLavergne_tidal_mixing
v1 v2 14 14 ||=PI(S) || Casimir || 15 15 ||=Digest || Update zdfiwm.F90 (internal wave driven mixing) so that it matches the most recent publication (de Lavergne et al. JAMES 2020). || 16 ||=Dependencies || If any||16 ||=Dependencies || || 17 17 ||=Branch || source:/NEMO/branches/2021/dev_r15388_updated_zdfiwm/ || 18 18 ||=Previewer(s) || Names || … … 22 22 === Description 23 23 24 {{{#!box width=25em help25 24 The current zdfiwm.F90 (internal wave driven mixing) routine was coded prior to the CMIP6 exercise, as documented in chapter 5 of my PhD thesis (https://tel.archives-ouvertes.fr/tel-01592475). A refined version has been published since (https://doi.org/10.1029/2020MS002065). This refined version is simpler and has been thoroughly validated against observations. 26 }}}27 25 28 26 ''...'' … … 30 28 === Implementation 31 29 32 {{{#!box width=35em help33 30 Only the zdfiwm.F90 routine is modified. \\ 34 31 One namelist parameter in namzdf_iwm is removed ('nn_zpyc'). There are no new namelist parameters, but there is a new forcing file. This file is called 'zdfiwm_forcing.nc' and contains six variables to be read: power_cri, power_bot, power_nsq, power_sho, scale_cri, scale_bot.\\ 35 }}}36 32 37 33 ''...'' … … 39 35 === Documentation updates 40 36 41 {{{#!box width=55em help 42 Using previous parts, define the main changes to be done in the NEMO literature 43 (manuals, guide, web pages, …). 44 }}} 37 Section 9.5 (Internal-wave-driven mixing) of the NEMO-OCE manual needs to be modified. The overall approach has not changed, only the number of input fields and the details of vertical structures. One namelist parameter has been removed. 38 39 As for webpages, the only important change is in the forcing file(s) for internal-wave-driven mixing provided to users and developers of realistic configurations. The new forcing file is provided on ORCA2, ORCA1 and regular grids. For simulations at resolution finer than 1 degree, the file on the regular latitude-longitude grid must first be interpolated onto the employed grid. 45 40 46 41 ''...''