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

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