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 3973 for branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2013-07-12T13:54:28+02:00 (11 years ago)
Author:
clevy
Message:

Configuration setting/Step3, see ticket:#1074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg

    r3954 r3973  
    1515   nn_stock    =     2880  !  frequency of creation of a restart file (modulo referenced to 1) 
    1616   nn_write    =     144   !  frequency of write in the output file   (modulo referenced to nit000)  
     17/ 
     18!----------------------------------------------------------------------- 
     19&namcfg        !   parameters of the configuration 
     20!----------------------------------------------------------------------- 
     21   cp_cfg      =  "amm"                !  name of the configuration 
     22   jp_cfg      =     011               !  resolution of the configuration 
     23   jpidta      =     198               !  1st lateral dimension ( >= jpi ) 
     24   jpjdta      =     224               !  2nd    "         "    ( >= jpj ) 
     25   jpkdta      =      51               !  number of levels      ( >= jpk ) 
     26   jpiglo      =     198               !  1st dimension of global domain --> i =jpidta 
     27   jpjglo      =     224               !  2nd    -                  -    --> j  =jpjdta 
     28   jpizoom     =       1               !  left bottom (i,j) indices of the zoom 
     29   jpjzoom     =       1               !  in data domain indices 
     30   jperio      =       0               !  lateral cond. type (between 0 and 6) 
     31   jphgr_msh   =       0               !  type of horizontal mesh 
     32   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
     33   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
     34   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees) 
     35   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees) 
     36   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees) 
     37   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees) 
     38   ppsur       =  999998.0             !  ORCA r4, r2 and r05 coefficients 
     39   ppa0        =  999998.0             ! (default coefficients) 
     40   ppa1        =  999998.0             ! 
     41   ppkth       =      23.563           ! 
     42   ppacr       =       9.0             ! 
     43   ppdzmin     =       6.0             !  Minimum vertical spacing 
     44   pphmax      =    5720.              !  Maximum depth 
     45   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates 
     46   ppa2        =  999999.              !  Double tanh function parameters 
     47   ppkth2      =  999999.              ! 
     48   ppacr2      =  999999.              ! 
    1749/ 
    1850!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.