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

    r3954 r3973  
    22!! NEMO/OPA  : GYRE_PISCES Configuration namelist to overwrite reference dynamical namelist 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    4  
    5 !!====================================================================== 
    6 !!                   ***  Run management namelists  *** 
    7 !!====================================================================== 
    8 !!   namrun        parameters of the run 
    9 !!====================================================================== 
    10 ! 
    114!----------------------------------------------------------------------- 
    125&namrun        !   parameters of the run 
     
    1811   nn_write    =      60   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    1912/ 
     13!----------------------------------------------------------------------- 
     14&namcfg     !   parameters of the configuration    
     15!----------------------------------------------------------------------- 
     16   cp_cfg      =  "gyre"                 !  name of the configuration 
     17   jp_cfg      =       1                 !  resolution of the configuration 
     18   jpidta      =      32                 !  1st lateral dimension ( >= jpi ) = 30*jp_cfg+2 
     19   jpjdta      =      22                 !  2nd    "         "    ( >= jpj ) = 20*jp_cfg+2  
     20   jpkdta      =      31                 !  number of levels      ( >= jpk ) 
     21   jpiglo      =      32                 !  1st dimension of global domain --> i  = jpidta 
     22   jpjglo      =      22                 !  2nd    -                  -    --> j  = jpjdta 
     23   jpizoom     =       1                 !  left bottom (i,j) indices of the zoom 
     24   jpjzoom     =       1                 !  in data domain indices 
     25   jperio      =       0                 !  lateral cond. type (between 0 and 6) 
     26   jphgr_msh   =       5                 !  type of horizontal mesh 
     27   ppglam0     =       0.0               !  longitude of first raw and column T-point (jphgr_msh = 1) 
     28   ppgphi0     =      29.0               ! latitude  of first raw and column T-point (jphgr_msh = 1) 
     29   ppe1_deg    =  999999.0               !  zonal      grid-spacing (degrees) 
     30   ppe2_deg    =  999999.0               !  meridional grid-spacing (degrees) 
     31   ppe1_m      =  999999.0               !  zonal      grid-spacing (degrees) 
     32   ppe2_m      =  999999.0               !  meridional grid-spacing (degrees) 
     33   ppsur       =   -2033.194295283385    !  ORCA r4, r2 and r05 coefficients 
     34   ppa0        =     155.8325369664153   ! (default coefficients) 
     35   ppa1        =     146.3615918601890   ! 
     36   ppkth       =      17.28520372419791  ! 
     37   ppacr       =       5.0               ! 
     38   ppdzmin     =  999999.0               !  Minimum vertical spacing 
     39   pphmax      =  999999.0               !  Maximum depth 
     40   ldbletanh   =  .FALSE.                !  Use/do not use double tanf function for vertical coordinates 
     41   ppa2        =  999999.0               !  Double tanh function parameters 
     42   ppkth2      =  999999.0               ! 
     43   ppacr2      =  999999.0               ! 
     44/ 
     45!----------------------------------------------------------------------- 
    2046&namzgr        !   vertical coordinate 
    2147!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.