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 9356 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/ISOMIP/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2018-02-23T18:32:30+01:00 (6 years ago)
Author:
acc
Message:

Branch: 2017/dev_merge_2017. Cosmetic (hopefully) changes to namelist files to enforce more consistency between reference and configuration namelists. Changes in all reference configurations (SETTE tested) and most TEST_CASES (untested). OVERFLOW and LOCK_EXCHANGE still to do. See new file: NEMOGCM/CONFIG/SHARED/README.namelists for the conventions used.

File:
1 edited

Legend:

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

    r9169 r9356  
    2626/ 
    2727!----------------------------------------------------------------------- 
    28 &namcfg     !   parameters of the configuration    
     28&namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    2929!----------------------------------------------------------------------- 
    3030   ln_read_cfg = .false.   !  (=T) read the domain configuration file 
     
    3636/ 
    3737!----------------------------------------------------------------------- 
    38 &namdom        !   space and time domain (bathymetry, mesh, timestep) 
     38&namdom        !   time and space domain 
    3939!----------------------------------------------------------------------- 
    4040   ln_linssh   = .false.    !  =T  linear free surface  ==>>  model level are fixed in time 
     
    4545/ 
    4646!----------------------------------------------------------------------- 
    47 &namcrs        !   Grid coarsening for dynamics output and/or 
    48 !              !   passive tracer coarsened online simulations 
    49 !----------------------------------------------------------------------- 
    50 / 
    51 !----------------------------------------------------------------------- 
    52 &namtsd    !   data : Temperature  & Salinity 
     47&namtsd        !   data : Temperature  & Salinity 
    5348!----------------------------------------------------------------------- 
    5449   cn_dir        = './'      !  root directory for the location of the runoff files 
    5550   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    5651   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
     52/ 
     53!----------------------------------------------------------------------- 
     54&namwad        !   Wetting and drying  default is no WAD 
     55!----------------------------------------------------------------------- 
     56/ 
     57!----------------------------------------------------------------------- 
     58&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
     59!----------------------------------------------------------------------- 
     60/ 
     61!----------------------------------------------------------------------- 
     62&namc1d        !   1D configuration options                             ("key_c1d") 
     63!----------------------------------------------------------------------- 
     64/ 
     65!----------------------------------------------------------------------- 
     66&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
     67!----------------------------------------------------------------------- 
     68/ 
     69!----------------------------------------------------------------------- 
     70&namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
     71!----------------------------------------------------------------------- 
    5772/ 
    5873!----------------------------------------------------------------------- 
     
    8297/ 
    8398!----------------------------------------------------------------------- 
    84 &namsbc_clio   !   namsbc_clio  CLIO bulk formulae 
    85 !----------------------------------------------------------------------- 
    86 / 
    87 !----------------------------------------------------------------------- 
    88 &namsbc_core   !   namsbc_core  CORE bulk formulae 
    89 !----------------------------------------------------------------------- 
    90 / 
    91 !----------------------------------------------------------------------- 
    92 &namsbc_mfs   !   namsbc_mfs  MFS bulk formulae 
     99&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T) 
    93100!----------------------------------------------------------------------- 
    94101/ 
     
    98105/ 
    99106!----------------------------------------------------------------------- 
    100 &namtra_qsr    !   penetrative solar radiation 
    101 !----------------------------------------------------------------------- 
    102 / 
    103 !----------------------------------------------------------------------- 
    104 &namsbc_rnf    !   runoffs namelist surface boundary condition 
    105 !----------------------------------------------------------------------- 
    106 / 
    107 !----------------------------------------------------------------------- 
    108 &namsbc_isf    !  Top boundary layer (ISF) 
     107&namsbc_sas    !   Stand-Alone Surface boundary condition 
     108!----------------------------------------------------------------------- 
     109/ 
     110!----------------------------------------------------------------------- 
     111&namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1) 
     112!----------------------------------------------------------------------- 
     113/ 
     114!----------------------------------------------------------------------- 
     115&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
     116!----------------------------------------------------------------------- 
     117/ 
     118!----------------------------------------------------------------------- 
     119&namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T) 
     120!----------------------------------------------------------------------- 
     121/ 
     122!----------------------------------------------------------------------- 
     123&namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0) 
    109124!----------------------------------------------------------------------- 
    110125!              ! file name ! frequency (hours) ! variable ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     
    138153/ 
    139154!----------------------------------------------------------------------- 
    140 &namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk 
    141 !----------------------------------------------------------------------- 
    142 / 
    143 !----------------------------------------------------------------------- 
    144 &namsbc_ssr    !   surface boundary condition : sea surface restoring 
    145 !----------------------------------------------------------------------- 
    146 / 
    147 !----------------------------------------------------------------------- 
    148 &namsbc_alb    !   albedo parameters 
    149 !----------------------------------------------------------------------- 
    150 / 
    151 !----------------------------------------------------------------------- 
    152 &namberg       !   iceberg parameters 
     155&namsbc_iscpl  !   land ice / ocean coupling option                      
     156!----------------------------------------------------------------------- 
     157/ 
     158!----------------------------------------------------------------------- 
     159&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
     160!----------------------------------------------------------------------- 
     161/ 
     162!----------------------------------------------------------------------- 
     163&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
     164!----------------------------------------------------------------------- 
     165/ 
     166!----------------------------------------------------------------------- 
     167&namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
     168!----------------------------------------------------------------------- 
     169/ 
     170!----------------------------------------------------------------------- 
     171&namberg       !   iceberg parameters                                   (default: No iceberg) 
    153172!----------------------------------------------------------------------- 
    154173/ 
     
    165184/ 
    166185!----------------------------------------------------------------------- 
    167 &nam_tide      !    tide parameters (#ifdef key_tide) 
    168 !----------------------------------------------------------------------- 
    169 / 
    170 !----------------------------------------------------------------------- 
    171 &nambdy        !  unstructured open boundaries                          ("key_bdy") 
    172 !----------------------------------------------------------------------- 
    173 / 
    174 !----------------------------------------------------------------------- 
    175 &nambdy_dta      !  open boundaries - external data           ("key_bdy") 
    176 !----------------------------------------------------------------------- 
    177 / 
    178 !----------------------------------------------------------------------- 
    179 &nambdy_tide     ! tidal forcing at open boundaries 
    180 !----------------------------------------------------------------------- 
    181 / 
    182 !----------------------------------------------------------------------- 
    183 &namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
     186&nam_tide      !   tide parameters 
     187!----------------------------------------------------------------------- 
     188/ 
     189!----------------------------------------------------------------------- 
     190&nambdy        !  unstructured open boundaries                           
     191!----------------------------------------------------------------------- 
     192/ 
     193!----------------------------------------------------------------------- 
     194&nambdy_dta    !  open boundaries - external data                        
     195!----------------------------------------------------------------------- 
     196/ 
     197!----------------------------------------------------------------------- 
     198&nambdy_tide   ! tidal forcing at open boundaries 
     199!----------------------------------------------------------------------- 
     200/ 
     201!----------------------------------------------------------------------- 
     202&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    184203!----------------------------------------------------------------------- 
    185204   ln_NONE    = .false.    !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
     
    191210/ 
    192211!----------------------------------------------------------------------- 
    193 &namdrg_top        !   TOP friction                                     (ln_isfcav=T) 
     212&namdrg_top    !   TOP friction                                         (ln_isfcav=T) 
    194213!----------------------------------------------------------------------- 
    195214   rn_Cd0     =  2.5e-3    !  drag coefficient [-] 
     
    202221/ 
    203222!----------------------------------------------------------------------- 
    204 &namdrg_bot        !   BOTTOM friction                                   
     223&namdrg_bot    !   BOTTOM friction                                   
    205224!----------------------------------------------------------------------- 
    206225   rn_Cd0     =  1.e-3    !  drag coefficient [-] 
     
    213232/ 
    214233!----------------------------------------------------------------------- 
    215 &nambbc        !   bottom temperature boundary condition 
     234&nambbc        !   bottom temperature boundary condition                (default: NO) 
    216235!----------------------------------------------------------------------- 
    217236   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
    218237/ 
    219238!----------------------------------------------------------------------- 
    220 &nambbl        !   bottom boundary layer scheme 
     239&nambbl        !   bottom boundary layer scheme                         (default: NO) 
    221240!----------------------------------------------------------------------- 
    222241   nn_bbl_ldf  =  0      !  diffusive bbl (=1)   or not (=0) 
     
    224243/ 
    225244!----------------------------------------------------------------------- 
    226 &nameos        !   ocean physical parameters 
     245&nameos        !   ocean Equation Of Seawater                           (default: NO) 
    227246!----------------------------------------------------------------------- 
    228247   ln_teos10   = .false.         !  = Use TEOS-10 equation of state 
     
    230249/ 
    231250!----------------------------------------------------------------------- 
    232 &namtra_adv    !   advection scheme for tracer 
     251&namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
    233252!----------------------------------------------------------------------- 
    234253   ln_traadv_fct =  .true.   !  FCT scheme 
     
    237256/ 
    238257!----------------------------------------------------------------------- 
    239 &namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param) 
    240 !----------------------------------------------------------------------- 
    241 / 
    242 !---------------------------------------------------------------------------------- 
    243 &namtra_ldf    !   lateral diffusion scheme for tracers 
    244 !---------------------------------------------------------------------------------- 
     258&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
     259!----------------------------------------------------------------------- 
     260/ 
     261!----------------------------------------------------------------------- 
     262&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
     263!----------------------------------------------------------------------- 
    245264   !                       !  Operator type: 
    246265   ln_traldf_lap   =  .true.   !    laplacian operator 
     
    271290   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    272291/ 
    273 !---------------------------------------------------------------------------------- 
    274 &namtra_ldfeiv !   eddy induced velocity param. 
    275 !---------------------------------------------------------------------------------- 
     292!----------------------------------------------------------------------- 
     293&namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
     294!----------------------------------------------------------------------- 
    276295   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
    277296/ 
    278297!----------------------------------------------------------------------- 
    279 &namtra_dmp    !   tracer: T & S newtonian damping 
     298&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    280299!----------------------------------------------------------------------- 
    281300   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
    282301/ 
    283302!----------------------------------------------------------------------- 
    284 &namdyn_adv    !   formulation of the momentum advection 
     303&nam_vvl       !   vertical coordinate options                          (default: z-star) 
     304!----------------------------------------------------------------------- 
     305/ 
     306!----------------------------------------------------------------------- 
     307&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    285308!----------------------------------------------------------------------- 
    286309   ln_dynadv_vec = .true.  !  vector form (T) or flux form (F) 
     
    290313/ 
    291314!----------------------------------------------------------------------- 
    292 / 
    293 !----------------------------------------------------------------------- 
    294 &namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
     315&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
    295316!----------------------------------------------------------------------- 
    296317   ln_dynvor_ene = .true.  !  enstrophy conserving scheme 
     
    301322/ 
    302323!----------------------------------------------------------------------- 
    303 &namdyn_hpg    !   Hydrostatic pressure gradient option 
     324&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection) 
    304325!----------------------------------------------------------------------- 
    305326   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation) 
     
    307328/ 
    308329!----------------------------------------------------------------------- 
    309 &namdyn_spg    !   surface pressure gradient  
     330&namdyn_spg    !   surface pressure gradient                            (default: NO) 
    310331!----------------------------------------------------------------------- 
    311332   ln_dynspg_ts  = .true.  !  split-explicit free surface 
    312333/ 
    313334!----------------------------------------------------------------------- 
    314 &namdyn_ldf    !   lateral diffusion on momentum 
     335&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    315336!----------------------------------------------------------------------- 
    316337   !                       !  Type of the operator : 
     
    368389/ 
    369390!----------------------------------------------------------------------- 
    370 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    371 !----------------------------------------------------------------------- 
    372 / 
    373 !----------------------------------------------------------------------- 
    374 &namctl        !   Control prints & Benchmark 
     391&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
     392!----------------------------------------------------------------------- 
     393/ 
     394!----------------------------------------------------------------------- 
     395&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
     396!----------------------------------------------------------------------- 
     397/ 
     398!----------------------------------------------------------------------- 
     399&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
     400!----------------------------------------------------------------------- 
     401/ 
     402!----------------------------------------------------------------------- 
     403&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
     404!----------------------------------------------------------------------- 
     405/ 
     406!----------------------------------------------------------------------- 
     407&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
     408!----------------------------------------------------------------------- 
     409/ 
     410!----------------------------------------------------------------------- 
     411&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
     412!----------------------------------------------------------------------- 
     413/ 
     414!----------------------------------------------------------------------- 
     415&namctl        !   Control prints  
     416!----------------------------------------------------------------------- 
     417/ 
     418!----------------------------------------------------------------------- 
     419&namsto        ! Stochastic parametrization of EOS                      (default: NO) 
     420!----------------------------------------------------------------------- 
     421/ 
     422!----------------------------------------------------------------------- 
     423&namtrd        !   trend diagnostics                                    (default F) 
     424!----------------------------------------------------------------------- 
     425/ 
     426!----------------------------------------------------------------------- 
     427&namptr        !   Poleward Transport Diagnostic                        (default F) 
     428!----------------------------------------------------------------------- 
     429/ 
     430!----------------------------------------------------------------------- 
     431&namhsb        !  Heat and salt budgets                                 (default F) 
     432!----------------------------------------------------------------------- 
     433/ 
     434!----------------------------------------------------------------------- 
     435&namdiu        !   Cool skin and warm layer models                      (default F) 
     436!----------------------------------------------------------------------- 
     437/ 
     438!----------------------------------------------------------------------- 
     439&namflo        !   float parameters                                     ("key_float") 
     440!----------------------------------------------------------------------- 
     441/ 
     442!----------------------------------------------------------------------- 
     443&nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
     444!----------------------------------------------------------------------- 
     445/ 
     446!----------------------------------------------------------------------- 
     447&namdct        ! transports through some sections                       ("key_diadct") 
     448!----------------------------------------------------------------------- 
     449/ 
     450!----------------------------------------------------------------------- 
     451&nam_diatmb    !  Top Middle Bottom Output                              (default F) 
     452!----------------------------------------------------------------------- 
     453/ 
     454!----------------------------------------------------------------------- 
     455&nam_dia25h    !  25h Mean Output                                       (default F) 
    375456!----------------------------------------------------------------------- 
    376457/ 
     
    380461/ 
    381462!----------------------------------------------------------------------- 
    382 &namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra") 
    383 !              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor") 
    384 !----------------------------------------------------------------------- 
    385 / 
    386 !----------------------------------------------------------------------- 
    387 &namhsb       !  Heat and salt budgets 
    388 !----------------------------------------------------------------------- 
    389 / 
    390 !----------------------------------------------------------------------- 
    391 &namobs       !  observation usage switch                               (ln_diaobs =T) 
    392 !----------------------------------------------------------------------- 
    393 / 
    394 !----------------------------------------------------------------------- 
    395 &nam_asminc   !   assimilation increments                               ('key_asminc') 
    396 !----------------------------------------------------------------------- 
    397 / 
    398 !----------------------------------------------------------------------- 
    399 &namsbc_wave   ! External fields from wave model 
    400 !----------------------------------------------------------------------- 
    401 / 
     463&namobs        !  observation usage switch 
     464!----------------------------------------------------------------------- 
     465/ 
     466!----------------------------------------------------------------------- 
     467&nam_asminc    !   assimilation increments                              ('key_asminc') 
     468!----------------------------------------------------------------------- 
     469/ 
     470!----------------------------------------------------------------------- 
     471&namdta_dyn    !   offline dynamics read in files                       ("key_offline") 
     472!----------------------------------------------------------------------- 
     473/ 
Note: See TracChangeset for help on using the changeset viewer.