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/SHARED/1_namelist_ref – 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/SHARED/1_namelist_ref

    r3954 r3973  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  :  1 - run manager      (namrun) 
     2!! NEMO/OPA  :  1 - run manager      (namrun, namcfg) 
    33!! namelists    2 - Domain           (namzgr, namzgr_sco, namdom, namtsd) 
    44!!              3 - Surface boundary (namsbc, namsbc_ana, namsbc_flx, namsbc_clio, namsbc_core, namsbc_sas 
     
    4545   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) 
    4646/ 
    47  
     47!----------------------------------------------------------------------- 
     48&namcfg        !   parameters of the configuration 
     49!----------------------------------------------------------------------- 
     50   cp_cfg      =  "default"            !  name of the configuration 
     51   jp_cfg      =       0               !  resolution of the configuration 
     52   jpidta      =      10               !  1st lateral dimension ( >= jpi ) 
     53   jpjdta      =      12               !  2nd    "         "    ( >= jpj ) 
     54   jpkdta      =      31               !  number of levels      ( >= jpk ) 
     55   jpiglo      =      10               !  1st dimension of global domain --> i =jpidta 
     56   jpjglo      =      12               !  2nd    -                  -    --> j  =jpjdta 
     57   jpizoom     =       1               !  left bottom (i,j) indices of the zoom 
     58   jpjzoom     =       1               !  in data domain indices 
     59   jperio      =       0               !  lateral cond. type (between 0 and 6) 
     60                                       !  = 0 closed                 ;   = 1 cyclic East-West 
     61                                       !  = 2 equatorial symmetric   ;   = 3 North fold T-point pivot  
     62                                       !  = 4 cyclic East-West AND North fold T-point pivot 
     63                                       !  = 5 North fold F-point pivot 
     64                                       !  = 6 cyclic East-West AND North fold F-point pivot 
     65   jphgr_msh   =       0               !  type of horizontal mesh 
     66                                       !  = 0 curvilinear coordinate on the sphere read in coordinate.nc 
     67                                       !  = 1 geographical mesh on the sphere with regular grid-spacing 
     68                                       !  = 2 f-plane with regular grid-spacing 
     69                                       !  = 3 beta-plane with regular grid-spacing 
     70                                       !  = 4 Mercator grid with T/U point at the equator 
     71   ppglam0     =       0.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
     72   ppgphi0     =     -35.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
     73   ppe1_deg    =       1.0             !  zonal      grid-spacing (degrees) 
     74   ppe2_deg    =       0.5             !  meridional grid-spacing (degrees) 
     75   ppe1_m      =    5000.0             !  zonal      grid-spacing (degrees) 
     76   ppe2_m      =    5000.0             !  meridional grid-spacing (degrees) 
     77   ppsur       =    -4762.96143546300  !  ORCA r4, r2 and r05 coefficients 
     78   ppa0        =      255.58049070440  ! (default coefficients) 
     79   ppa1        =      245.58132232490  ! 
     80   ppkth       =       21.43336197938  ! 
     81   ppacr       =        3.0            ! 
     82   ppdzmin     =       10.             !  Minimum vertical spacing 
     83   pphmax      =     5000.             !  Maximum depth 
     84   ldbletanh   =    .TRUE.             !  Use/do not use double tanf function for vertical coordinates 
     85   ppa2        =      100.760928500000 !  Double tanh function parameters 
     86   ppkth2      =       48.029893720000 ! 
     87   ppacr2      =       13.000000000000 ! 
     88/ 
    4889!!====================================================================== 
    4990!!                      ***  Domain namelists  *** 
Note: See TracChangeset for help on using the changeset viewer.