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 7715 for trunk/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2017-02-22T15:20:01+01:00 (7 years ago)
Author:
flavoni
Message:

#1850 commit new list of REFERENCE CONFIGURATIONS, and SETTE tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_cfg

    r7646 r7715  
    22!! NEMO/OPA  : GYRE_PISCES Configuration namelist to overwrite reference dynamical namelist 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     4!----------------------------------------------------------------------- 
     5&namusr_def    !   GYRE user defined namelist   
     6!----------------------------------------------------------------------- 
     7   nn_GYRE     =     1     !  GYRE resolution [1/degrees] 
     8   ln_bench    = .false.   !  ! =T benchmark with gyre: the gridsize is kept constant 
     9   jpkglo      =    31     !  number of model levels 
     10/ 
     11!!====================================================================== 
     12!!                   ***  Run management namelists  *** 
     13!!====================================================================== 
     14!!   namrun        parameters of the run 
     15!!====================================================================== 
     16! 
    417!----------------------------------------------------------------------- 
    518&namrun        !   parameters of the run 
     
    1831      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    1932   ln_write_cfg= .false.   !  (=T) create the domain configuration file 
     33   ! 
    2034/ 
    2135!----------------------------------------------------------------------- 
     
    3044!----------------------------------------------------------------------- 
    3145&namcrs        !   Grid coarsening for dynamics output and/or 
    32                !   passive tracer coarsened online simulations 
     46!              !   passive tracer coarsened online simulations 
    3347!----------------------------------------------------------------------- 
    3448/ 
     
    3650&namtsd    !   data : Temperature  & Salinity 
    3751!----------------------------------------------------------------------- 
     52!          ! file name ! frequency (hours)    ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation ! 
     53!          !           !  (if <0  months)     !   name   !  (logical)   ! (T/F) ! 'monthly'  ! filename ! pairing 
    3854   cn_dir        = './'      !  root directory for the location of the runoff files 
    3955   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
     
    4460!----------------------------------------------------------------------- 
    4561   nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    46                            !     (also = the frequency of sea-ice model call) 
     62   !                       !     (also = the frequency of sea-ice model call) 
    4763   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc) 
    4864   ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk ) 
     
    6076/ 
    6177!----------------------------------------------------------------------- 
     78&namsbc_rnf    !   runoffs namelist surface boundary condition 
     79!----------------------------------------------------------------------- 
     80   ln_rnf_mouth = .false.   !  specific treatment at rivers mouths 
     81/ 
     82!----------------------------------------------------------------------- 
     83&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk 
     84!----------------------------------------------------------------------- 
     85/ 
     86!----------------------------------------------------------------------- 
     87&namsbc_ssr    !   surface boundary condition : sea surface restoring 
     88!----------------------------------------------------------------------- 
     89/ 
     90!----------------------------------------------------------------------- 
     91&namsbc_alb    !   albedo parameters 
     92!----------------------------------------------------------------------- 
     93/ 
     94!----------------------------------------------------------------------- 
     95&namberg       !   iceberg parameters 
     96!----------------------------------------------------------------------- 
     97/ 
     98!----------------------------------------------------------------------- 
    6299&namlbc        !   lateral momentum boundary condition 
    63100!----------------------------------------------------------------------- 
     
    65102/ 
    66103!----------------------------------------------------------------------- 
     104&namagrif      !  AGRIF zoom                                            ("key_agrif") 
     105!----------------------------------------------------------------------- 
     106/ 
     107!----------------------------------------------------------------------- 
     108&nam_tide      !    tide parameters 
     109!----------------------------------------------------------------------- 
     110/ 
     111!----------------------------------------------------------------------- 
     112&nambdy        !  unstructured open boundaries                           
     113!----------------------------------------------------------------------- 
     114/ 
     115!----------------------------------------------------------------------- 
     116&nambdy_dta      !  open boundaries - external data            
     117!----------------------------------------------------------------------- 
     118/ 
     119!----------------------------------------------------------------------- 
     120&nambdy_tide     ! tidal forcing at open boundaries 
     121!----------------------------------------------------------------------- 
     122/ 
     123!----------------------------------------------------------------------- 
    67124&nambfr        !   bottom friction 
    68125!----------------------------------------------------------------------- 
     
    74131/ 
    75132!----------------------------------------------------------------------- 
     133&nambbl        !   bottom boundary layer scheme 
     134!----------------------------------------------------------------------- 
     135/ 
     136!----------------------------------------------------------------------- 
    76137&nameos        !   ocean physical parameters 
    77138!----------------------------------------------------------------------- 
    78139   ln_eos80    = .true.         !  = Use EOS80 equation of state 
    79    !                             ! 
    80    !                      ! S-EOS coefficients : 
    81    !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
    82    rn_a0       =  1.6550e-1      !  thermal expension coefficient (nn_eos= 1) 
    83    rn_b0       =  7.6554e-1      !  saline  expension coefficient (nn_eos= 1) 
    84    rn_lambda1  =  5.9520e-2      !  cabbeling coeff in T^2  (=0 for linear eos) 
    85    rn_lambda2  =  7.4914e-4      !  cabbeling coeff in S^2  (=0 for linear eos) 
    86    rn_mu1      =  1.4970e-4      !  thermobaric coeff. in T (=0 for linear eos) 
    87    rn_mu2      =  1.1090e-5      !  thermobaric coeff. in S (=0 for linear eos) 
    88    rn_nu       =  2.4341e-3      !  cabbeling coeff in T*S  (=0 for linear eos) 
    89 !!org GYRE   rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2) 
    90 !!org GYRE   rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2) 
    91 !!org  caution  now a0 = alpha / rau0   with rau0 = 1026 
    92140/ 
    93141!----------------------------------------------------------------------- 
     
    99147      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    100148      !                             !        (number of sub-timestep = nn_fct_zts) 
     149/ 
     150!----------------------------------------------------------------------- 
     151&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param) 
     152!----------------------------------------------------------------------- 
    101153/ 
    102154!---------------------------------------------------------------------------------- 
     
    170222   !                       !  Type of the operator : 
    171223   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
    172    ln_dynldf_lap =  .true.    !    laplacian operator 
     224   ln_dynldf_lap =  .true.     !    laplacian operator 
    173225   ln_dynldf_blp =  .false.    !  bilaplacian operator 
    174226   !                       !  Direction of action  : 
    175    ln_dynldf_lev =  .true.    !  iso-level 
     227   ln_dynldf_lev =  .true.     !  iso-level 
    176228   ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
    177229   ln_dynldf_iso =  .false.    !  iso-neutral 
     
    187239   rn_ahm_0      = 100000.     !  horizontal laplacian eddy viscosity   [m2/s] 
    188240   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    189    rn_bhm_0      =      0.      !  horizontal bilaplacian eddy viscosity [m4/s] 
     241   rn_bhm_0      =      0.     !  horizontal bilaplacian eddy viscosity [m4/s] 
    190242   ! 
    191243   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
     
    199251/ 
    200252!----------------------------------------------------------------------- 
     253&namzdf_ric    !   richardson number dependent vertical diffusion       ("key_zdfric" ) 
     254!----------------------------------------------------------------------- 
     255/ 
     256!----------------------------------------------------------------------- 
    201257&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke") 
    202258!----------------------------------------------------------------------- 
     
    204260/ 
    205261!----------------------------------------------------------------------- 
     262&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls") 
     263!----------------------------------------------------------------------- 
     264/ 
     265!----------------------------------------------------------------------- 
     266&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm") 
     267!----------------------------------------------------------------------- 
     268/ 
     269!----------------------------------------------------------------------- 
     270&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx") 
     271!----------------------------------------------------------------------- 
     272   ln_tmx_itf  = .false.   !  ITF specific parameterisation 
     273/ 
     274!----------------------------------------------------------------------- 
    206275&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    207276!----------------------------------------------------------------------- 
     
    212281/ 
    213282!----------------------------------------------------------------------- 
     283&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
     284!----------------------------------------------------------------------- 
     285/ 
     286!----------------------------------------------------------------------- 
     287&namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra") 
     288!              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor") 
     289!----------------------------------------------------------------------- 
     290/ 
     291!----------------------------------------------------------------------- 
     292&namflo       !   float parameters                                      ("key_float") 
     293!----------------------------------------------------------------------- 
     294/ 
     295!----------------------------------------------------------------------- 
    214296&namptr       !   Poleward Transport Diagnostic 
    215297!----------------------------------------------------------------------- 
     
    219301!----------------------------------------------------------------------- 
    220302/ 
     303!----------------------------------------------------------------------- 
     304&namdct        ! transports through sections 
     305!----------------------------------------------------------------------- 
     306    nn_dct      = 60       !  time step frequency for transports computing 
     307    nn_dctwri   = 60       !  time step frequency for transports writing 
     308    nn_secdebug = 0        !      0 : no section to debug 
     309/ 
     310!----------------------------------------------------------------------- 
     311&namobs       !  observation usage switch                               ('key_diaobs') 
     312!----------------------------------------------------------------------- 
     313/ 
     314!----------------------------------------------------------------------- 
     315&nam_asminc   !   assimilation increments                               ('key_asminc') 
     316!----------------------------------------------------------------------- 
     317/ 
     318!----------------------------------------------------------------------- 
     319&namsbc_wave   ! External fields from wave model 
     320!----------------------------------------------------------------------- 
     321/ 
Note: See TracChangeset for help on using the changeset viewer.