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 7277 for branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2016-11-21T09:55:07+01:00 (8 years ago)
Author:
flavoni
Message:

update 2016 branch with simplif-2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg

    r6140 r7277  
    2020&namcfg        !   parameters of the configuration 
    2121!----------------------------------------------------------------------- 
    22    cp_cfg      =  "amm"                !  name of the configuration 
    23    jp_cfg      =     011               !  resolution of the configuration 
    24    jpidta      =     198               !  1st lateral dimension ( >= jpi ) 
    25    jpjdta      =     224               !  2nd    "         "    ( >= jpj ) 
    26    jpkdta      =      51               !  number of levels      ( >= jpk ) 
    27    jpiglo      =     198               !  1st dimension of global domain --> i =jpidta 
    28    jpjglo      =     224               !  2nd    -                  -    --> j  =jpjdta 
    29    jpizoom     =       1               !  left bottom (i,j) indices of the zoom 
    30    jpjzoom     =       1               !  in data domain indices 
    31    jperio      =       0               !  lateral cond. type (between 0 and 6) 
    32 / 
    33 !----------------------------------------------------------------------- 
    34 &namzgr        !   vertical coordinate 
    35 !----------------------------------------------------------------------- 
    36    ln_sco      = .true.    !  s- or hybrid z-s-coordinate 
    37 / 
    38 !----------------------------------------------------------------------- 
    39 &namzgr_sco    !   s-coordinate or hybrid z-s-coordinate 
    40 !----------------------------------------------------------------------- 
    41    ln_s_sh94   = .false.   !  Song & Haidvogel 1994 hybrid S-sigma   (T)| 
    42    ln_s_sf12   = .true.    !  Siddorn & Furner 2012 hybrid S-z-sigma (T)| if both are false the NEMO tanh stretching is applied 
    43    ln_sigcrit  = .true.    !  use sigma coordinates below critical depth (T) or Z coordinates (F) for Siddorn & Furner stretch 
    44                            !  stretching coefficients for all functions 
    45    rn_hc       =   50.0    !  critical depth for transition to stretched coordinates 
    46 / 
     22   ln_read_cfg = .true.   !  (=T) read the domain configuration file 
     23      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     24      cn_domcfg = "AMM_R12_sco_domcfg"     ! domain configuration filename 
     25/ 
     26 
    4727!----------------------------------------------------------------------- 
    4828&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    4929!----------------------------------------------------------------------- 
    5030   rn_rdt      =   600.    !  time step for the dynamics (and tracer if nn_acc=0) 
    51    ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
    52    ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    53    ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees) 
    54    ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees) 
    55    ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees) 
    56    ppe2_m      =  999999.0             !  meridional grid-spacing (degrees) 
    57    ppsur       =  999999.0             !  ORCA r4, r2 and r05 coefficients 
    58    ppa0        =  999999.0             ! (default coefficients) 
    59    ppa1        =  999999.0             ! 
    60    ppkth       =      23.563           ! 
    61    ppacr       =       9.0             ! 
    62    ppdzmin     =       6.0             !  Minimum vertical spacing 
    63    pphmax      =    5720.              !  Maximum depth 
    64    ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates 
    65    ppa2        =  999999.              !  Double tanh function parameters 
    66    ppkth2      =  999999.              ! 
    67    ppacr2      =  999999. 
    6831/ 
    6932!----------------------------------------------------------------------- 
    7033&namcrs        !   Grid coarsening for dynamics output and/or 
    71                !   passive tracer coarsened online simulations 
     34!              !   passive tracer coarsened online simulations 
    7235!----------------------------------------------------------------------- 
    7336/ 
     
    8346   nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    8447                           !     (also = the frequency of sea-ice model call) 
    85    ln_flx      = .true.    !  flux formulation       (T => fill namsbc_flx ) 
     48   ln_flx      = .true.    !  flux formulation                          (T => fill namsbc_flx ) 
    8649   ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core) 
    8750   nn_ice      = 0         !  =0 no ice boundary condition   , 
     
    9154   ln_traqsr   = .false.   !  Light penetration (T) or not (F) 
    9255 
    93 / 
    94 !----------------------------------------------------------------------- 
    95 &namsbc_ana    !   analytical surface boundary condition 
    96 !----------------------------------------------------------------------- 
    9756/ 
    9857!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.