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 9490 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2018-04-23T10:44:07+02:00 (6 years ago)
Author:
gm
Message:

#2075 - dev_merge_2017: scale-aware setting of lateral viscous and diffusive coefficient

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg

    r9356 r9490  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  : GYRE_PISCES Configuration namelist to overwrite reference dynamical namelist 
     2!! NEMO/OPA  : GYRE Configuration namelist : overwrite reference namelist 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    4 !----------------------------------------------------------------------- 
    5 &namusr_def    !   GYRE user defined namelist   
    6 !----------------------------------------------------------------------- 
    7    nn_GYRE     =     1     !  GYRE resolution [1/degrees] 
    8    ln_bench    = .false.   !  ! =T benchmark with gyre: the gridsize is kept constant 
    9    jpkglo      =    31     !  number of model levels 
    10 / 
     4 
     5!!====================================================================== 
     6!!              ***  Domain & Run management namelists  ***           !! 
     7!!                                                                    !! 
     8!!   namrun       parameters of the run 
     9!!   namdom       space and time domain 
     10!!   namcfg       parameters of the configuration                       (default: user defined GYRE) 
     11!!   namwad       Wetting and drying                                    (default NO) 
     12!!   namtsd       data: temperature & salinity                          (default NO) 
     13!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
     14!!   namc1d       1D configuration options                              ("key_c1d") 
     15!!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d") 
     16!!   namc1d_uvd   1D data (currents)                                    ("key_c1d") 
     17!!====================================================================== 
     18! 
    1119!----------------------------------------------------------------------- 
    1220&namrun        !   parameters of the run 
     
    1826   nn_stock    =    4320   !  frequency of creation of a restart file (modulo referenced to 1) 
    1927   nn_write    =      60   !  frequency of write in the output file   (modulo referenced to nn_it000) 
     28   nn_istate   =       0   !  output the initial state (1) or not (0) 
    2029/ 
    2130!----------------------------------------------------------------------- 
    2231&namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    2332!----------------------------------------------------------------------- 
    24    ln_read_cfg = .false.   !  (=T) read the domain configuration file 
    25       !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    26    ln_write_cfg= .false.   !  (=T) create the domain configuration file 
    27 ! 
     33   ln_read_cfg = .false.   !  (=F) user defined configuration           (F => create/check namusr_def) 
     34/ 
     35!----------------------------------------------------------------------- 
     36&namusr_def    !   GYRE user defined namelist   
     37!----------------------------------------------------------------------- 
     38   nn_GYRE     =     1     !  GYRE resolution [1/degrees] 
     39   ln_bench    = .false.   !  ! =T benchmark with gyre: the gridsize is kept constant 
     40   jpkglo      =    31     !  number of model levels 
    2841/ 
    2942!----------------------------------------------------------------------- 
    3043&namdom        !   time and space domain 
    3144!----------------------------------------------------------------------- 
    32      ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time        |  ------------------------------------------------------------------------------------------------- 
    33      !                                                                                              |  ------------------------------------------------------------------------------------------------- 
    34      rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0) 
    35 / 
    36 !----------------------------------------------------------------------- 
    37 &namtsd        !   data : Temperature  & Salinity 
    38 !----------------------------------------------------------------------- 
    39 !              !  file name                 ! frequency (hours) ! variable ! time interp.!  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    40 !              !                            !  (if <0  months)  !   name   !  (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    41    cn_dir        = './'      !  root directory for the location of the runoff files 
    42    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    43    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    44 / 
    45 !----------------------------------------------------------------------- 
    46 &namwad        !   Wetting and drying  default is no WAD 
    47 !----------------------------------------------------------------------- 
    48 / 
    49 !----------------------------------------------------------------------- 
    50 &namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    51 !----------------------------------------------------------------------- 
    52 / 
    53 !----------------------------------------------------------------------- 
    54 &namc1d        !   1D configuration options                             ("key_c1d") 
    55 !----------------------------------------------------------------------- 
    56 / 
    57 !----------------------------------------------------------------------- 
    58 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
    59 !----------------------------------------------------------------------- 
    60 / 
    61 !----------------------------------------------------------------------- 
    62 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    63 !----------------------------------------------------------------------- 
    64 / 
    65 !----------------------------------------------------------------------- 
    66 &namsbc        !   Surface Boundary Condition (surface module) 
    67 !----------------------------------------------------------------------- 
    68    nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    69                            !     (also = the frequency of sea-ice model call) 
     45   ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time 
     46   ! 
     47   rn_rdt      = 7200.     !  time step for the dynamics 
     48/ 
     49 
     50!!====================================================================== 
     51!!            ***  Surface Boundary Condition namelists  ***          !! 
     52!!                                                                    !! 
     53!!   namsbc          surface boundary condition manager                 (default: NO selection) 
     54!!   namsbc_flx      flux               formulation                     (ln_flx     =T) 
     55!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T) 
     56!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" ) 
     57!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only) 
     58!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   ) 
     59!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T) 
     60!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T) 
     61!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T) 
     62!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T) 
     63!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr ) 
     64!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T) 
     65!!   namsbc_wave     external fields from wave model                    (ln_wave    =T) 
     66!!   namberg         iceberg floats                                     (ln_icebergs=T) 
     67!!====================================================================== 
     68! 
     69!----------------------------------------------------------------------- 
     70&namsbc        !   Surface Boundary Condition (surface module)          (default: NO selection) 
     71!----------------------------------------------------------------------- 
     72   nn_fsbc     = 1         !  frequency of SBC module call 
    7073   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc) 
    71    ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk ) 
    72    nn_ice      = 0         !  =0 no ice boundary condition   , 
    73    ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
    74    ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    75    nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    76 / 
    77 !----------------------------------------------------------------------- 
    78 &namsbc_flx    !   surface boundary condition : flux formulation 
    79 !----------------------------------------------------------------------- 
    80 / 
    81 !----------------------------------------------------------------------- 
    82 &namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T) 
    83 !----------------------------------------------------------------------- 
    84 / 
    85 !----------------------------------------------------------------------- 
    86 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    87 !----------------------------------------------------------------------- 
    88 / 
    89 !----------------------------------------------------------------------- 
    90 &namsbc_sas    !   Stand-Alone Surface boundary condition 
    91 !----------------------------------------------------------------------- 
    92 / 
    93 !----------------------------------------------------------------------- 
    94 &namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1) 
    95 !----------------------------------------------------------------------- 
     74   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
    9675/ 
    9776!----------------------------------------------------------------------- 
    9877&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    9978!----------------------------------------------------------------------- 
    100    ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration 
    10179   ln_qsr_2bd  = .true.    !  2 bands              light penetration 
    10280   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
    10381/ 
    104 !----------------------------------------------------------------------- 
    105 &namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T) 
    106 !----------------------------------------------------------------------- 
    107    ln_rnf_mouth = .false.   !  specific treatment at rivers mouths 
    108 / 
    109 !----------------------------------------------------------------------- 
    110 &namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0) 
    111 !----------------------------------------------------------------------- 
    112 / 
    113 !----------------------------------------------------------------------- 
    114 &namsbc_iscpl  !   land ice / ocean coupling option                      
    115 !----------------------------------------------------------------------- 
    116 / 
    117 !----------------------------------------------------------------------- 
    118 &namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
    119 !----------------------------------------------------------------------- 
    120 / 
    121 !----------------------------------------------------------------------- 
    122 &namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
    123 !----------------------------------------------------------------------- 
    124 / 
    125 !----------------------------------------------------------------------- 
    126 &namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    127 !----------------------------------------------------------------------- 
    128 / 
    129 !----------------------------------------------------------------------- 
    130 &namberg       !   iceberg parameters                                   (default: No iceberg) 
    131 !----------------------------------------------------------------------- 
    132 / 
    133 !----------------------------------------------------------------------- 
    134 &namlbc        !   lateral momentum boundary condition 
    135 !----------------------------------------------------------------------- 
    136    !                       !  free slip  !   partial slip  !   no slip   ! strong slip 
    137    rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    138 / 
    139 !----------------------------------------------------------------------- 
    140 &namagrif      !  AGRIF zoom                                            ("key_agrif") 
    141 !----------------------------------------------------------------------- 
    142 / 
    143 !----------------------------------------------------------------------- 
    144 &nam_tide      !   tide parameters 
    145 !----------------------------------------------------------------------- 
    146 / 
    147 !----------------------------------------------------------------------- 
    148 &nambdy        !  unstructured open boundaries                           
    149 !----------------------------------------------------------------------- 
    150 / 
    151 !----------------------------------------------------------------------- 
    152 &nambdy_dta    !  open boundaries - external data                        
    153 !----------------------------------------------------------------------- 
    154 / 
    155 !----------------------------------------------------------------------- 
    156 &nambdy_tide   !  tidal forcing at open boundaries 
    157 !----------------------------------------------------------------------- 
    158 / 
     82 
     83!!====================================================================== 
     84!!               ***  Lateral boundary condition  ***                 !! 
     85!!                                                                    !! 
     86!!   namlbc        lateral momentum boundary condition                  (default: no slip) 
     87!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
     88!!   nam_tide      Tidal forcing                                        (default: NO) 
     89!!   nambdy        Unstructured open boundaries                         (default: NO) 
     90!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
     91!!   nambdy_tide   tidal forcing at open boundaries                     (default: NO) 
     92!!====================================================================== 
     93! 
     94!!====================================================================== 
     95!!                ***  Top/Bottom boundary condition  ***             !! 
     96!!                                                                    !! 
     97!!   namdrg        top/bottom drag coefficient                          (default: NO selection) 
     98!!   namdrg_top    top    friction                                      (ln_NONE=F & ln_isfcav=T) 
     99!!   namdrg_bot    bottom friction                                      (ln_NONE=F) 
     100!!   nambbc        bottom temperature boundary condition                (default: NO) 
     101!!   nambbl        bottom boundary layer scheme                         (default: NO) 
     102!!====================================================================== 
     103! 
    159104!----------------------------------------------------------------------- 
    160105&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
     
    162107   ln_non_lin = .true.     !  non-linear  drag: Cd = Cd0 |U| 
    163108/ 
    164 !----------------------------------------------------------------------- 
    165 &namdrg_top    !   TOP friction                                         (ln_isfcav=T) 
    166 !----------------------------------------------------------------------- 
    167 / 
    168 !----------------------------------------------------------------------- 
    169 &namdrg_bot    !   BOTTOM friction                                   
    170 !----------------------------------------------------------------------- 
    171 / 
    172 !----------------------------------------------------------------------- 
    173 &nambbc        !   bottom temperature boundary condition                (default: NO) 
    174 !----------------------------------------------------------------------- 
    175 / 
    176 !----------------------------------------------------------------------- 
    177 &nambbl        !   bottom boundary layer scheme                         (default: NO) 
    178 !----------------------------------------------------------------------- 
    179 / 
    180 !----------------------------------------------------------------------- 
    181 &nameos        !   ocean Equation Of Seawater                           (default: NO) 
    182 !----------------------------------------------------------------------- 
    183    ln_eos80    = .true.         !  = Use EOS80 equation of state 
     109 
     110!!====================================================================== 
     111!!                        Tracer (T & S) namelists                    !! 
     112!!                                                                    !! 
     113!!   nameos           equation of state                                 (default: NO selection) 
     114!!   namtra_adv       advection scheme                                  (default: NO selection) 
     115!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
     116!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: NO) 
     117!!   namtra_eiv       eddy induced velocity param.                      (default: NO) 
     118!!   namtra_dmp       T & S newtonian damping                           (default: NO) 
     119!!====================================================================== 
     120! 
     121!----------------------------------------------------------------------- 
     122&nameos        !   ocean Equation Of Seawater                           (default: NO selection) 
     123!----------------------------------------------------------------------- 
     124   ln_eos80    = .true.      !  = Use EOS80 equation of state 
    184125/ 
    185126!----------------------------------------------------------------------- 
     
    191132/ 
    192133!----------------------------------------------------------------------- 
    193 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    194 !----------------------------------------------------------------------- 
    195 / 
    196 !----------------------------------------------------------------------- 
    197134&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    198135!----------------------------------------------------------------------- 
    199    !                       !  Operator type: 
    200    ln_traldf_NONE  =  .false.  !  No explicit diffusion 
    201136   ln_traldf_lap   =  .true.   !    laplacian operator 
    202    ln_traldf_blp   =  .false.  !  bilaplacian operator 
    203    !                       !  Direction of action: 
    204    ln_traldf_lev   =  .false.  !  iso-level 
    205    ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
    206137   ln_traldf_iso   =  .true.   !  iso-neutral (standard operator) 
    207    ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
    208    ! 
    209    !                       !  iso-neutral options:         
    210    ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
    211    rn_slpmax       =   0.01    !  slope limit                      (both operators) 
    212    ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
    213    rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
    214    ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
    215    ! 
    216    !                       !  Coefficients: 
    217    nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
    218    !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
    219    !                                !   =  0           constant  
    220    !                                !   = 10 F(k)      =ldf_c1d  
    221    !                                !   = 20 F(i,j)    =ldf_c2d  
    222    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    223    !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    224    !                                !   = 31 F(i,j,k,t)=F(local velocity) 
    225    rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    226    rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    227 / 
    228 !----------------------------------------------------------------------- 
    229 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    230 !----------------------------------------------------------------------- 
    231    ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
    232 / 
    233 !----------------------------------------------------------------------- 
    234 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    235 !----------------------------------------------------------------------- 
    236    ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
    237 / 
    238 !----------------------------------------------------------------------- 
    239 &nam_vvl       !   vertical coordinate options                          (default: z-star) 
    240 !----------------------------------------------------------------------- 
    241 / 
     138   nn_aht_ijk_t    = 0         !  = 0   constant = 1/2  Ud*Ld   (lap case)  
     139      rn_Ud        = 0.02           !  lateral diffusive velocity [m/s] 
     140      rn_Ld        = 100.e+3        !  lateral diffusive length   [m] 
     141/ 
     142 
     143!!====================================================================== 
     144!!                      ***  Dynamics namelists  ***                  !! 
     145!!                                                                    !! 
     146!!   nam_vvl       vertical coordinate options                          (default: z-star) 
     147!!   namdyn_adv    formulation of the momentum advection                (default: NO selection) 
     148!!   namdyn_vor    advection scheme                                     (default: NO selection) 
     149!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection) 
     150!!   namdyn_spg    surface pressure gradient                            (default: NO selection) 
     151!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection) 
     152!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only) 
     153!!====================================================================== 
     154! 
    242155!----------------------------------------------------------------------- 
    243156&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
     
    247160/ 
    248161!----------------------------------------------------------------------- 
    249 &namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
     162&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection) 
    250163!----------------------------------------------------------------------- 
    251164   ln_dynvor_ene = .true.  !  enstrophy conserving scheme 
    252    ln_dynvor_ens = .false. !  energy conserving scheme 
    253    ln_dynvor_mix = .false. !  mixed scheme 
    254    ln_dynvor_een = .false. !  energy & enstrophy scheme 
    255       nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    256165/ 
    257166!----------------------------------------------------------------------- 
     
    259168!----------------------------------------------------------------------- 
    260169   ln_hpg_zco  = .true.    !  z-coordinate - full steps 
    261    ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation) 
    262 / 
    263 !----------------------------------------------------------------------- 
    264 &namdyn_spg    !   surface pressure gradient                            (default: NO) 
     170/ 
     171!----------------------------------------------------------------------- 
     172&namdyn_spg    !   surface pressure gradient                            (default: NO selection) 
    265173!----------------------------------------------------------------------- 
    266174   ln_dynspg_ts  = .true.  !  split-explicit free surface 
     
    269177&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    270178!----------------------------------------------------------------------- 
    271    !                       !  Type of the operator : 
    272    ln_dynldf_NONE=  .false.    !  No operator (i.e. no explicit diffusion) 
    273179   ln_dynldf_lap =  .true.     !    laplacian operator 
    274    ln_dynldf_blp =  .false.    !  bilaplacian operator 
    275    !                       !  Direction of action  : 
    276180   ln_dynldf_lev =  .true.     !  iso-level 
    277    ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
    278    ln_dynldf_iso =  .false.    !  iso-neutral 
    279    !                       !  Coefficient 
    280    nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
    281    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    282    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    283    !                                !  =  0  constant  
    284    !                                !  = 10  F(k)=c1d 
    285    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    286    !                                !  = 30  F(i,j,k)=c2d*c1d 
    287    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    288    rn_ahm_0      = 100000.     !  horizontal laplacian eddy viscosity   [m2/s] 
    289    rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    290    rn_bhm_0      =      0.     !  horizontal bilaplacian eddy viscosity [m4/s] 
    291 / 
     181   nn_ahm_ijk_t  = 0           !  = 0  constant = 1/2  Uv*Lv   (lap case)  
     182      rn_Uv      = 2.0              !  lateral viscous velocity [m/s]  
     183      rn_Lv      = 100.e+3          !  lateral viscous length   [m] 
     184/ 
     185 
     186!!====================================================================== 
     187!!                     vertical physics namelists                     !! 
     188!!                                                                    !! 
     189!!    namzdf        vertical physics manager                            (default: NO selection) 
     190!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T) 
     191!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T) 
     192!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T) 
     193!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T) 
     194!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T) 
     195!!====================================================================== 
     196! 
    292197!----------------------------------------------------------------------- 
    293198&namzdf        !   vertical physics                                     (default: NO selection) 
    294199!----------------------------------------------------------------------- 
    295    !                       ! type of vertical closure 
    296    ln_zdfcst   = .false.      !  constant mixing 
    297    ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric) 
    298200   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
    299    ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
    300    ln_zdfosm   = .false.      !  OSMOSIS BL closure                     (T =>   fill namzdf_osm) 
    301    ! 
    302    !                       ! convection 
    303201   ln_zdfevd   = .true.       !  enhanced vertical diffusion 
    304202      nn_evdm     =    1         ! apply on tracer (=0) or on tracer and momentum (=1) 
    305203      rn_evd      =  100.        ! mixing coefficient [m2/s] 
    306    ln_zdfnpc   = .false.      !  Non-Penetrative Convective algorithm 
    307       nn_npc      =    1         ! frequency of application of npc 
    308       nn_npcp     =  365         ! npc control print frequency 
    309    ! 
    310    ln_zdfddm   = .false.   ! double diffusive mixing 
    311       rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity) 
    312       rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio 
    313    ! 
    314    !                       ! gravity wave-driven vertical mixing 
    315    ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm) 
    316    ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T ) 
    317    ! 
    318204   !                       ! coefficients 
    319205   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     
    323209/ 
    324210!----------------------------------------------------------------------- 
    325 &namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
    326 !----------------------------------------------------------------------- 
    327 / 
    328 !----------------------------------------------------------------------- 
    329211&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
    330212!----------------------------------------------------------------------- 
    331213   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves 
    332214/ 
    333 !----------------------------------------------------------------------- 
    334 &namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
    335 !----------------------------------------------------------------------- 
    336 / 
    337 !----------------------------------------------------------------------- 
    338 &namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
    339 !----------------------------------------------------------------------- 
    340 / 
    341 !----------------------------------------------------------------------- 
    342 &namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    343 !----------------------------------------------------------------------- 
    344 / 
    345 !----------------------------------------------------------------------- 
    346 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    347 !----------------------------------------------------------------------- 
    348 / 
    349 !----------------------------------------------------------------------- 
    350 &namctl        !   Control prints  
    351 !----------------------------------------------------------------------- 
    352 / 
    353 !----------------------------------------------------------------------- 
    354 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
    355 !----------------------------------------------------------------------- 
    356 / 
    357 !----------------------------------------------------------------------- 
    358 &namtrd        !   trend diagnostics                                    (default F) 
    359 !----------------------------------------------------------------------- 
    360 / 
    361 !----------------------------------------------------------------------- 
    362 &namptr        !   Poleward Transport Diagnostic                        (default F) 
    363 !----------------------------------------------------------------------- 
    364 / 
    365 !----------------------------------------------------------------------- 
    366 &namhsb        !  Heat and salt budgets                                 (default F) 
    367 !----------------------------------------------------------------------- 
    368 / 
    369 !----------------------------------------------------------------------- 
    370 &namdiu        !   Cool skin and warm layer models                      (default F) 
    371 !----------------------------------------------------------------------- 
    372 / 
    373 !----------------------------------------------------------------------- 
    374 &namflo        !   float parameters                                     ("key_float") 
    375 !----------------------------------------------------------------------- 
    376 / 
    377 !----------------------------------------------------------------------- 
    378 &nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
    379 !----------------------------------------------------------------------- 
    380 / 
    381 !----------------------------------------------------------------------- 
    382 &namdct        ! transports through some sections                       ("key_diadct") 
    383 !----------------------------------------------------------------------- 
    384     nn_dct      = 60       !  time step frequency for transports computing 
    385     nn_dctwri   = 60       !  time step frequency for transports writing 
    386     nn_secdebug = 0        !      0 : no section to debug 
    387 / 
    388 !----------------------------------------------------------------------- 
    389 &nam_diatmb    !  Top Middle Bottom Output                              (default F) 
    390 !----------------------------------------------------------------------- 
    391 / 
    392 !----------------------------------------------------------------------- 
    393 &nam_dia25h    !  25h Mean Output                                       (default F) 
    394 !----------------------------------------------------------------------- 
    395 / 
    396 !----------------------------------------------------------------------- 
    397 &namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    398 !----------------------------------------------------------------------- 
    399 / 
    400 !----------------------------------------------------------------------- 
    401 &namobs        !  observation usage switch 
    402 !----------------------------------------------------------------------- 
    403 / 
    404 !----------------------------------------------------------------------- 
    405 &nam_asminc    !   assimilation increments                              ('key_asminc') 
    406 !----------------------------------------------------------------------- 
    407 / 
    408 !----------------------------------------------------------------------- 
    409 &namdta_dyn    !   offline dynamics read in files                       ("key_offline") 
    410 !----------------------------------------------------------------------- 
    411 / 
     215 
     216!!====================================================================== 
     217!!                  ***  Diagnostics namelists  ***                   !! 
     218!!                                                                    !! 
     219!!   namtrd       dynamics and/or tracer trends                         (default NO) 
     220!!   namptr       Poleward Transport Diagnostics                        (default NO) 
     221!!   namhsb       Heat and salt budgets                                 (default NO) 
     222!!   namdiu       Cool skin and warm layer models                       (default NO) 
     223!!   namdiu       Cool skin and warm layer models                       (default NO) 
     224!!   namflo       float parameters                                      ("key_float") 
     225!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
     226!!   namdct       transports through some sections                      ("key_diadct") 
     227!!   nam_diatmb   Top Middle Bottom Output                              (default NO) 
     228!!   nam_dia25h   25h Mean Output                                       (default NO) 
     229!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
     230!!====================================================================== 
     231 
     232!!====================================================================== 
     233!!               ***  Observation & Assimilation  ***                 !! 
     234!!                                                                    !! 
     235!!   namobs       observation and model comparison                      (default: NO) 
     236!!   nam_asminc   assimilation increments                               ('key_asminc') 
     237!!====================================================================== 
Note: See TracChangeset for help on using the changeset viewer.