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 3901 for branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/OPA_SRC/LDF/ldftra_oce.F90 – NEMO

Ignore:
Timestamp:
2013-05-03T14:35:21+02:00 (11 years ago)
Author:
clevy
Message:

Configuration Setting/Step2, see ticket:#1074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/OPA_SRC/LDF/ldftra_oce.F90

    r3634 r3901  
    1818   !! Lateral eddy diffusivity coefficients (tracers) 
    1919   !!---------------------------------------------------------------------- 
    20    !                                                !!* Namelist namtra_ldf : lateral mixing * 
    21    LOGICAL , PUBLIC ::   ln_traldf_lap   = .TRUE.    !: laplacian operator 
    22    LOGICAL , PUBLIC ::   ln_traldf_bilap = .FALSE.  !: bilaplacian operator 
    23    LOGICAL , PUBLIC ::   ln_traldf_level = .FALSE.  !: iso-level direction 
    24    LOGICAL , PUBLIC ::   ln_traldf_hor   = .FALSE.  !: horizontal (geopotential) direction 
    25    LOGICAL , PUBLIC ::   ln_traldf_iso   = .TRUE.    !: iso-neutral direction 
    26    LOGICAL , PUBLIC ::   ln_traldf_grif  = .FALSE.  !: griffies skew flux 
    27    LOGICAL , PUBLIC ::   ln_traldf_gdia  = .FALSE.  !: griffies skew flux streamfunction diagnostics 
    28    REAL(wp), PUBLIC ::   rn_aht_0        = 2000._wp !: lateral eddy diffusivity (m2/s) 
    29    REAL(wp), PUBLIC ::   rn_ahtb_0       =    0._wp !: lateral background eddy diffusivity (m2/s) 
    30    REAL(wp), PUBLIC ::   rn_aeiv_0       = 2000._wp !: eddy induced velocity coefficient (m2/s) 
    31    REAL(wp), PUBLIC ::   rn_slpmax       = 0.01_wp  !: slope limit 
    32    REAL(wp), PUBLIC ::   rn_chsmag       = 1._wp    !:  multiplicative factor in Smagorinsky diffusivity 
    33    REAL(wp), PUBLIC ::   rn_smsh         = 1._wp    !:  Smagorinsky diffusivity: = 0 - use only sheer 
    34    REAL(wp), PUBLIC ::   rn_aht_m        = 2000._wp !:  upper limit or stability criteria for lateral eddy diffusivity (m2/s) 
     20   !                                     !!* Namelist namtra_ldf : lateral mixing * 
     21   LOGICAL , PUBLIC ::   ln_traldf_lap    !: laplacian operator 
     22   LOGICAL , PUBLIC ::   ln_traldf_bilap !: bilaplacian operator 
     23   LOGICAL , PUBLIC ::   ln_traldf_level !: iso-level direction 
     24   LOGICAL , PUBLIC ::   ln_traldf_hor    !: horizontal (geopotential) direction 
     25   LOGICAL , PUBLIC ::   ln_traldf_iso    !: iso-neutral direction 
     26   LOGICAL , PUBLIC ::   ln_traldf_grif  !: griffies skew flux 
     27   LOGICAL , PUBLIC ::   ln_traldf_gdia  !: griffies skew flux streamfunction diagnostics 
     28   REAL(wp), PUBLIC ::   rn_aht_0        !: lateral eddy diffusivity (m2/s) 
     29   REAL(wp), PUBLIC ::   rn_ahtb_0        !: lateral background eddy diffusivity (m2/s) 
     30   REAL(wp), PUBLIC ::   rn_aeiv_0        !: eddy induced velocity coefficient (m2/s) 
     31   REAL(wp), PUBLIC ::   rn_slpmax        !: slope limit 
     32   REAL(wp), PUBLIC ::   rn_chsmag        !:  multiplicative factor in Smagorinsky diffusivity 
     33   REAL(wp), PUBLIC ::   rn_smsh          !:  Smagorinsky diffusivity: = 0 - use only sheer 
     34   REAL(wp), PUBLIC ::   rn_aht_m        !:  upper limit or stability criteria for lateral eddy diffusivity (m2/s) 
    3535 
    3636   REAL(wp), PUBLIC ::   aht0, ahtb0, aeiv0         !!: OLD namelist names 
    3737 
    38    LOGICAL , PUBLIC ::   ln_triad_iso    = .FALSE.   !: calculate triads twice 
    39    LOGICAL , PUBLIC ::   ln_botmix_grif  = .FALSE.   !: mixing on bottom 
     38   LOGICAL , PUBLIC ::   ln_triad_iso    !: calculate triads twice 
     39   LOGICAL , PUBLIC ::   ln_botmix_grif  !: mixing on bottom 
    4040   LOGICAL , PUBLIC ::   l_grad_zps      = .FALSE.   !: special treatment for Horz Tgradients w partial steps  
    4141 
Note: See TracChangeset for help on using the changeset viewer.