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/ORCA2_LIM3_PISCES/EXP00/1_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/ORCA2_LIM3_PISCES/EXP00/1_namelist_cfg

    r9356 r9490  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  :  Configuration namelist used to overwrite SHARED/1_namelist_ref 
     2!! NEMO/OPA  Configuration namelist : overwrite some defaults values defined in SHARED/1_namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     4!                       ORCA2 - SI3 configuration                      ! 
     5 
     6!!====================================================================== 
     7!!              ***  Domain & Run management namelists  ***           !! 
     8!!                                                                    !! 
     9!!   namrun       parameters of the run 
     10!!   namdom       space and time domain 
     11!!   namcfg       parameters of the configuration                       (default: user defined GYRE) 
     12!!   namwad       Wetting and drying                                    (default NO) 
     13!!   namtsd       data: temperature & salinity                          (default NO) 
     14!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
     15!!====================================================================== 
     16! 
    417!----------------------------------------------------------------------- 
    518&namrun        !   parameters of the run 
    619!----------------------------------------------------------------------- 
    7    cn_exp      = "Agulhas" !  experience name  
     20   cn_exp      = "Agulhas" !  experience name 
    821   nn_it000    =       1   !  first time step 
    922   nn_itend    =   10950   !  last  time step 
    1023   nn_stock    =   10950   !  frequency of creation of a restart file (modulo referenced to 1) 
    1124   nn_write    =   10950   !  frequency of write in the output file   (modulo referenced to nn_it000) 
     25   nn_istate   =       0   !  output the initial state (1) or not (0) 
    1226   ln_clobber  = .true.    !  clobber (overwrite) an existing file 
    1327/ 
    1428!----------------------------------------------------------------------- 
     29&namdom        !   time and space domain 
     30!----------------------------------------------------------------------- 
     31   rn_rdt      = 2880.     !  time step for the dynamics (and tracer if nn_acc=0) 
     32/ 
     33!----------------------------------------------------------------------- 
    1534&namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    1635!----------------------------------------------------------------------- 
    1736   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
    18       !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    1937      cn_domcfg = "AGRIF_AGULHAS_domain_cfg"    ! domain configuration filename 
    2038/ 
    2139!----------------------------------------------------------------------- 
    22 &namdom        !   time and space domain 
    23 !----------------------------------------------------------------------- 
    24    ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     40&namtsd        !    Temperature & Salinity Data                         (default: NO) 
     41!----------------------------------------------------------------------- 
     42   !  with AGRIF ("key_agrif") child are initialized with parent values 
     43/ 
     44 
     45!!====================================================================== 
     46!!            ***  Surface Boundary Condition namelists  ***          !! 
     47!!                                                                    !! 
     48!!   namsbc          surface boundary condition manager                 (default: NO selection) 
     49!!   namsbc_flx      flux               formulation                     (ln_flx     =T) 
     50!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T) 
     51!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" ) 
     52!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only) 
     53!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   ) 
     54!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T) 
     55!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T) 
     56!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T) 
     57!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T) 
     58!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr ) 
     59!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T) 
     60!!   namsbc_wave     external fields from wave model                    (ln_wave    =T) 
     61!!   namberg         iceberg floats                                     (ln_icebergs=T) 
     62!!====================================================================== 
     63! 
     64!----------------------------------------------------------------------- 
     65&namsbc        !   Surface Boundary Condition (surface module) 
     66!----------------------------------------------------------------------- 
     67   nn_fsbc     = 5         !  frequency of SBC module call 
     68   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
     69   nn_ice      = 0         !  =0 no ice boundary condition 
     70   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
     71   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
     72   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
     73   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
     74/ 
     75!----------------------------------------------------------------------- 
     76&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T) 
     77!----------------------------------------------------------------------- 
     78   !                    !  bulk algorithm : 
     79   ln_NCAR     = .true.    ! "NCAR"      algorithm   (Large and Yeager 2008) 
     80 
     81   cn_dir      = './'      !  root directory for the bulk data location 
     82   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
     83   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename            ! rotation ! land/sea mask ! 
     84   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   ! 
     85   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6         , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'     , 'Uwnd'   , '' 
     86   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6         , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'     , 'Vwnd'   , '' 
     87   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     88   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     89   sn_tair     = 't_10.15JUNE2009_fill'       ,    6         , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     90   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6         , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     91   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1         , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     92   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1         , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     93   sn_slp      = 'slp.15JUNE2009_fill'        ,    6         , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     94   sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     95 
     96/ 
     97!----------------------------------------------------------------------- 
     98&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
     99!----------------------------------------------------------------------- 
     100   !                       ! type of penetration                        (default: NO selection) 
     101   ln_qsr_rgb  = .true.       !  RGB light penetration (Red-Green-Blue) 
    25102   ! 
    26    rn_rdt      = 2880.     !  time step for the dynamics (and tracer if nn_acc=0) 
    27 !----------------------------------------------------------------------- 
    28 &namtsd        !   data : Temperature  & Salinity 
    29 !----------------------------------------------------------------------- 
    30 / 
    31 !----------------------------------------------------------------------- 
    32 &namwad        !   Wetting and drying  default is no WAD 
    33 !----------------------------------------------------------------------- 
    34 / 
    35 !----------------------------------------------------------------------- 
    36 &namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    37 !----------------------------------------------------------------------- 
    38 / 
    39 !----------------------------------------------------------------------- 
    40 &namc1d        !   1D configuration options                             ("key_c1d") 
    41 !----------------------------------------------------------------------- 
    42 / 
    43 !----------------------------------------------------------------------- 
    44 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
    45 !----------------------------------------------------------------------- 
    46 / 
    47 !----------------------------------------------------------------------- 
    48 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    49 !----------------------------------------------------------------------- 
    50 / 
    51 !----------------------------------------------------------------------- 
    52 &namsbc        !   Surface Boundary Condition (surface module) 
    53 !----------------------------------------------------------------------- 
    54    nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    55    ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
    56    nn_ice      = 0         !  =0 no ice boundary condition   , 
    57                            !  =1 use observed ice-cover      , 
    58                            !  =2 or 3 automatically for LIM3 or CICE    ("key_lim3" or "key_cice") 
    59    ln_rnf      = .false.    !  runoffs                                   (T => fill namsbc_rnf) 
    60    ln_ssr      = .false.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    61    nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    62                            !     =1 global mean of e-p-r set to zero at each time step 
    63                            !     =2 annual global mean of e-p-r set to zero 
    64 / 
    65 !----------------------------------------------------------------------- 
    66 &namsbc_flx    !   surface boundary condition : flux formulation 
    67 !----------------------------------------------------------------------- 
    68 / 
    69 !----------------------------------------------------------------------- 
    70 &namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T) 
    71 !----------------------------------------------------------------------- 
    72 !              !  file name                   ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                              ! rotation ! land/sea mask ! 
    73 !              !                              !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                             ! pairing  ! filename      ! 
    74    sn_wndi     = 'u_10.15JUNE2009_fill'       ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'     , 'Uwnd'   , '' 
    75    sn_wndj     = 'v_10.15JUNE2009_fill'       ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'     , 'Vwnd'   , '' 
    76    sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
    77    sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
    78    sn_tair     = 't_10.15JUNE2009_fill'       ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
    79    sn_humi     = 'q_10.15JUNE2009_fill'       ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
    80    sn_prec     = 'ncar_precip.15JUNE2009_fill',        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
    81    sn_snow     = 'ncar_precip.15JUNE2009_fill',        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
    82    sn_slp      = 'slp.15JUNE2009_fill'        ,         6         , 'SLP'     ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
    83    sn_tdif     = 'taudif_core'                ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
    84    ! 
    85    !                    !  bulk algorithm : 
    86    ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
    87 / 
    88 !----------------------------------------------------------------------- 
    89 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    90 !----------------------------------------------------------------------- 
    91 / 
    92 !----------------------------------------------------------------------- 
    93 &namsbc_sas    !   Stand-Alone Surface boundary condition 
    94 !----------------------------------------------------------------------- 
    95 / 
    96 !----------------------------------------------------------------------- 
    97 &namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1) 
    98 !----------------------------------------------------------------------- 
    99 / 
    100 !----------------------------------------------------------------------- 
    101 &namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    102 !----------------------------------------------------------------------- 
    103 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    104 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    105    sn_chl      ='chlorophyll',        -1         , 'CHLA'    ,   .true.     , .true. , 'yearly'  , 'weights_bilin.nc'       , '' 
    106 / 
    107 !----------------------------------------------------------------------- 
    108 &namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T) 
    109 !----------------------------------------------------------------------- 
    110 / 
    111 !----------------------------------------------------------------------- 
    112 &namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0) 
    113 !----------------------------------------------------------------------- 
    114 / 
    115 !----------------------------------------------------------------------- 
    116 &namsbc_iscpl  !   land ice / ocean coupling option                      
    117 !----------------------------------------------------------------------- 
    118 / 
    119 !----------------------------------------------------------------------- 
    120 &namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
    121 !----------------------------------------------------------------------- 
     103   nn_chldta   =      1       !  RGB : Chl data (=1) or cst value (=0) 
     104 
     105   cn_dir      = './'      !  root directory for the chlorophyl data location 
     106   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     107   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     108   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     109   sn_chl      ='chlorophyll'            ,        -1         , 'CHLA'    ,   .true.    , .true. , 'yearly'  ,'weights_bilin.nc', ''      , '' 
    122110/ 
    123111!----------------------------------------------------------------------- 
    124112&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
    125113!----------------------------------------------------------------------- 
    126 / 
    127 !----------------------------------------------------------------------- 
    128 &namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    129 !----------------------------------------------------------------------- 
     114   !  not used in this zoom 
     115/ 
     116!----------------------------------------------------------------------- 
     117&namsbc_rnf    !   runoffs                                              (ln_rnf =T) 
     118!----------------------------------------------------------------------- 
     119   !  not used in this zoom 
    130120/ 
    131121!----------------------------------------------------------------------- 
    132122&namberg       !   iceberg parameters                                   (default: No iceberg) 
    133123!----------------------------------------------------------------------- 
    134       ln_icebergs              = .false.               ! iceberg floats or not 
    135 / 
    136 !----------------------------------------------------------------------- 
    137 &namlbc        !   lateral momentum boundary condition 
    138 !----------------------------------------------------------------------- 
    139 / 
     124   !  iceberg floats are not currently available with AGRIF 
     125   !     ===>>  forced deactivation in icbini.F90  
     126/ 
     127 
     128!!====================================================================== 
     129!!               ***  Lateral boundary condition  ***                 !! 
     130!!                                                                    !! 
     131!!   namlbc        lateral momentum boundary condition                  (no slip) 
     132!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
     133!!   nam_tide      Tidal forcing                                        (default: NO) 
     134!!   nambdy        Unstructured open boundaries                         (default: NO) 
     135!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy) 
     136!!   nambdy_tide   tidal forcing at open boundaries                     (default: NO) 
     137!!====================================================================== 
     138! 
    140139!----------------------------------------------------------------------- 
    141140&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    142141!----------------------------------------------------------------------- 
    143 / 
    144 !----------------------------------------------------------------------- 
    145 &nam_tide      !   tide parameters 
    146 !----------------------------------------------------------------------- 
    147 / 
    148 !----------------------------------------------------------------------- 
    149 &nambdy        !  unstructured open boundaries                           
    150 !----------------------------------------------------------------------- 
    151 / 
    152 !----------------------------------------------------------------------- 
    153 &nambdy_dta    !  open boundaries - external data                        
    154 !----------------------------------------------------------------------- 
    155 / 
    156 !----------------------------------------------------------------------- 
    157 &nambdy_tide   !  tidal forcing at open boundaries 
    158 !----------------------------------------------------------------------- 
     142   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
     143   rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [m2/s] 
     144   rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [m2/s] 
     145   ln_chk_bathy  = .false. !  =T  check the parent bathymetry 
    159146/ 
    160147!----------------------------------------------------------------------- 
     
    164151/ 
    165152!----------------------------------------------------------------------- 
    166 &namdrg_top    !   TOP friction                                         (ln_isfcav=T) 
    167 !----------------------------------------------------------------------- 
    168 / 
    169 !----------------------------------------------------------------------- 
    170 &namdrg_bot    !   BOTTOM friction                                   
     153&namdrg_bot    !   BOTTOM friction                                       
    171154!----------------------------------------------------------------------- 
    172155/ 
     
    174157&nambbc        !   bottom temperature boundary condition                (default: NO) 
    175158!----------------------------------------------------------------------- 
    176    ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
     159   ln_trabbc   = .true.   !  Apply a geothermal heating at the ocean bottom 
     160      nn_geoflx   =    1      !  geothermal heat flux: = 1 constant flux 
     161!!gm      nn_geoflx   =    2      !  geothermal heat flux: = 2 read variable flux [mW/m2] 
     162 
     163   cn_dir      = './'      !  root directory for the geothermal data location 
     164   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     165   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     166   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     167   sn_qgh      ='geothermal_heating.nc'  ,       -12.        , 'heatflow',   .false.   , .true. , 'yearly'  ,'weights_bilin.nc',   ''     ,   '' 
    177168/ 
    178169!----------------------------------------------------------------------- 
     
    180171!----------------------------------------------------------------------- 
    181172   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag 
    182    nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0) 
    183    nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0) 
    184    rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s] 
    185    rn_gambbl   =  10.      !  advective bbl coefficient                 [s] 
    186 / 
    187 !----------------------------------------------------------------------- 
    188 &nameos        !   ocean Equation Of Seawater                           (default: NO) 
    189 !----------------------------------------------------------------------- 
    190    ln_teos10   = .false.         !  = Use TEOS-10 equation of state 
     173      nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0) 
     174      nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0) 
     175      rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s] 
     176      rn_gambbl   =  10.      !  advective bbl coefficient                 [s] 
     177/ 
     178 
     179!!====================================================================== 
     180!!                        Tracer (T & S) namelists                    !! 
     181!!                                                                    !! 
     182!!   nameos           equation of state                                 (default: NO selection) 
     183!!   namtra_adv       advection scheme                                  (default: NO selection) 
     184!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: NO) 
     185!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection) 
     186!!   namtra_eiv       eddy induced velocity param.                      (default: NO) 
     187!!   namtra_dmp       T & S newtonian damping                           (default: NO) 
     188!!====================================================================== 
     189! 
     190!----------------------------------------------------------------------- 
     191&nameos        !   ocean Equation Of Seawater                           (default: NO selection) 
     192!----------------------------------------------------------------------- 
    191193   ln_eos80    = .true.          !  = Use EOS80 
    192    ln_seos     = .false.         !  = Use S-EOS (simplified Eq.) 
    193194/ 
    194195!----------------------------------------------------------------------- 
     
    200201/ 
    201202!----------------------------------------------------------------------- 
    202 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    203 !----------------------------------------------------------------------- 
    204 / 
    205 !----------------------------------------------------------------------- 
    206203&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    207204!----------------------------------------------------------------------- 
    208    !                       !  Operator type: 
    209    ln_traldf_NONE  =  .false.  !           No operator (no explicit advection) 
    210205   ln_traldf_lap   =  .true.   !    laplacian operator 
    211    ln_traldf_blp   =  .false.  !  bilaplacian operator 
    212    !                       !  Direction of action: 
    213    ln_traldf_lev   =  .false.  !  iso-level 
    214    ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
    215206   ln_traldf_iso   =  .true.   !  iso-neutral (Standard operator) 
    216    ln_traldf_triad =  .false.  !  iso-neutral (Triads   operator) 
    217    ! 
    218    !                       !  iso-neutral options:         
    219    ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
    220    rn_slpmax       =   0.01    !  slope limit                      (both operators) 
    221    ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
    222    rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
    223    ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
    224    ! 
    225    !                       !  Coefficients: 
    226    nn_aht_ijk_t    = 20        !  space/time variation of eddy coef 
    227    !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
    228    !                                !   =  0           constant  
    229    !                                !   = 10 F(k)      =ldf_c1d  
    230    !                                !   = 20 F(i,j)    =ldf_c2d  
    231    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    232    !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    233    !                                !   = 31 F(i,j,k,t)=F(local velocity) 
    234    rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    235    rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    236 / 
    237 !----------------------------------------------------------------------- 
    238 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    239 !----------------------------------------------------------------------- 
    240    ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
     207   nn_aht_ijk_t    = 20        !  = 20  F(i,j) = 1/2  Ud*max(e1,e2) (lap case) 
     208      rn_Ud        = 0.018          !  lateral diffusive velocity [m/s]  
     209      rn_Ld        =  50.e+3        !  lateral diffusive length   [m] 
     210/ 
     211!----------------------------------------------------------------------- 
     212&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper)       (default: NO) 
     213!----------------------------------------------------------------------- 
     214   ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     215/ 
     216!----------------------------------------------------------------------- 
     217&namtra_eiv !   eddy induced velocity param.                            (default: NO) 
     218!----------------------------------------------------------------------- 
     219   !  not used in this zoom 
    241220/ 
    242221!----------------------------------------------------------------------- 
    243222&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    244223!----------------------------------------------------------------------- 
    245    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    246 / 
    247 !----------------------------------------------------------------------- 
    248 &nam_vvl       !   vertical coordinate options                          (default: z-star) 
    249 !----------------------------------------------------------------------- 
    250 / 
     224   !  not used in this zoom 
     225/ 
     226 
     227!!====================================================================== 
     228!!                      ***  Dynamics namelists  ***                  !! 
     229!!                                                                    !! 
     230!!   nam_vvl       vertical coordinate options                          (default: z-star) 
     231!!   namdyn_adv    formulation of the momentum advection                (default: NO selection) 
     232!!   namdyn_vor    advection scheme                                     (default: NO selection) 
     233!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection) 
     234!!   namdyn_spg    surface pressure gradient                            (default: NO selection) 
     235!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection) 
     236!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only) 
     237!!====================================================================== 
     238! 
    251239!----------------------------------------------------------------------- 
    252240&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    253241!----------------------------------------------------------------------- 
    254    ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
    255242   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme 
    256      nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
    257    ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    258    ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    259 / 
    260 !----------------------------------------------------------------------- 
    261 &namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
    262 !----------------------------------------------------------------------- 
    263    ln_dynvor_ene = .false. !  enstrophy conserving scheme 
    264    ln_dynvor_ens = .false. !  energy conserving scheme 
    265    ln_dynvor_mix = .false. !  mixed scheme 
     243     nn_dynkeg     = 0        !  =0 : C2 grad(KE) scheme 
     244/ 
     245!----------------------------------------------------------------------- 
     246&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection) 
     247!----------------------------------------------------------------------- 
    266248   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    267249      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
     
    273255/ 
    274256!----------------------------------------------------------------------- 
    275 &namdyn_spg    !   surface pressure gradient                            (default: NO) 
     257&namdyn_spg    !   surface pressure gradient                            (default: NO selection) 
    276258!----------------------------------------------------------------------- 
    277259   ln_dynspg_ts  = .true.  !  split-explicit free surface 
     
    280262&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    281263!----------------------------------------------------------------------- 
    282    !                       !  Type of the operator : 
    283    !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
    284    ln_dynldf_lap =  .false.    !    laplacian operator 
    285264   ln_dynldf_blp =  .true.     !  bilaplacian operator 
    286    !                       !  Direction of action  : 
    287265   ln_dynldf_lev =  .true.     !  iso-level 
    288    ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
    289    ln_dynldf_iso =  .false.    !  iso-neutral 
    290    !                       !  Coefficient 
    291    nn_ahm_ijk_t  =  0          !  space/time variation of eddy coef 
    292    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    293    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    294    !                                !  =  0  constant  
    295    !                                !  = 10  F(k)=c1d 
    296    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    297    !                                !  = 30  F(i,j,k)=c2d*c1d 
    298    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    299    rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s] 
    300    rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    301    rn_bhm_0      = 8.5e+11     !  horizontal bilaplacian eddy viscosity [m4/s] 
    302    ! 
    303    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    304 / 
     266   nn_ahm_ijk_t  =  0          !  =  0  constant = 1/12 Uv*Lv^3 (blp case) 
     267      rn_Uv      = 0.0816           !  lateral viscous velocity [m/s] 
     268      rn_Lv      = 100.e+3          !  lateral viscous length   [m] 
     269/ 
     270 
     271!!====================================================================== 
     272!!                     vertical physics namelists                     !! 
     273!!                                                                    !! 
     274!!    namzdf        vertical physics manager                            (default: NO selection) 
     275!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T) 
     276!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T) 
     277!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T) 
     278!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T) 
     279!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T) 
     280!!====================================================================== 
     281! 
    305282!----------------------------------------------------------------------- 
    306283&namzdf        !   vertical physics                                     (default: NO selection) 
    307284!----------------------------------------------------------------------- 
    308    !                       ! type of vertical closure 
    309    ln_zdfcst   = .false.      !  constant mixing 
    310    ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric) 
    311285   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
    312    ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
    313    ln_zdfosm   = .false.      !  OSMOSIS BL closure                     (T =>   fill namzdf_osm) 
    314    ! 
    315    !                       ! convection 
    316286   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme 
    317287      nn_evdm  =    0            !  evd apply on tracer (=0) or on tracer and momentum (=1) 
    318288      rn_evd   =  100.           !  evd mixing coefficient [m2/s] 
    319    ! 
    320289   ln_zdfddm   = .true.    ! double diffusive mixing 
    321290      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity) 
    322291      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio 
    323    ! 
    324    !                       ! gravity wave-driven vertical mixing 
    325292   ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm) 
    326    ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T ) 
    327    ! 
    328293   !                       !  Coefficients 
    329294   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     
    333298/ 
    334299!----------------------------------------------------------------------- 
    335 &namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
    336 !----------------------------------------------------------------------- 
    337 / 
    338 !----------------------------------------------------------------------- 
    339300&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
    340301!----------------------------------------------------------------------- 
    341302/ 
    342303!----------------------------------------------------------------------- 
    343 &namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
    344 !----------------------------------------------------------------------- 
    345 / 
    346 !----------------------------------------------------------------------- 
    347 &namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
    348 !----------------------------------------------------------------------- 
    349 / 
    350 !----------------------------------------------------------------------- 
    351304&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    352305!----------------------------------------------------------------------- 
    353 / 
    354 !----------------------------------------------------------------------- 
    355 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    356 !----------------------------------------------------------------------- 
    357 / 
    358 !----------------------------------------------------------------------- 
    359 &namctl        !   Control prints  
    360 !----------------------------------------------------------------------- 
    361 / 
    362 !----------------------------------------------------------------------- 
    363 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
    364 !----------------------------------------------------------------------- 
    365 / 
    366 !----------------------------------------------------------------------- 
    367 &namtrd        !   trend diagnostics                                    (default F) 
    368 !----------------------------------------------------------------------- 
    369 / 
    370 !----------------------------------------------------------------------- 
    371 &namptr        !   Poleward Transport Diagnostic                        (default F) 
    372 !----------------------------------------------------------------------- 
    373 / 
    374 !----------------------------------------------------------------------- 
    375 &namhsb        !  Heat and salt budgets                                 (default F) 
    376 !----------------------------------------------------------------------- 
    377 / 
    378 !----------------------------------------------------------------------- 
    379 &namdiu        !   Cool skin and warm layer models                      (default F) 
    380 !----------------------------------------------------------------------- 
    381 / 
    382 !----------------------------------------------------------------------- 
    383 &namflo        !   float parameters                                     ("key_float") 
    384 !----------------------------------------------------------------------- 
    385 / 
    386 !----------------------------------------------------------------------- 
    387 &nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
    388 !----------------------------------------------------------------------- 
    389 / 
    390 !----------------------------------------------------------------------- 
    391 &namdct        ! transports through some sections                       ("key_diadct") 
    392 !----------------------------------------------------------------------- 
    393 / 
    394 !----------------------------------------------------------------------- 
    395 &nam_diatmb    !  Top Middle Bottom Output                              (default F) 
    396 !----------------------------------------------------------------------- 
    397 / 
    398 !----------------------------------------------------------------------- 
    399 &nam_dia25h    !  25h Mean Output                                       (default F) 
    400 !----------------------------------------------------------------------- 
    401 / 
    402 !----------------------------------------------------------------------- 
    403 &namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    404 !----------------------------------------------------------------------- 
    405 / 
    406 !----------------------------------------------------------------------- 
    407 &namobs        !  observation usage switch 
    408 !----------------------------------------------------------------------- 
    409 / 
    410 !----------------------------------------------------------------------- 
    411 &nam_asminc    !   assimilation increments                              ('key_asminc') 
    412 !----------------------------------------------------------------------- 
    413 / 
    414 !----------------------------------------------------------------------- 
    415 &namdta_dyn    !   offline dynamics read in files                       ("key_offline") 
    416 !----------------------------------------------------------------------- 
    417 / 
     306   !  not used in this zoom 
     307/ 
     308 
     309!!====================================================================== 
     310!!                  ***  Diagnostics namelists  ***                   !! 
     311!!                                                                    !! 
     312!!   namtrd       dynamics and/or tracer trends                         (default NO) 
     313!!   namptr       Poleward Transport Diagnostics                        (default NO) 
     314!!   namhsb       Heat and salt budgets                                 (default NO) 
     315!!   namdiu       Cool skin and warm layer models                       (default NO) 
     316!!   namdiu       Cool skin and warm layer models                       (default NO) 
     317!!   namflo       float parameters                                      ("key_float") 
     318!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm") 
     319!!   namdct       transports through some sections                      ("key_diadct") 
     320!!   nam_diatmb   Top Middle Bottom Output                              (default NO) 
     321!!   nam_dia25h   25h Mean Output                                       (default NO) 
     322!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
     323!!====================================================================== 
     324! 
     325 
     326!!====================================================================== 
     327!!               ***  Observation & Assimilation  ***                 !! 
     328!!                                                                    !! 
     329!!   namobs       observation and model comparison                      (default: NO) 
     330!!   nam_asminc   assimilation increments                               ('key_asminc') 
     331!!====================================================================== 
     332! 
Note: See TracChangeset for help on using the changeset viewer.