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 9019 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2017-12-13T15:58:53+01:00 (6 years ago)
Author:
timgraham
Message:

Merge of dev_CNRS_2017 into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/namelist_cfg

    r8599 r9019  
    1414   cn_exp      =  "SASBIPER"  !  experience name 
    1515   nn_it000    =       1      !  first time step 
    16    nn_itend    =    10100     !  last  time step (std 5475) 
     16   nn_itend    =     500      !  last  time step (std 5475) 
     17   nn_istate   =       1      !  output the initial state (1) or not (0) 
    1718/ 
    1819!----------------------------------------------------------------------- 
     
    2627&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    2728!----------------------------------------------------------------------- 
    28    ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time 
     29   ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time 
    2930   ! 
    3031   nn_msh      =    1      !  create (>0) a mesh file or not (=0) 
     
    3334/ 
    3435!----------------------------------------------------------------------- 
    35 &namcrs        !   Grid coarsening for dynamics output and/or 
    36                !   passive tracer coarsened online simulations 
     36&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    3737!----------------------------------------------------------------------- 
    3838/ 
     
    4747   ln_blk      = .false.  !  Bulk formulation                          (T => fill namsbc_blk ) 
    4848   nn_fsbc     =  1       !  frequency of surface boundary condition computation 
     49   nn_ice      =  2       !  sea-ice model 
    4950/ 
    5051!----------------------------------------------------------------------- 
     
    5354/ 
    5455!----------------------------------------------------------------------- 
     56&namsbc_sas    !   Stand Alone Surface boundary condition 
     57!----------------------------------------------------------------------- 
     58   l_sasread   = .false.   ! Read fields in a file if .TRUE. , or initialize to 0. in sbcssm.F90 if .FALSE. 
     59/ 
     60!----------------------------------------------------------------------- 
    5561&namtra_qsr    !   penetrative solar radiation 
    5662!----------------------------------------------------------------------- 
     
    6975/ 
    7076!----------------------------------------------------------------------- 
    71 &namsbc_sas    !   Stand Alone Surface boundary condition 
    72 !----------------------------------------------------------------------- 
    73    l_sasread   = .false.   ! Read fields in a file if .TRUE. , or initialize to 0. in sbcssm.F90 if .FALSE. 
    74 !----------------------------------------------------------------------- 
    7577&namberg       !   iceberg parameters 
    7678!----------------------------------------------------------------------- 
     79   ln_bergdia               = .false.               ! Calculate budgets 
    7780/ 
    7881!----------------------------------------------------------------------- 
     
    8386/ 
    8487!----------------------------------------------------------------------- 
    85 &nambfr        !   bottom friction 
    86 !----------------------------------------------------------------------- 
     88&namagrif      !  AGRIF zoom                                            ("key_agrif") 
     89!----------------------------------------------------------------------- 
     90   nn_cln_update =    1    !  baroclinic update frequency 
     91/ 
     92!----------------------------------------------------------------------- 
     93&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
     94!----------------------------------------------------------------------- 
     95   ln_NONE    = .true.     !  free-slip       : Cd = 0                   
    8796/ 
    8897!----------------------------------------------------------------------- 
     
    100109/ 
    101110!----------------------------------------------------------------------- 
    102 &namtra_adv    !   advection scheme for tracer 
     111&namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
    103112!----------------------------------------------------------------------- 
    104113   ln_traadv_fct =  .true.    !  FCT scheme 
    105114      nn_fct_h   =  4               !  =2/4, horizontal 2nd / 4th order  
    106115      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
    107       nn_fct_zts =  0               !  > 1 , 2nd order FCT scheme with vertical sub-timestepping 
    108       !                             !        (number of sub-timestep = nn_fct_zts) 
    109116/ 
    110117!----------------------------------------------------------------------- 
     
    160167&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    161168!----------------------------------------------------------------------- 
    162 !----------------------------------------------------------------------- 
    163 &namdyn_adv    !   formulation of the momentum advection 
    164 !----------------------------------------------------------------------- 
     169/ 
     170!----------------------------------------------------------------------- 
     171&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
     172!----------------------------------------------------------------------- 
     173   ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     174   ln_dynadv_vec = .true. !  vector form - 2nd centered scheme 
     175     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
     176   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
     177   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    165178/ 
    166179!----------------------------------------------------------------------- 
     
    210223/ 
    211224!----------------------------------------------------------------------- 
    212 &namzdf        !   vertical physics 
    213 !----------------------------------------------------------------------- 
    214 / 
    215 !----------------------------------------------------------------------- 
    216 &namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke") 
    217 !----------------------------------------------------------------------- 
    218 / 
    219 !----------------------------------------------------------------------- 
    220 &namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm") 
    221 !----------------------------------------------------------------------- 
    222 / 
    223 !----------------------------------------------------------------------- 
    224 &namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx") 
    225 !----------------------------------------------------------------------- 
    226 / 
    227 !----------------------------------------------------------------------- 
    228 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
     225&namzdf        !   vertical physics                                     (default: NO selection) 
     226!----------------------------------------------------------------------- 
     227   !                       ! type of vertical closure 
     228   ln_zdfcst   = .true.       !  constant mixing 
     229/ 
     230!----------------------------------------------------------------------- 
     231&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
     232!----------------------------------------------------------------------- 
     233/ 
     234!----------------------------------------------------------------------- 
     235&namzdf_iwm    !   tidal mixing parameterization                        (ln_zdfiwm =T) 
     236!----------------------------------------------------------------------- 
     237/ 
     238!----------------------------------------------------------------------- 
     239&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    229240!----------------------------------------------------------------------- 
    230241/ 
Note: See TracChangeset for help on using the changeset viewer.