New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 7976 for branches/UKMO/AMM15_v3_6_STABLE/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2017-04-26T17:50:32+02:00 (7 years ago)
Author:
jgraham
Message:

Changes to available diagnostics:
Kara MLD diagnostics:
NEMOGCM/CONFIG/SHARED/namelist_ref
NEMOGCM/NEMO/OPA_SRC/ZDF/zdfmxl.F90
Diagnostics match those introduced in the following branch:
http://fcm3/projects/NEMO.xm/log/branches/UKMO/dev_r5107_mld_zint

Output rhop:
NEMOGCM/NEMO/OPA_SRC/DIA/diawri.F90
Allow for output of rhop without key_diaar5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/AMM15_v3_6_STABLE/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5578 r7976  
    904904!!    namzdf_ddm    double diffusive mixing parameterization            ("key_zdfddm") 
    905905!!    namzdf_tmx    tidal mixing parameterization                       ("key_zdftmx") 
     906!!    namzdf_mldzint vertically-interpolated mixed-layer depth parameters 
    906907!!====================================================================== 
    907908! 
     
    10091010   ln_tmx_itf  = .true.    !  ITF specific parameterisation 
    10101011   rn_tfe_itf  = 1.        !  ITF tidal dissipation efficiency 
     1012/ 
     1013!------------------------------------------------------------------------------------------ 
     1014&namzdf_mldzint    !   Parameters for vertically-interpolated mixed-layer depth diagnostic 
     1015!------------------------------------------------------------------------------------------ 
     1016   nn_mld_diag = 0         !  Number of MLD diagnostics to use from below 
     1017 
     1018!              ! MLD criterion ! Reference ! Finite difference ! Gradient layer ! 
     1019!              ! type          ! depth     ! criterion         ! criterion      ! 
     1020   sn_mld1     =       1       ,    10.0   ,        0.2        ,       0.1 
     1021   sn_mld2     =       0       ,     0.0   ,        0.0        ,       0.0 
     1022   sn_mld3     =       0       ,     0.0   ,        0.0        ,       0.0 
     1023   sn_mld4     =       0       ,     0.0   ,        0.0        ,       0.0 
     1024   sn_mld5     =       0       ,     0.0   ,        0.0        ,       0.0 
    10111025/ 
    10121026 
Note: See TracChangeset for help on using the changeset viewer.