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

    r9169 r9356  
    1818/ 
    1919!----------------------------------------------------------------------- 
    20 &namcfg     !   parameters of the configuration 
     20&namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    2121!----------------------------------------------------------------------- 
    2222   ln_read_cfg = .false.    !  (=T) read the domain configuration file 
     
    2525/ 
    2626!----------------------------------------------------------------------- 
    27 &namdom        !   space and time domain (bathymetry, mesh, timestep) 
     27&namdom        !   time and space domain 
    2828!----------------------------------------------------------------------- 
    2929   ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time 
     
    3434/ 
    3535!----------------------------------------------------------------------- 
     36&namtsd        !   data : Temperature  & Salinity 
     37!----------------------------------------------------------------------- 
     38/ 
     39!----------------------------------------------------------------------- 
     40&namwad        !   Wetting and drying  default is no WAD 
     41!----------------------------------------------------------------------- 
     42/ 
     43!----------------------------------------------------------------------- 
    3644&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    3745!----------------------------------------------------------------------- 
    3846/ 
    3947!----------------------------------------------------------------------- 
    40 &namtsd    !   data : Temperature  & Salinity 
     48&namc1d        !   1D configuration options                             ("key_c1d") 
     49!----------------------------------------------------------------------- 
     50/ 
     51!----------------------------------------------------------------------- 
     52&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
     53!----------------------------------------------------------------------- 
     54/ 
     55!----------------------------------------------------------------------- 
     56&namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    4157!----------------------------------------------------------------------- 
    4258/ 
     
    5066/ 
    5167!----------------------------------------------------------------------- 
    52 &namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk = T) 
    53 !----------------------------------------------------------------------- 
    54 / 
    55 !----------------------------------------------------------------------- 
    56 &namsbc_sas    !   Stand Alone Surface boundary condition 
     68&namsbc_flx    !   surface boundary condition : flux formulation 
     69!----------------------------------------------------------------------- 
     70/ 
     71!----------------------------------------------------------------------- 
     72&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T) 
     73!----------------------------------------------------------------------- 
     74/ 
     75!----------------------------------------------------------------------- 
     76&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
     77!----------------------------------------------------------------------- 
     78/ 
     79!----------------------------------------------------------------------- 
     80&namsbc_sas    !   Stand-Alone Surface boundary condition 
    5781!----------------------------------------------------------------------- 
    5882   l_sasread   = .false.   ! Read fields in a file if .TRUE. , or initialize to 0. in sbcssm.F90 if .FALSE. 
    5983/ 
    6084!----------------------------------------------------------------------- 
    61 &namtra_qsr    !   penetrative solar radiation 
    62 !----------------------------------------------------------------------- 
    63 / 
    64 !----------------------------------------------------------------------- 
    65 &namsbc_rnf    !   runoffs namelist surface boundary condition 
    66 !----------------------------------------------------------------------- 
    67 / 
    68 !----------------------------------------------------------------------- 
    69 &namsbc_ssr    !   surface boundary condition : sea surface restoring 
    70 !----------------------------------------------------------------------- 
    71 / 
    72 !----------------------------------------------------------------------- 
    73 &namsbc_alb    !   albedo parameters 
    74 !----------------------------------------------------------------------- 
    75 / 
    76 !----------------------------------------------------------------------- 
    77 &namberg       !   iceberg parameters 
     85&namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1) 
     86!----------------------------------------------------------------------- 
     87/ 
     88!----------------------------------------------------------------------- 
     89&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
     90!----------------------------------------------------------------------- 
     91/ 
     92!----------------------------------------------------------------------- 
     93&namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T) 
     94!----------------------------------------------------------------------- 
     95/ 
     96!----------------------------------------------------------------------- 
     97&namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0) 
     98!----------------------------------------------------------------------- 
     99/ 
     100!----------------------------------------------------------------------- 
     101&namsbc_iscpl  !   land ice / ocean coupling option                      
     102!----------------------------------------------------------------------- 
     103/ 
     104!----------------------------------------------------------------------- 
     105&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
     106!----------------------------------------------------------------------- 
     107/ 
     108!----------------------------------------------------------------------- 
     109&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
     110!----------------------------------------------------------------------- 
     111/ 
     112!----------------------------------------------------------------------- 
     113&namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
     114!----------------------------------------------------------------------- 
     115/ 
     116!----------------------------------------------------------------------- 
     117&namberg       !   iceberg parameters                                   (default: No iceberg) 
    78118!----------------------------------------------------------------------- 
    79119   ln_bergdia               = .false.               ! Calculate budgets 
     
    91131/ 
    92132!----------------------------------------------------------------------- 
    93 &namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
     133&nam_tide      !   tide parameters 
     134!----------------------------------------------------------------------- 
     135/ 
     136!----------------------------------------------------------------------- 
     137&nambdy        !  unstructured open boundaries                           
     138!----------------------------------------------------------------------- 
     139/ 
     140!----------------------------------------------------------------------- 
     141&nambdy_dta    !  open boundaries - external data                        
     142!----------------------------------------------------------------------- 
     143/ 
     144!----------------------------------------------------------------------- 
     145&nambdy_tide   !  tidal forcing at open boundaries 
     146!----------------------------------------------------------------------- 
     147/ 
     148!----------------------------------------------------------------------- 
     149&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    94150!----------------------------------------------------------------------- 
    95151   ln_NONE    = .true.     !  free-slip       : Cd = 0                   
    96152/ 
    97153!----------------------------------------------------------------------- 
     154&namdrg_top    !   TOP friction                                         (ln_isfcav=T) 
     155!----------------------------------------------------------------------- 
     156/ 
     157!----------------------------------------------------------------------- 
     158&namdrg_bot    !   BOTTOM friction                                   
     159!----------------------------------------------------------------------- 
     160/ 
     161!----------------------------------------------------------------------- 
    98162&nambbc        !   bottom temperature boundary condition                (default: NO) 
    99163!----------------------------------------------------------------------- 
    100164/ 
    101165!----------------------------------------------------------------------- 
    102 &nambbl        !   bottom boundary layer scheme 
    103 !----------------------------------------------------------------------- 
    104 / 
    105 !----------------------------------------------------------------------- 
    106 &nameos        !   ocean physical parameters 
     166&nambbl        !   bottom boundary layer scheme                         (default: NO) 
     167!----------------------------------------------------------------------- 
     168/ 
     169!----------------------------------------------------------------------- 
     170&nameos        !   ocean Equation Of Seawater                           (default: NO) 
    107171!----------------------------------------------------------------------- 
    108172   ln_teos10    = .true.         !  = Use TEOS-10 equation of state 
     
    116180/ 
    117181!----------------------------------------------------------------------- 
    118 &namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param) 
     182&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    119183!----------------------------------------------------------------------- 
    120184/ 
     
    166230!----------------------------------------------------------------------- 
    167231&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
     232!----------------------------------------------------------------------- 
     233/ 
     234!----------------------------------------------------------------------- 
     235&nam_vvl       !   vertical coordinate options                          (default: z-star) 
    168236!----------------------------------------------------------------------- 
    169237/ 
     
    229297/ 
    230298!----------------------------------------------------------------------- 
     299&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
     300!----------------------------------------------------------------------- 
     301/ 
     302!----------------------------------------------------------------------- 
    231303&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
    232304!----------------------------------------------------------------------- 
    233305/ 
    234306!----------------------------------------------------------------------- 
    235 &namzdf_iwm    !   tidal mixing parameterization                        (ln_zdfiwm =T) 
     307&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
     308!----------------------------------------------------------------------- 
     309/ 
     310!----------------------------------------------------------------------- 
     311&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
     312!----------------------------------------------------------------------- 
     313/ 
     314!----------------------------------------------------------------------- 
     315&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    236316!----------------------------------------------------------------------- 
    237317/ 
     
    241321/ 
    242322!----------------------------------------------------------------------- 
    243 &namctl        !   Control prints & Benchmark 
    244 !----------------------------------------------------------------------- 
    245 / 
    246 !----------------------------------------------------------------------- 
    247 &namptr       !   Poleward Transport Diagnostic 
    248 !----------------------------------------------------------------------- 
    249 / 
    250 !----------------------------------------------------------------------- 
    251 &namhsb       !  Heat and salt budgets                                  (default F) 
    252 !----------------------------------------------------------------------- 
    253 / 
    254 !----------------------------------------------------------------------- 
    255 &namobs       !  observation usage                                      ('key_diaobs') 
    256 !----------------------------------------------------------------------- 
    257 / 
    258 !----------------------------------------------------------------------- 
    259 &nam_asminc   !   assimilation increments                               ('key_asminc') 
    260 !----------------------------------------------------------------------- 
    261 / 
     323&namctl        !   Control prints  
     324!----------------------------------------------------------------------- 
     325/ 
     326!----------------------------------------------------------------------- 
     327&namsto        ! Stochastic parametrization of EOS                      (default: NO) 
     328!----------------------------------------------------------------------- 
     329/ 
     330!----------------------------------------------------------------------- 
     331&namtrd        !   trend diagnostics                                    (default F) 
     332!----------------------------------------------------------------------- 
     333/ 
     334!----------------------------------------------------------------------- 
     335&namptr        !   Poleward Transport Diagnostic                        (default F) 
     336!----------------------------------------------------------------------- 
     337/ 
     338!----------------------------------------------------------------------- 
     339&namhsb        !  Heat and salt budgets                                 (default F) 
     340!----------------------------------------------------------------------- 
     341/ 
     342!----------------------------------------------------------------------- 
     343&namdiu        !   Cool skin and warm layer models                      (default F) 
     344!----------------------------------------------------------------------- 
     345/ 
     346!----------------------------------------------------------------------- 
     347&namflo        !   float parameters                                     ("key_float") 
     348!----------------------------------------------------------------------- 
     349/ 
     350!----------------------------------------------------------------------- 
     351&nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
     352!----------------------------------------------------------------------- 
     353/ 
     354!----------------------------------------------------------------------- 
     355&namdct        ! transports through some sections                       ("key_diadct") 
     356!----------------------------------------------------------------------- 
     357/ 
     358!----------------------------------------------------------------------- 
     359&nam_diatmb    !  Top Middle Bottom Output                              (default F) 
     360!----------------------------------------------------------------------- 
     361/ 
     362!----------------------------------------------------------------------- 
     363&nam_dia25h    !  25h Mean Output                                       (default F) 
     364!----------------------------------------------------------------------- 
     365/ 
     366!----------------------------------------------------------------------- 
     367&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
     368!----------------------------------------------------------------------- 
     369/ 
     370!----------------------------------------------------------------------- 
     371&namobs        !  observation usage switch 
     372!----------------------------------------------------------------------- 
     373/ 
     374!----------------------------------------------------------------------- 
     375&nam_asminc    !   assimilation increments                              ('key_asminc') 
     376!----------------------------------------------------------------------- 
     377/ 
     378!----------------------------------------------------------------------- 
     379&namdta_dyn    !   offline dynamics read in files                       ("key_offline") 
     380!----------------------------------------------------------------------- 
     381/ 
Note: See TracChangeset for help on using the changeset viewer.