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 6997 for trunk/DOC/Namelists/namtra_adv_mle – NEMO

Ignore:
Timestamp:
2016-10-05T16:26:13+02:00 (8 years ago)
Author:
nicolasmartin
Message:

Duplication of changes in DOC directory for the trunk

Location:
trunk/DOC/Namelists
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/DOC/Namelists/namtra_adv_mle

    r6289 r6997  
    22&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    33!----------------------------------------------------------------------- 
    4    ln_mle    = .false.      ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
    5    rn_ce     = 0.06        ! magnitude of the MLE (typical value: 0.06 to 0.08) 
    6    nn_mle    = 1           ! MLE type: =0 standard Fox-Kemper ; =1 new formulation 
    7    rn_lf     = 5.e+3       ! typical scale of mixed layer front (meters)                      (case rn_mle=0) 
    8    rn_time   = 172800.     ! time scale for mixing momentum across the mixed layer (seconds)  (case rn_mle=0) 
    9    rn_lat    = 20.         ! reference latitude (degrees) of MLE coef.                        (case rn_mle=1) 
    10    nn_mld_uv = 0           ! space interpolation of MLD at u- & v-pts (0=min,1=averaged,2=max) 
    11    nn_conv   = 0           ! =1 no MLE in case of convection ; =0 always MLE 
    12    rn_rho_c_mle  = 0.01    ! delta rho criterion used to calculate MLD for FK 
     4   ln_mle      = .false.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     5   rn_ce       = 0.06      ! magnitude of the MLE (typical value: 0.06 to 0.08) 
     6   nn_mle      = 1         ! MLE type: =0 standard Fox-Kemper ; =1 new formulation 
     7   rn_lf       = 5.e+3     ! typical scale of mixed layer front (meters)                      (case rn_mle=0) 
     8   rn_time     = 172800.   ! time scale for mixing momentum across the mixed layer (seconds)  (case rn_mle=0) 
     9   rn_lat      = 20.       ! reference latitude (degrees) of MLE coef.                        (case rn_mle=1) 
     10   nn_mld_uv   = 0         ! space interpolation of MLD at u- & v-pts (0=min,1=averaged,2=max) 
     11   nn_conv     = 0         ! =1 no MLE in case of convection ; =0 always MLE 
     12   rn_rho_c_mle= 0.01      ! delta rho criterion used to calculate MLD for FK 
    1313/ 
Note: See TracChangeset for help on using the changeset viewer.