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/1_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/1_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 
     
    90130/ 
    91131!----------------------------------------------------------------------- 
    92 &namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
     132&nam_tide      !   tide parameters 
     133!----------------------------------------------------------------------- 
     134/ 
     135!----------------------------------------------------------------------- 
     136&nambdy        !  unstructured open boundaries                           
     137!----------------------------------------------------------------------- 
     138/ 
     139!----------------------------------------------------------------------- 
     140&nambdy_dta    !  open boundaries - external data                        
     141!----------------------------------------------------------------------- 
     142/ 
     143!----------------------------------------------------------------------- 
     144&nambdy_tide   !  tidal forcing at open boundaries 
     145!----------------------------------------------------------------------- 
     146/ 
     147!----------------------------------------------------------------------- 
     148&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    93149!----------------------------------------------------------------------- 
    94150   ln_NONE    = .true.     !  free-slip       : Cd = 0                   
    95151/ 
    96152!----------------------------------------------------------------------- 
     153&namdrg_top    !   TOP friction                                         (ln_isfcav=T) 
     154!----------------------------------------------------------------------- 
     155/ 
     156!----------------------------------------------------------------------- 
     157&namdrg_bot    !   BOTTOM friction                                   
     158!----------------------------------------------------------------------- 
     159/ 
     160!----------------------------------------------------------------------- 
    97161&nambbc        !   bottom temperature boundary condition                (default: NO) 
    98162!----------------------------------------------------------------------- 
    99163/ 
    100164!----------------------------------------------------------------------- 
    101 &nambbl        !   bottom boundary layer scheme 
    102 !----------------------------------------------------------------------- 
    103 / 
    104 !----------------------------------------------------------------------- 
    105 &nameos        !   ocean physical parameters 
     165&nambbl        !   bottom boundary layer scheme                         (default: NO) 
     166!----------------------------------------------------------------------- 
     167/ 
     168!----------------------------------------------------------------------- 
     169&nameos        !   ocean Equation Of Seawater                           (default: NO) 
    106170!----------------------------------------------------------------------- 
    107171   ln_teos10    = .true.         !  = Use TEOS-10 equation of state 
     
    115179/ 
    116180!----------------------------------------------------------------------- 
    117 &namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param) 
     181&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    118182!----------------------------------------------------------------------- 
    119183/ 
     
    165229!----------------------------------------------------------------------- 
    166230&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
     231!----------------------------------------------------------------------- 
     232/ 
     233!----------------------------------------------------------------------- 
     234&nam_vvl       !   vertical coordinate options                          (default: z-star) 
    167235!----------------------------------------------------------------------- 
    168236/ 
     
    228296/ 
    229297!----------------------------------------------------------------------- 
     298&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
     299!----------------------------------------------------------------------- 
     300/ 
     301!----------------------------------------------------------------------- 
    230302&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
    231303!----------------------------------------------------------------------- 
    232304/ 
    233305!----------------------------------------------------------------------- 
    234 &namzdf_iwm    !   tidal mixing parameterization                        (ln_zdfiwm =T) 
     306&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
     307!----------------------------------------------------------------------- 
     308/ 
     309!----------------------------------------------------------------------- 
     310&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
     311!----------------------------------------------------------------------- 
     312/ 
     313!----------------------------------------------------------------------- 
     314&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    235315!----------------------------------------------------------------------- 
    236316/ 
     
    240320/ 
    241321!----------------------------------------------------------------------- 
    242 &namctl        !   Control prints & Benchmark 
    243 !----------------------------------------------------------------------- 
    244 / 
    245 !----------------------------------------------------------------------- 
    246 &namptr       !   Poleward Transport Diagnostic 
    247 !----------------------------------------------------------------------- 
    248 / 
    249 !----------------------------------------------------------------------- 
    250 &namhsb       !  Heat and salt budgets                                  (default F) 
    251 !----------------------------------------------------------------------- 
    252 / 
    253 !----------------------------------------------------------------------- 
    254 &namobs       !  observation usage                                      ('key_diaobs') 
    255 !----------------------------------------------------------------------- 
    256 / 
    257 !----------------------------------------------------------------------- 
    258 &nam_asminc   !   assimilation increments                               ('key_asminc') 
    259 !----------------------------------------------------------------------- 
    260 / 
     322&namctl        !   Control prints  
     323!----------------------------------------------------------------------- 
     324/ 
     325!----------------------------------------------------------------------- 
     326&namsto        ! Stochastic parametrization of EOS                      (default: NO) 
     327!----------------------------------------------------------------------- 
     328/ 
     329!----------------------------------------------------------------------- 
     330&namtrd        !   trend diagnostics                                    (default F) 
     331!----------------------------------------------------------------------- 
     332/ 
     333!----------------------------------------------------------------------- 
     334&namptr        !   Poleward Transport Diagnostic                        (default F) 
     335!----------------------------------------------------------------------- 
     336/ 
     337!----------------------------------------------------------------------- 
     338&namhsb        !  Heat and salt budgets                                 (default F) 
     339!----------------------------------------------------------------------- 
     340/ 
     341!----------------------------------------------------------------------- 
     342&namdiu        !   Cool skin and warm layer models                      (default F) 
     343!----------------------------------------------------------------------- 
     344/ 
     345!----------------------------------------------------------------------- 
     346&namflo        !   float parameters                                     ("key_float") 
     347!----------------------------------------------------------------------- 
     348/ 
     349!----------------------------------------------------------------------- 
     350&nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
     351!----------------------------------------------------------------------- 
     352/ 
     353!----------------------------------------------------------------------- 
     354&namdct        ! transports through some sections                       ("key_diadct") 
     355!----------------------------------------------------------------------- 
     356/ 
     357!----------------------------------------------------------------------- 
     358&nam_diatmb    !  Top Middle Bottom Output                              (default F) 
     359!----------------------------------------------------------------------- 
     360/ 
     361!----------------------------------------------------------------------- 
     362&nam_dia25h    !  25h Mean Output                                       (default F) 
     363!----------------------------------------------------------------------- 
     364/ 
     365!----------------------------------------------------------------------- 
     366&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
     367!----------------------------------------------------------------------- 
     368/ 
     369!----------------------------------------------------------------------- 
     370&namobs        !  observation usage switch 
     371!----------------------------------------------------------------------- 
     372/ 
     373!----------------------------------------------------------------------- 
     374&nam_asminc    !   assimilation increments                              ('key_asminc') 
     375!----------------------------------------------------------------------- 
     376/ 
     377!----------------------------------------------------------------------- 
     378&namdta_dyn    !   offline dynamics read in files                       ("key_offline") 
     379!----------------------------------------------------------------------- 
     380/ 
Note: See TracChangeset for help on using the changeset viewer.