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/WAD/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/WAD/EXP00/namelist_cfg

    r9169 r9356  
    2222   ln_clobber  = .true.    !  clobber (overwrite) an existing file 
    2323   nn_istate   =       0   !  output the initial state (1) or not (0) 
    24  
    25 / 
    26 !----------------------------------------------------------------------- 
    27 &namcfg     !   parameters of the configuration 
     24/ 
     25!----------------------------------------------------------------------- 
     26&namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    2827!----------------------------------------------------------------------- 
    2928   ln_read_cfg = .false.   !  (=T) read the domain configuration file 
     
    3231/ 
    3332!----------------------------------------------------------------------- 
    34 &namdom        !   space and time domain (bathymetry, mesh, timestep) 
     33&namdom        !   time and space domain 
    3534!----------------------------------------------------------------------- 
    3635   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     
    4039/ 
    4140!----------------------------------------------------------------------- 
    42 &namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    43 !----------------------------------------------------------------------- 
    44 / 
    45 !----------------------------------------------------------------------- 
    46 &namtsd    !   data : Temperature  & Salinity 
     41&namtsd        !   data : Temperature  & Salinity 
    4742!----------------------------------------------------------------------- 
    4843   cn_dir        = './'      !  root directory for the location of the runoff files 
    4944   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    5045   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
     46/ 
     47!----------------------------------------------------------------------- 
     48&namwad        !   Wetting and drying  default is no WAD 
     49!----------------------------------------------------------------------- 
     50   ln_wd_il          = .false   ! T/F activation of iterative limiter for  wetting and drying scheme 
     51   ln_wd_dl          = .true.   ! T/F activation of directional llimiter for wetting drying scheme 
     52   ln_wd_dl_bc       = .true.   ! T/F Directional limiteer Baroclinic option 
     53   ln_wd_dl_rmp      = .true.   ! T/F Turn on directional limiter ramp 
     54   rn_wdmin0         =  0.30    ! dpoth at which wetting/drying starts 
     55   rn_wdmin1         =  0.2     ! Minimum wet depth on dried cells 
     56   rn_wdmin2         =  0.0001  ! Tolerance of min wet depth on dried cells 
     57   rn_wdld           =  2.5     ! Land elevation below which wetting/drying is allowed 
     58   nn_wdit           =   20     ! Max iterations for W/D limiter 
     59/ 
     60!----------------------------------------------------------------------- 
     61&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
     62!----------------------------------------------------------------------- 
     63/ 
     64!----------------------------------------------------------------------- 
     65&namc1d        !   1D configuration options                             ("key_c1d") 
     66!----------------------------------------------------------------------- 
     67/ 
     68!----------------------------------------------------------------------- 
     69&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
     70!----------------------------------------------------------------------- 
     71/ 
     72!----------------------------------------------------------------------- 
     73&namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
     74!----------------------------------------------------------------------- 
    5175/ 
    5276!----------------------------------------------------------------------- 
     
    6387/ 
    6488!----------------------------------------------------------------------- 
     89&namsbc_flx    !   surface boundary condition : flux formulation 
     90!----------------------------------------------------------------------- 
     91/ 
     92!----------------------------------------------------------------------- 
     93&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T) 
     94!----------------------------------------------------------------------- 
     95/ 
     96!----------------------------------------------------------------------- 
    6597&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    6698!----------------------------------------------------------------------- 
    6799/ 
    68100!----------------------------------------------------------------------- 
    69 &namtra_qsr    !   penetrative solar radiation 
     101&namsbc_sas    !   Stand-Alone Surface boundary condition 
     102!----------------------------------------------------------------------- 
     103/ 
     104!----------------------------------------------------------------------- 
     105&namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1) 
     106!----------------------------------------------------------------------- 
     107/ 
     108!----------------------------------------------------------------------- 
     109&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    70110!----------------------------------------------------------------------- 
    71111   ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration 
     
    74114/ 
    75115!----------------------------------------------------------------------- 
    76 &namsbc_rnf    !   runoffs namelist surface boundary condition 
     116&namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T) 
    77117!----------------------------------------------------------------------- 
    78118   ln_rnf_mouth = .false.   !  specific treatment at rivers mouths 
    79119/ 
    80120!----------------------------------------------------------------------- 
    81 &namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk 
    82 !----------------------------------------------------------------------- 
    83 / 
    84 !----------------------------------------------------------------------- 
    85 &namsbc_ssr    !   surface boundary condition : sea surface restoring 
     121&namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0) 
     122!----------------------------------------------------------------------- 
     123/ 
     124!----------------------------------------------------------------------- 
     125&namsbc_iscpl  !   land ice / ocean coupling option                      
     126!----------------------------------------------------------------------- 
     127/ 
     128!----------------------------------------------------------------------- 
     129&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
     130!----------------------------------------------------------------------- 
     131/ 
     132!----------------------------------------------------------------------- 
     133&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
    86134!----------------------------------------------------------------------- 
    87135   nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=2) 
     
    90138/ 
    91139!----------------------------------------------------------------------- 
    92 &namsbc_alb    !   albedo parameters 
    93 !----------------------------------------------------------------------- 
    94 / 
    95 !----------------------------------------------------------------------- 
    96 &namberg       !   iceberg parameters 
     140&namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
     141!----------------------------------------------------------------------- 
     142/ 
     143!----------------------------------------------------------------------- 
     144&namberg       !   iceberg parameters                                   (default: No iceberg) 
    97145!----------------------------------------------------------------------- 
    98146/ 
     
    107155/ 
    108156!----------------------------------------------------------------------- 
    109 &nam_tide      !    tide parameters (#ifdef key_tide) 
    110 !----------------------------------------------------------------------- 
    111 / 
    112 !----------------------------------------------------------------------- 
    113 &nambdy        !  unstructured open boundaries 
     157&nam_tide      !   tide parameters 
     158!----------------------------------------------------------------------- 
     159/ 
     160!----------------------------------------------------------------------- 
     161&nambdy        !  unstructured open boundaries                           
    114162!----------------------------------------------------------------------- 
    115163    ln_bdy         = .false.             
     
    158206/ 
    159207!----------------------------------------------------------------------- 
    160 &nambdy_dta      !  open boundaries - external data 
     208&nambdy_dta    !  open boundaries - external data                        
    161209!----------------------------------------------------------------------- 
    162210!              !  file name      ! frequency (hours) ! variable  ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     
    169217/ 
    170218!----------------------------------------------------------------------- 
    171 &nambdy_tide     ! tidal forcing at open boundaries 
    172 !----------------------------------------------------------------------- 
    173 / 
    174 !----------------------------------------------------------------------- 
    175 &namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
     219&nambdy_tide   ! tidal forcing at open boundaries 
     220!----------------------------------------------------------------------- 
     221/ 
     222!----------------------------------------------------------------------- 
     223&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    176224!----------------------------------------------------------------------- 
    177225   ln_loglayer= .false.    !  logarithmic drag: Cd = vkarmn/log(z/z0) |U| 
    178226/ 
    179227!----------------------------------------------------------------------- 
    180 &namdrg_bot        !   BOTTOM friction                                   
     228&namdrg_top    !   TOP friction                                         (ln_isfcav=T) 
     229!----------------------------------------------------------------------- 
     230/ 
     231!----------------------------------------------------------------------- 
     232&namdrg_bot    !   BOTTOM friction                                   
    181233!----------------------------------------------------------------------- 
    182234   rn_Cd0     =  1.e-4    !  drag coefficient [-] 
     
    189241/ 
    190242!----------------------------------------------------------------------- 
    191 &nambbc        !   bottom temperature boundary condition 
     243&nambbc        !   bottom temperature boundary condition                (default: NO) 
    192244!----------------------------------------------------------------------- 
    193245   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
     
    195247/ 
    196248!----------------------------------------------------------------------- 
    197 &nambbl        !   bottom boundary layer scheme 
    198 !----------------------------------------------------------------------- 
    199 / 
    200 !----------------------------------------------------------------------- 
    201 &nameos        !   ocean physical parameters 
     249&nambbl        !   bottom boundary layer scheme                         (default: NO) 
     250!----------------------------------------------------------------------- 
     251/ 
     252!----------------------------------------------------------------------- 
     253&nameos        !   ocean Equation Of Seawater                           (default: NO) 
    202254!----------------------------------------------------------------------- 
    203255   ln_teos10   = .false.         !  = Use TEOS-10 equation of state 
     
    219271/ 
    220272!----------------------------------------------------------------------- 
    221 &namtra_adv    !   advection scheme for tracer                          (default: No selection) 
     273&namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
    222274!----------------------------------------------------------------------- 
    223275   ln_traadv_NONE=  .false.  !  No tracer advection 
     
    229281/ 
    230282!----------------------------------------------------------------------- 
    231 &namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param) 
    232 !----------------------------------------------------------------------- 
    233 / 
    234 !---------------------------------------------------------------------------------- 
    235 &namtra_ldf    !   lateral diffusion scheme for tracers 
    236 !---------------------------------------------------------------------------------- 
     283&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
     284!----------------------------------------------------------------------- 
     285/ 
     286!----------------------------------------------------------------------- 
     287&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
     288!----------------------------------------------------------------------- 
    237289   !                       !  Operator type: 
    238290   ln_traldf_lap   =  .true.   !    laplacian operator 
     
    263315   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    264316/ 
    265 !---------------------------------------------------------------------------------- 
    266 &namtra_ldfeiv !   eddy induced velocity param. 
    267 !---------------------------------------------------------------------------------- 
     317!----------------------------------------------------------------------- 
     318&namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
     319!----------------------------------------------------------------------- 
    268320   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
    269321/ 
    270322!----------------------------------------------------------------------- 
    271 &namtra_dmp    !   tracer: T & S newtonian damping 
     323&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    272324!----------------------------------------------------------------------- 
    273325   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
     326/ 
     327!----------------------------------------------------------------------- 
     328&nam_vvl       !   vertical coordinate options                          (default: z-star) 
     329!----------------------------------------------------------------------- 
    274330/ 
    275331!----------------------------------------------------------------------- 
     
    281337   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    282338   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    283 !----------------------------------------------------------------------- 
    284 / 
    285 !----------------------------------------------------------------------- 
    286 &namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
     339/ 
     340!----------------------------------------------------------------------- 
     341&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
    287342!----------------------------------------------------------------------- 
    288343   ln_dynvor_ene = .false. !  enstrophy conserving scheme 
     
    293348/ 
    294349!----------------------------------------------------------------------- 
    295 &namdyn_hpg    !   Hydrostatic pressure gradient option 
     350&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection) 
    296351!----------------------------------------------------------------------- 
    297352   ln_hpg_zco  = .false.   !  z-coordinate - full steps 
     
    300355/ 
    301356!----------------------------------------------------------------------- 
    302 &namdyn_spg    !   surface pressure gradient  
     357&namdyn_spg    !   surface pressure gradient                            (default: NO) 
    303358!----------------------------------------------------------------------- 
    304359   ln_dynspg_ts  = .true.  !  split-explicit free surface 
     
    307362/ 
    308363!----------------------------------------------------------------------- 
    309 &namdyn_ldf    !   lateral diffusion on momentum 
     364&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    310365!----------------------------------------------------------------------- 
    311366   !                       !  Type of the operator : 
     
    372427/ 
    373428!----------------------------------------------------------------------- 
     429&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
     430!----------------------------------------------------------------------- 
     431/ 
     432!----------------------------------------------------------------------- 
    374433&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
    375434!----------------------------------------------------------------------- 
    376435   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves 
    377436/ 
    378  
    379 !!====================================================================== 
    380 !!                  ***  Miscellaneous namelists  *** 
    381 !!====================================================================== 
    382 !----------------------------------------------------------------------- 
    383 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    384 !----------------------------------------------------------------------- 
    385 / 
    386 !----------------------------------------------------------------------- 
    387 &namctl        !   Control prints & Benchmark 
    388 !----------------------------------------------------------------------- 
    389 / 
    390 !----------------------------------------------------------------------- 
    391 &namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    392 !----------------------------------------------------------------------- 
    393 / 
    394 !----------------------------------------------------------------------- 
    395 &namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra") 
    396 !              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor") 
     437!----------------------------------------------------------------------- 
     438&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
     439!----------------------------------------------------------------------- 
     440/ 
     441!----------------------------------------------------------------------- 
     442&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
     443!----------------------------------------------------------------------- 
     444/ 
     445!----------------------------------------------------------------------- 
     446&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
     447!----------------------------------------------------------------------- 
     448/ 
     449!----------------------------------------------------------------------- 
     450&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
     451!----------------------------------------------------------------------- 
     452/ 
     453!----------------------------------------------------------------------- 
     454&namctl        !   Control prints  
     455!----------------------------------------------------------------------- 
     456/ 
     457!----------------------------------------------------------------------- 
     458&namsto        ! Stochastic parametrization of EOS                      (default: NO) 
     459!----------------------------------------------------------------------- 
     460/ 
     461!----------------------------------------------------------------------- 
     462&namtrd        !   trend diagnostics                                    (default F) 
    397463!----------------------------------------------------------------------- 
    398464   ln_glo_trd  = .false.   ! (T) global domain averaged diag for T, T^2, KE, and PE 
     
    406472   nn_trd      = 365       !  print frequency (ln_glo_trd=T) (unit=time step) 
    407473/ 
    408 !!gm   nn_ctls     =   0       !  control surface type in mixed-layer trends (0,1 or n<jpk) 
    409 !!gm   rn_ucf      =   1.      !  unit conversion factor (=1 -> /seconds ; =86400. -> /day) 
    410 !!gm   cn_trdrst_in      = "restart_mld"   ! suffix of ocean restart name (input) 
    411 !!gm   cn_trdrst_out     = "restart_mld"   ! suffix of ocean restart name (output) 
    412 !!gm   ln_trdmld_restart = .false.         !  restart for ML diagnostics 
    413 !!gm   ln_trdmld_instant = .false.         !  flag to diagnose trends of instantantaneous or mean ML T/S 
    414 !!gm 
    415 !----------------------------------------------------------------------- 
    416 &namhsb       !  Heat and salt budgets 
    417 !----------------------------------------------------------------------- 
    418 / 
    419 !----------------------------------------------------------------------- 
    420 &namdct        ! transports through sections 
     474!----------------------------------------------------------------------- 
     475&namptr        !   Poleward Transport Diagnostic                        (default F) 
     476!----------------------------------------------------------------------- 
     477/ 
     478!----------------------------------------------------------------------- 
     479&namhsb        !  Heat and salt budgets                                 (default F) 
     480!----------------------------------------------------------------------- 
     481/ 
     482!----------------------------------------------------------------------- 
     483&namdiu        !   Cool skin and warm layer models                      (default F) 
     484!----------------------------------------------------------------------- 
     485/ 
     486!----------------------------------------------------------------------- 
     487&namflo        !   float parameters                                     ("key_float") 
     488!----------------------------------------------------------------------- 
     489/ 
     490!----------------------------------------------------------------------- 
     491&nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
     492!----------------------------------------------------------------------- 
     493/ 
     494!----------------------------------------------------------------------- 
     495&namdct        ! transports through some sections                       ("key_diadct") 
    421496!----------------------------------------------------------------------- 
    422497    nn_dct      = 60       !  time step frequency for transports computing 
     
    425500/ 
    426501!----------------------------------------------------------------------- 
    427 &namobs       !  observation usage switch 
    428 !----------------------------------------------------------------------- 
    429 / 
    430 !----------------------------------------------------------------------- 
    431 &nam_asminc   !   assimilation increments                               ('key_asminc') 
    432 !----------------------------------------------------------------------- 
    433 / 
    434 !----------------------------------------------------------------------- 
    435 &namsbc_wave   ! External fields from wave model 
    436 !----------------------------------------------------------------------- 
    437 / 
    438 !----------------------------------------------------------------------- 
    439 &namwad  !   Wetting and drying 
    440 !----------------------------------------------------------------------- 
    441    ln_wd_il          = .false   ! T/F activation of iterative limiter for  wetting and drying scheme 
    442    ln_wd_dl          = .true.   ! T/F activation of directional llimiter for wetting drying scheme 
    443    ln_wd_dl_bc       = .true.   ! T/F Directional limiteer Baroclinic option 
    444    ln_wd_dl_rmp      = .true.   ! T/F Turn on directional limiter ramp 
    445    rn_wdmin0         =  0.30    ! dpoth at which wetting/drying starts 
    446    rn_wdmin1         =  0.2     ! Minimum wet depth on dried cells 
    447    rn_wdmin2         =  0.0001  ! Tolerance of min wet depth on dried cells 
    448    rn_wdld           =  2.5     ! Land elevation below which wetting/drying is allowed 
    449    nn_wdit           =   20     ! Max iterations for W/D limiter 
    450 / 
     502&nam_diatmb    !  Top Middle Bottom Output                              (default F) 
     503!----------------------------------------------------------------------- 
     504/ 
     505!----------------------------------------------------------------------- 
     506&nam_dia25h    !  25h Mean Output                                       (default F) 
     507!----------------------------------------------------------------------- 
     508/ 
     509!----------------------------------------------------------------------- 
     510&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
     511!----------------------------------------------------------------------- 
     512/ 
     513!----------------------------------------------------------------------- 
     514&namobs        !  observation usage switch 
     515!----------------------------------------------------------------------- 
     516/ 
     517!----------------------------------------------------------------------- 
     518&nam_asminc    !   assimilation increments                              ('key_asminc') 
     519!----------------------------------------------------------------------- 
     520/ 
     521!----------------------------------------------------------------------- 
     522&namdta_dyn    !   offline dynamics read in files                       ("key_offline") 
     523!----------------------------------------------------------------------- 
     524/ 
Note: See TracChangeset for help on using the changeset viewer.