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 6072 for branches/UKMO/dev_r5107_mld_zint/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2015-12-16T17:12:13+01:00 (8 years ago)
Author:
hadcv
Message:

Changes to allow up to 5 separate MLD definitions in the namelist.

  • Altered the namzdf_mldzint namelist to allow up to 5 MLD definitions
    • The namelist parameters have been converted to a Fortran structure format
    • The zdfmxl module has been restructured to work with this
    • A new parameter in namzdf_mldzint controls the number of these diagnostics to calculate
    • The XIOS field_def file has been updated with new definitions
  • A heat content diagnostic integrated over each defined MLD has been added
  • An additional MLD criterion type has been added for density (nn_mld_type = 0)
File:
1 edited

Legend:

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

    r5534 r6072  
    10141014&namzdf_mldzint    !   Parameters for vertically-interpolated mixed-layer depth diagnostic 
    10151015!------------------------------------------------------------------------------------------ 
    1016          nn_mld_type   = 1      ! mixed layer type 
    1017          rn_zref       = 10.0   ! depth of initial reference temperature 
    1018          rn_dT_crit    = 0.2    ! critical temperature difference 
    1019          rn_iso_frac   = 0.1    ! fraction of critical temperature difference used 
     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     =       ''      ,      ''   ,         ''        ,        '' 
     1022   sn_mld3     =       ''      ,      ''   ,         ''        ,        '' 
     1023   sn_mld4     =       ''      ,      ''   ,         ''        ,        '' 
     1024   sn_mld5     =       ''      ,      ''   ,         ''        ,        '' 
    10201025/ 
    10211026 
Note: See TracChangeset for help on using the changeset viewer.