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_SAS_LIM3/EXP00 – 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_SAS_LIM3/EXP00/namelist_cfg

    r9356 r9490  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref 
     2!! NEMO/OPA  SAS Configuration namelist : overwrite some defaults values defined in SHARED/namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     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!!====================================================================== 
    412! 
    513!----------------------------------------------------------------------- 
     
    1220/ 
    1321!----------------------------------------------------------------------- 
    14 &namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    15 !----------------------------------------------------------------------- 
    16    ln_read_cfg = .true.    !  (=T) read the domain configuration file 
    17       !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    18       cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename 
    19 / 
    20 !----------------------------------------------------------------------- 
    2122&namdom        !   time and space domain 
    2223!----------------------------------------------------------------------- 
     
    2425/ 
    2526!----------------------------------------------------------------------- 
    26 &namtsd        !   data : Temperature  & Salinity 
     27&namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    2728!----------------------------------------------------------------------- 
     29   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
     30      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename 
    2831/ 
    29 !----------------------------------------------------------------------- 
    30 &namwad        !   Wetting and drying  default is no WAD 
    31 !----------------------------------------------------------------------- 
    32 / 
    33 !----------------------------------------------------------------------- 
    34 &namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    35 !----------------------------------------------------------------------- 
    36 / 
    37 !----------------------------------------------------------------------- 
    38 &namc1d        !   1D configuration options                             ("key_c1d") 
    39 !----------------------------------------------------------------------- 
    40 / 
    41 !----------------------------------------------------------------------- 
    42 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
    43 !----------------------------------------------------------------------- 
    44 / 
    45 !----------------------------------------------------------------------- 
    46 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    47 !----------------------------------------------------------------------- 
    48 / 
     32 
     33!!====================================================================== 
     34!!            ***  Surface Boundary Condition namelists  ***          !! 
     35!!                                                                    !! 
     36!!                           SAS case                                 !! 
     37!!                                                                    !! 
     38!!   namsbc          surface boundary condition manager                 (default: NO selection) 
     39!!   namsbc_flx      flux               formulation                     (ln_flx     =T) 
     40!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T) 
     41!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" ) 
     42!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only) 
     43!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   ) 
     44!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T) 
     45!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T) 
     46!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T) 
     47!!   namsbc_wave     external fields from wave model                    (ln_wave    =T) 
     48!!   namberg         iceberg floats                                     (ln_icebergs=T) 
     49!!====================================================================== 
     50! 
    4951!----------------------------------------------------------------------- 
    5052&namsbc        !   Surface Boundary Condition (surface module) 
    5153!----------------------------------------------------------------------- 
     54   nn_fsbc     = 1         !  frequency of SBC module call 
    5255   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
    53 / 
    54 !----------------------------------------------------------------------- 
    55 &namsbc_flx    !   surface boundary condition : flux formulation 
    56 !----------------------------------------------------------------------- 
     56   nn_ice      = 2         !  =2  sea-ice model                         ("key_SI3" or "key_cice") 
    5757/ 
    5858!----------------------------------------------------------------------- 
     
    6060!----------------------------------------------------------------------- 
    6161   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
     62 
     63   cn_dir      = './'      !  root directory for the bulk data location 
     64   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
     65   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !       weights filename               ! rotation ! land/sea mask ! 
     66   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   ! 
     67   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6         , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Uwnd'   , '' 
     68   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6         , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Vwnd'   , '' 
     69   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     70   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     71   sn_tair     = 't_10.15JUNE2009_fill'       ,    6         , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     72   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6         , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     73   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1         , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     74   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1         , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     75   sn_slp      = 'slp.15JUNE2009_fill'        ,    6         , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     76   sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    6277/ 
    6378!----------------------------------------------------------------------- 
     
    6883&namsbc_sas    !   Stand-Alone Surface boundary condition 
    6984!----------------------------------------------------------------------- 
     85   l_sasread   = .true.    !  =T Read in file ;  =F set all to 0. (see sbcssm) 
     86      ln_3d_uve   = .false.   !  specify whether we are supplying a 3D u,v and e3 field 
     87      ln_read_frq = .false.   !  specify whether we must read frq or not 
     88 
     89   cn_dir      = './'      !  root directory for the ocean data location 
     90   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     91   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     92   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     93   sn_usp      = 'sas_grid_U'            ,       120         , 'uos'     ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     94   sn_vsp      = 'sas_grid_V'            ,       120         , 'vos'     ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     95   sn_tem      = 'sas_grid_T'            ,       120         , 'sosstsst',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     96   sn_sal      = 'sas_grid_T'            ,       120         , 'sosaline',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     97   sn_ssh      = 'sas_grid_T'            ,       120         , 'sossheig',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     98   sn_e3t      = 'sas_grid_T'            ,       120         , 'e3t_m'   ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
     99   sn_frq      = 'sas_grid_T'            ,       120         , 'frq_m'   ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    '' 
    70100/ 
    71 !----------------------------------------------------------------------- 
    72 &namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1) 
    73 !----------------------------------------------------------------------- 
    74 / 
    75 !----------------------------------------------------------------------- 
    76 &namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    77 !----------------------------------------------------------------------- 
    78 / 
    79 !----------------------------------------------------------------------- 
    80 &namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T) 
    81 !----------------------------------------------------------------------- 
    82 / 
    83 !----------------------------------------------------------------------- 
    84 &namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0) 
    85 !----------------------------------------------------------------------- 
    86 / 
    87 !----------------------------------------------------------------------- 
    88 &namsbc_iscpl  !   land ice / ocean coupling option                      
    89 !----------------------------------------------------------------------- 
    90 / 
    91 !----------------------------------------------------------------------- 
    92 &namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
    93 !----------------------------------------------------------------------- 
    94 / 
    95 !----------------------------------------------------------------------- 
    96 &namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
    97 !----------------------------------------------------------------------- 
    98 / 
    99 !----------------------------------------------------------------------- 
    100 &namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    101 !----------------------------------------------------------------------- 
    102 / 
    103 !----------------------------------------------------------------------- 
    104 &namberg       !   iceberg parameters                                   (default: No iceberg) 
    105 !----------------------------------------------------------------------- 
    106 / 
    107 !----------------------------------------------------------------------- 
    108 &namlbc        !   lateral momentum boundary condition 
    109 !----------------------------------------------------------------------- 
    110 / 
    111 !----------------------------------------------------------------------- 
    112 &namagrif      !  AGRIF zoom                                            ("key_agrif") 
    113 !----------------------------------------------------------------------- 
    114 / 
    115 !----------------------------------------------------------------------- 
    116 &nam_tide      !   tide parameters 
    117 !----------------------------------------------------------------------- 
    118 / 
    119 !----------------------------------------------------------------------- 
    120 &nambdy        !  unstructured open boundaries                           
    121 !----------------------------------------------------------------------- 
    122 / 
    123 !----------------------------------------------------------------------- 
    124 &nambdy_dta    !  open boundaries - external data                        
    125 !----------------------------------------------------------------------- 
    126 / 
    127 !----------------------------------------------------------------------- 
    128 &nambdy_tide   !  tidal forcing at open boundaries 
    129 !----------------------------------------------------------------------- 
    130 / 
    131 !----------------------------------------------------------------------- 
    132 &namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    133 !----------------------------------------------------------------------- 
    134 / 
    135 !----------------------------------------------------------------------- 
    136 &namdrg_top    !   TOP friction                                         (ln_isfcav=T) 
    137 !----------------------------------------------------------------------- 
    138 / 
    139 !----------------------------------------------------------------------- 
    140 &namdrg_bot    !   BOTTOM friction                                   
    141 !----------------------------------------------------------------------- 
    142 / 
    143 !----------------------------------------------------------------------- 
    144 &nambbc        !   bottom temperature boundary condition                (default: NO) 
    145 !----------------------------------------------------------------------- 
    146 / 
    147 !----------------------------------------------------------------------- 
    148 &nambbl        !   bottom boundary layer scheme                         (default: NO) 
    149 !----------------------------------------------------------------------- 
    150 / 
     101 
     102!!====================================================================== 
     103!!                        Tracer (T & S) namelists                    !! 
     104!!                                                                    !! 
     105!!                           SAS case : only EOS                      !! 
     106!!                                                                    !! 
     107!!   nameos           equation of state                                 (default: NO selection) 
    151108!----------------------------------------------------------------------- 
    152109&nameos        !   ocean Equation Of Seawater                           (default: NO) 
     
    154111   ln_teos10    = .true.         !  = Use TEOS-10 equation of state 
    155112/ 
    156 !----------------------------------------------------------------------- 
    157 &namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
    158 !----------------------------------------------------------------------- 
    159    ln_traadv_NONE =  .true.    !  No advection 
    160 / 
    161 !----------------------------------------------------------------------- 
    162 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    163 !----------------------------------------------------------------------- 
    164 / 
    165 !----------------------------------------------------------------------- 
    166 &namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    167 !----------------------------------------------------------------------- 
    168    ln_traldf_lap  =  .NONE.   ! No explicit diffusion 
    169 / 
    170 !----------------------------------------------------------------------- 
    171 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    172 !----------------------------------------------------------------------- 
    173 / 
    174 !----------------------------------------------------------------------- 
    175 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    176 !----------------------------------------------------------------------- 
    177 / 
    178 !----------------------------------------------------------------------- 
    179 &nam_vvl       !   vertical coordinate options                          (default: z-star) 
    180 !----------------------------------------------------------------------- 
    181 / 
    182 !----------------------------------------------------------------------- 
    183 &namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    184 !----------------------------------------------------------------------- 
    185    ln_dynadv_NONE =  .true.    !  No advection 
    186 / 
    187 !----------------------------------------------------------------------- 
    188 &namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
    189 !----------------------------------------------------------------------- 
    190 / 
    191 !----------------------------------------------------------------------- 
    192 &namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection) 
    193 !----------------------------------------------------------------------- 
    194 / 
    195 !----------------------------------------------------------------------- 
    196 &namdyn_spg    !   surface pressure gradient                            (default: NO) 
    197 !----------------------------------------------------------------------- 
    198 / 
    199 !----------------------------------------------------------------------- 
    200 &namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    201 !----------------------------------------------------------------------- 
    202 / 
    203 !----------------------------------------------------------------------- 
    204 &namzdf        !   vertical physics                                     (default: NO selection) 
    205 !----------------------------------------------------------------------- 
    206 / 
    207 !----------------------------------------------------------------------- 
    208 &namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
    209 !----------------------------------------------------------------------- 
    210 / 
    211 !----------------------------------------------------------------------- 
    212 &namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
    213 !----------------------------------------------------------------------- 
    214 / 
    215 !----------------------------------------------------------------------- 
    216 &namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
    217 !----------------------------------------------------------------------- 
    218 / 
    219 !----------------------------------------------------------------------- 
    220 &namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
    221 !----------------------------------------------------------------------- 
    222 / 
    223 !----------------------------------------------------------------------- 
    224 &namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    225 !----------------------------------------------------------------------- 
    226 / 
    227 !----------------------------------------------------------------------- 
    228 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    229 !----------------------------------------------------------------------- 
    230 / 
    231 !----------------------------------------------------------------------- 
    232 &namctl        !   Control prints  
    233 !----------------------------------------------------------------------- 
    234 / 
    235 !----------------------------------------------------------------------- 
    236 &namsto        ! Stochastic parametrization of EOS                      (default: NO) 
    237 !----------------------------------------------------------------------- 
    238 / 
    239 !----------------------------------------------------------------------- 
    240 &namtrd        !   trend diagnostics                                    (default F) 
    241 !----------------------------------------------------------------------- 
    242 / 
    243 !----------------------------------------------------------------------- 
    244 &namptr        !   Poleward Transport Diagnostic                        (default F) 
    245 !----------------------------------------------------------------------- 
    246 / 
    247 !----------------------------------------------------------------------- 
    248 &namhsb        !  Heat and salt budgets                                 (default F) 
    249 !----------------------------------------------------------------------- 
    250 / 
    251 !----------------------------------------------------------------------- 
    252 &namdiu        !   Cool skin and warm layer models                      (default F) 
    253 !----------------------------------------------------------------------- 
    254 / 
    255 !----------------------------------------------------------------------- 
    256 &namflo        !   float parameters                                     ("key_float") 
    257 !----------------------------------------------------------------------- 
    258 / 
    259 !----------------------------------------------------------------------- 
    260 &nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
    261 !----------------------------------------------------------------------- 
    262 / 
    263 !----------------------------------------------------------------------- 
    264 &namdct        ! transports through some sections                       ("key_diadct") 
    265 !----------------------------------------------------------------------- 
    266 / 
    267 !----------------------------------------------------------------------- 
    268 &nam_diatmb    !  Top Middle Bottom Output                              (default F) 
    269 !----------------------------------------------------------------------- 
    270 / 
    271 !----------------------------------------------------------------------- 
    272 &nam_dia25h    !  25h Mean Output                                       (default F) 
    273 !----------------------------------------------------------------------- 
    274 / 
    275 !----------------------------------------------------------------------- 
    276 &namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    277 !----------------------------------------------------------------------- 
    278 / 
    279 !----------------------------------------------------------------------- 
    280 &namobs        !  observation usage switch 
    281 !----------------------------------------------------------------------- 
    282 / 
    283 !----------------------------------------------------------------------- 
    284 &nam_asminc    !   assimilation increments                              ('key_asminc') 
    285 !----------------------------------------------------------------------- 
    286 / 
    287 !----------------------------------------------------------------------- 
    288 &namdta_dyn    !   offline dynamics read in files                       ("key_offline") 
    289 !----------------------------------------------------------------------- 
    290 / 
Note: See TracChangeset for help on using the changeset viewer.