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/ORCA2_OFF_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/ORCA2_OFF_PISCES/EXP00/namelist_cfg

    r3954 r3973  
    99   nn_stock    =    1460   !  frequency of creation of a restart file (modulo referenced to 1) 
    1010   nn_write    =    100   !  frequency of write in the output file   (modulo referenced to nn_it000) 
     11/ 
     12!----------------------------------------------------------------------- 
     13&namcfg        !   parameters of the configuration 
     14!----------------------------------------------------------------------- 
     15   cp_cfg      =  "orca"               !  name of the configuration 
     16   jp_cfg      =       2               !  resolution of the configuration 
     17   jpidta      =     182               !  1st lateral dimension ( >= jpi ) 
     18   jpjdta      =     149               !  2nd    "         "    ( >= jpj ) 
     19   jpkdta      =      31               !  number of levels      ( >= jpk ) 
     20   jpiglo      =     182               !  1st dimension of global domain --> i =jpidta 
     21   jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta 
     22   jpizoom     =       1               !  left bottom (i,j) indices of the zoom 
     23   jpjzoom     =       1               !  in data domain indices 
     24   jperio      =       4               !  lateral cond. type (between 0 and 6) 
     25   jphgr_msh   =       0               !  type of horizontal mesh 
     26   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
     27   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
     28   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees) 
     29   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees) 
     30   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees) 
     31   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees) 
     32   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients 
     33   ppa0        =     255.58049070440   ! (default coefficients) 
     34   ppa1        =     245.58132232490   ! 
     35   ppkth       =      21.43336197938   ! 
     36   ppacr       =       3.0             ! 
     37   ppdzmin     =  999999.              !  Minimum vertical spacing 
     38   pphmax      =  999999.              !  Maximum depth 
     39   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates 
     40   ppa2        =  999999.              !  Double tanh function parameters 
     41   ppkth2      =  999999.              ! 
     42   ppacr2      =  999999.              ! 
    1143/ 
    1244!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.