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

    r9019 r9356  
    1111/ 
    1212!----------------------------------------------------------------------- 
    13 &namcfg        !   parameters of the configuration 
     13&namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    1414!----------------------------------------------------------------------- 
    1515   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
     
    1818/ 
    1919!----------------------------------------------------------------------- 
    20 &namzgr        !   vertical coordinate 
    21 !----------------------------------------------------------------------- 
    22    ln_zps      = .true.    !  z-coordinate - partial steps 
    23 / 
    24 !----------------------------------------------------------------------- 
    25 &namdom        !   space and time domain (bathymetry, mesh, timestep) 
     20&namdom        !   time and space domain 
    2621!----------------------------------------------------------------------- 
    2722   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time 
     
    3025/ 
    3126!----------------------------------------------------------------------- 
    32 &namlbc        !   lateral momentum boundary condition 
    33 !----------------------------------------------------------------------- 
    34    !                       !  free slip  !   partial slip  !   no slip   ! strong slip 
    35    rn_shlat    =    2.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    36    ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical Eqs. 
     27&namtsd        !   data : Temperature  & Salinity 
     28!----------------------------------------------------------------------- 
     29/ 
     30!----------------------------------------------------------------------- 
     31&namwad        !   Wetting and drying  default is no WAD 
     32!----------------------------------------------------------------------- 
     33/ 
     34!----------------------------------------------------------------------- 
     35&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
     36!----------------------------------------------------------------------- 
     37/ 
     38!----------------------------------------------------------------------- 
     39&namc1d        !   1D configuration options                             ("key_c1d") 
     40!----------------------------------------------------------------------- 
     41/ 
     42!----------------------------------------------------------------------- 
     43&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
     44!----------------------------------------------------------------------- 
     45/ 
     46!----------------------------------------------------------------------- 
     47&namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
     48!----------------------------------------------------------------------- 
    3749/ 
    3850!----------------------------------------------------------------------- 
     
    4557/ 
    4658!----------------------------------------------------------------------- 
    47 &namsbc_blk   !   namsbc_blk  Bulk formulae 
     59&namsbc_flx    !   surface boundary condition : flux formulation 
     60!----------------------------------------------------------------------- 
     61/ 
     62!----------------------------------------------------------------------- 
     63&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T) 
    4864!----------------------------------------------------------------------- 
    4965   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
    5066/ 
    5167!----------------------------------------------------------------------- 
    52 &namtra_qsr    !   penetrative solar radiation 
    53 !----------------------------------------------------------------------- 
    54 / 
    55 !----------------------------------------------------------------------- 
    56 &namsbc_ssr    !   surface boundary condition : sea surface restoring 
    57 !----------------------------------------------------------------------- 
    58 /       
    59 !----------------------------------------------------------------------- 
    60 &nambbl        !   bottom boundary layer scheme 
     68&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
     69!----------------------------------------------------------------------- 
     70/ 
     71!----------------------------------------------------------------------- 
     72&namsbc_sas    !   Stand-Alone Surface boundary condition 
     73!----------------------------------------------------------------------- 
     74/ 
     75!----------------------------------------------------------------------- 
     76&namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1) 
     77!----------------------------------------------------------------------- 
     78/ 
     79!----------------------------------------------------------------------- 
     80&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
     81!----------------------------------------------------------------------- 
     82/ 
     83!----------------------------------------------------------------------- 
     84&namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T) 
     85!----------------------------------------------------------------------- 
     86/ 
     87!----------------------------------------------------------------------- 
     88&namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0) 
     89!----------------------------------------------------------------------- 
     90/ 
     91!----------------------------------------------------------------------- 
     92&namsbc_iscpl  !   land ice / ocean coupling option                      
     93!----------------------------------------------------------------------- 
     94/ 
     95!----------------------------------------------------------------------- 
     96&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
     97!----------------------------------------------------------------------- 
     98/ 
     99!----------------------------------------------------------------------- 
     100&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
     101!----------------------------------------------------------------------- 
     102/ 
     103!----------------------------------------------------------------------- 
     104&namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
     105!----------------------------------------------------------------------- 
     106/ 
     107!----------------------------------------------------------------------- 
     108&namberg       !   iceberg parameters                                   (default: No iceberg) 
     109!----------------------------------------------------------------------- 
     110/ 
     111!----------------------------------------------------------------------- 
     112&namlbc        !   lateral momentum boundary condition 
     113!----------------------------------------------------------------------- 
     114   !                       !  free slip  !   partial slip  !   no slip   ! strong slip 
     115   rn_shlat    =    2.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
     116   ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical Eqs. 
     117/ 
     118!----------------------------------------------------------------------- 
     119&namagrif      !  AGRIF zoom                                            ("key_agrif") 
     120!----------------------------------------------------------------------- 
     121/ 
     122!----------------------------------------------------------------------- 
     123&nam_tide      !   tide parameters 
     124!----------------------------------------------------------------------- 
     125/ 
     126!----------------------------------------------------------------------- 
     127&nambdy        !  unstructured open boundaries                           
     128!----------------------------------------------------------------------- 
     129/ 
     130!----------------------------------------------------------------------- 
     131&nambdy_dta    !  open boundaries - external data                        
     132!----------------------------------------------------------------------- 
     133/ 
     134!----------------------------------------------------------------------- 
     135&nambdy_tide   !  tidal forcing at open boundaries 
     136!----------------------------------------------------------------------- 
     137/ 
     138!----------------------------------------------------------------------- 
     139&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
     140!----------------------------------------------------------------------- 
     141/ 
     142!----------------------------------------------------------------------- 
     143&namdrg_top    !   TOP friction                                         (ln_isfcav=T) 
     144!----------------------------------------------------------------------- 
     145/ 
     146!----------------------------------------------------------------------- 
     147&namdrg_bot    !   BOTTOM friction                                   
     148!----------------------------------------------------------------------- 
     149/ 
     150!----------------------------------------------------------------------- 
     151&nambbc        !   bottom temperature boundary condition                (default: NO) 
     152!----------------------------------------------------------------------- 
     153/ 
     154!----------------------------------------------------------------------- 
     155&nambbl        !   bottom boundary layer scheme                         (default: NO) 
    61156!----------------------------------------------------------------------- 
    62157   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag 
     
    66161   rn_gambbl   =  10.      !  advective bbl coefficient                 [s] 
    67162/ 
    68 / 
    69 !----------------------------------------------------------------------- 
    70 &nameos        !   ocean physical parameters 
    71 !----------------------------------------------------------------------- 
    72    ln_teos10   = .false.        !  = Use TEOS-10 equation of state 
     163!----------------------------------------------------------------------- 
     164&nameos        !   ocean Equation Of Seawater                           (default: NO) 
     165!----------------------------------------------------------------------- 
     166   ln_teos10   = .false.         !  = Use TEOS-10 
    73167   ln_eos80    = .true.         !  = Use EOS80 
    74168   ln_seos     = .false.        !  = Use S-EOS (simplified Eq.) 
    75169/ 
    76 !---------------------------------------------------------------------------------- 
    77 &namtra_ldf    !   lateral diffusion scheme for tracers 
    78 !---------------------------------------------------------------------------------- 
     170!----------------------------------------------------------------------- 
     171&namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
     172!----------------------------------------------------------------------- 
     173/ 
     174!----------------------------------------------------------------------- 
     175&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
     176!----------------------------------------------------------------------- 
     177/ 
     178!----------------------------------------------------------------------- 
     179&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
     180!----------------------------------------------------------------------- 
    79181   !                       !  Operator type: 
    80    ln_traldf_NONE  =  .false.  !           No operator (no explicit advection) 
     182   ln_traldf_NONE  =  .false.  !  No explicit diffusion 
    81183   ln_traldf_lap   =  .true.   !    laplacian operator 
    82184   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    85187   ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
    86188   ln_traldf_iso   =  .true.   !  iso-neutral 
    87    ln_traldf_triad =  .false.  !  iso-neutral using Griffies triads 
     189   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
    88190   ! 
    89191   !                       !  iso-neutral options:         
    90192   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
    91193   rn_slpmax       =   0.01    !  slope limit                      (both operators) 
    92    ln_triad_iso    =  .false.  !  pure horizontal mixing in ML     (triad only) 
     194   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
    93195   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
    94    ln_botmix_triad =  .false.  !  lateral mixing on bottom         (triad only) 
     196   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
    95197   ! 
    96198   !                       !  Coefficients: 
    97    nn_aht_ijk_t    = 0        !  space/time variation of eddy coef 
     199   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
    98200   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
    99201   !                                !   =  0           constant  
     
    101203   !                                !   = 20 F(i,j)    =ldf_c2d  
    102204   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    103    !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    104    !                                !   = 31 F(i,j,k,t)=F(local velocity) 
     205   !                                !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
     206   !                                !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing) 
    105207   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    106208   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    107209/ 
    108 !---------------------------------------------------------------------------------- 
    109 &namtra_ldfeiv !   eddy induced velocity param. 
    110 !---------------------------------------------------------------------------------- 
     210!----------------------------------------------------------------------- 
     211&namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
     212!----------------------------------------------------------------------- 
    111213   ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization 
    112    ln_ldfeiv_dia =.false.   ! diagnose eiv stream function and velocities 
    113214   rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s] 
    114    nn_aei_ijk_t  = 0      ! space/time variation of the eiv coeficient 
     215   nn_aei_ijk_t  = 0       ! space/time variation of the eiv coeficient 
    115216   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
    116217   !                                !   =  0           constant 
     
    119220   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    120221   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    121 / 
    122 !----------------------------------------------------------------------- 
    123 &namdta_dyn        !   offline dynamics read in files                ("key_offline") 
    124 !----------------------------------------------------------------------- 
    125 !          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    126 !          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     222   ln_ldfeiv_dia =.false.  ! diagnose eiv stream function and velocities 
     223/ 
     224!----------------------------------------------------------------------- 
     225&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
     226!----------------------------------------------------------------------- 
     227/ 
     228!----------------------------------------------------------------------- 
     229&nam_vvl       !   vertical coordinate options                          (default: z-star) 
     230!----------------------------------------------------------------------- 
     231/ 
     232!----------------------------------------------------------------------- 
     233&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
     234!----------------------------------------------------------------------- 
     235/ 
     236!----------------------------------------------------------------------- 
     237&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
     238!----------------------------------------------------------------------- 
     239/ 
     240!----------------------------------------------------------------------- 
     241&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection) 
     242!----------------------------------------------------------------------- 
     243/ 
     244!----------------------------------------------------------------------- 
     245&namdyn_spg    !   surface pressure gradient                            (default: NO) 
     246!----------------------------------------------------------------------- 
     247/ 
     248!----------------------------------------------------------------------- 
     249&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
     250!----------------------------------------------------------------------- 
     251/ 
     252!----------------------------------------------------------------------- 
     253&namzdf        !   vertical physics                                     (default: NO selection) 
     254!----------------------------------------------------------------------- 
     255/ 
     256!----------------------------------------------------------------------- 
     257&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
     258!----------------------------------------------------------------------- 
     259/ 
     260!----------------------------------------------------------------------- 
     261&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
     262!----------------------------------------------------------------------- 
     263/ 
     264!----------------------------------------------------------------------- 
     265&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
     266!----------------------------------------------------------------------- 
     267/ 
     268!----------------------------------------------------------------------- 
     269&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
     270!----------------------------------------------------------------------- 
     271/ 
     272!----------------------------------------------------------------------- 
     273&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
     274!----------------------------------------------------------------------- 
     275/ 
     276!----------------------------------------------------------------------- 
     277&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
     278!----------------------------------------------------------------------- 
     279/ 
     280!----------------------------------------------------------------------- 
     281&namctl        !   Control prints  
     282!----------------------------------------------------------------------- 
     283/ 
     284!----------------------------------------------------------------------- 
     285&namsto        ! Stochastic parametrization of EOS                      (default: NO) 
     286!----------------------------------------------------------------------- 
     287/ 
     288!----------------------------------------------------------------------- 
     289&namtrd        !   trend diagnostics                                    (default F) 
     290!----------------------------------------------------------------------- 
     291/ 
     292!----------------------------------------------------------------------- 
     293&namptr        !   Poleward Transport Diagnostic                        (default F) 
     294!----------------------------------------------------------------------- 
     295/ 
     296!----------------------------------------------------------------------- 
     297&namhsb        !  Heat and salt budgets                                 (default F) 
     298!----------------------------------------------------------------------- 
     299/ 
     300!----------------------------------------------------------------------- 
     301&namdiu        !   Cool skin and warm layer models                      (default F) 
     302!----------------------------------------------------------------------- 
     303/ 
     304!----------------------------------------------------------------------- 
     305&namflo        !   float parameters                                     ("key_float") 
     306!----------------------------------------------------------------------- 
     307/ 
     308!----------------------------------------------------------------------- 
     309&nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
     310!----------------------------------------------------------------------- 
     311/ 
     312!----------------------------------------------------------------------- 
     313&namdct        ! transports through some sections                       ("key_diadct") 
     314!----------------------------------------------------------------------- 
     315/ 
     316!----------------------------------------------------------------------- 
     317&nam_diatmb    !  Top Middle Bottom Output                              (default F) 
     318!----------------------------------------------------------------------- 
     319/ 
     320!----------------------------------------------------------------------- 
     321&nam_dia25h    !  25h Mean Output                                       (default F) 
     322!----------------------------------------------------------------------- 
     323/ 
     324!----------------------------------------------------------------------- 
     325&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
     326!----------------------------------------------------------------------- 
     327/ 
     328!----------------------------------------------------------------------- 
     329&namobs        !  observation usage switch 
     330!----------------------------------------------------------------------- 
     331/ 
     332!----------------------------------------------------------------------- 
     333&nam_asminc    !   assimilation increments                              ('key_asminc') 
     334!----------------------------------------------------------------------- 
     335/ 
     336!----------------------------------------------------------------------- 
     337&namdta_dyn    !   offline dynamics read in files                       ("key_offline") 
     338!----------------------------------------------------------------------- 
    127339!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    128340!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     
    147359!   fwbcorr      = 3.786e-06    ! annual global mean of empmr for ssh correction 
    148360/ 
    149 !----------------------------------------------------------------------- 
    150 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    151 !----------------------------------------------------------------------- 
    152 / 
    153 !----------------------------------------------------------------------- 
    154 &namctl        !   Control prints & Benchmark 
    155 !----------------------------------------------------------------------- 
    156 / 
Note: See TracChangeset for help on using the changeset viewer.