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/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/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 
     
    1717!!====================================================================== 
    1818!!                   ***  Run management namelists  *** 
     19 
    1920!!====================================================================== 
    2021!!   namrun        parameters of the run 
     
    4546   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) 
    4647/ 
    47  
     48! 
     49!----------------------------------------------------------------------- 
     50&namcfg     !   parameters of the configuration (to be changed in your namelist_cfg in CONFIG/"YOUR_CONFIG"/EXP00 
     51!      For ORCA2 Antartic zoom, use &namcfg from ORCA2_LIM/EXP00/namelist_cfg changing  
     52!          jpjglo = 50, jperio = 1, 
     53!      For ORCA2 Arctic zoom, use &namcfg from ORCA2_LIM/EXP00/namelist_cfg changing 
     54!          jpiglo = 142, jpjglo = jpjdta-97+1, jpizoom =  21, jpjzoom = 97, jperio = 3 
     55!      For 1D configuration, use &namcfg from ORCA2_LIM/EXP00/namelist_cfg changing 
     56!          jpiglo = 3, jpjglo = 3, jperio = 0 and choose postion of the 1D column:  
     57!            jpizoom =   61, jpjzoom =   133  (160W,75N) 
     58!            jpizoom =   61, jpjzoom =   110  (160W,50N) 
     59!            jpizoom =   61, jpjzoom =   97   (160W,30N) 
     60!            jpizoom =   61, jpjzoom =   86   (160W,10N) 
     61!            jpizoom =   61, jpjzoom =   49   (160W,30S) 
     62!            jpizoom =   61, jpjzoom =   27   (160W,60S) 
     63!            jpizoom =   61, jpjzoom =    7   (160W,75S) 
     64!            jpizoom =   110,jpjzoom =   97   (64W,31.5N) BATS site 
     65!      
     66!----------------------------------------------------------------------- 
     67   cp_cfg      =  "default"            !  name of the configuration 
     68   jp_cfg      =       0               !  resolution of the configuration 
     69   jpidta      =      10               !  1st lateral dimension ( >= jpi ) 
     70   jpjdta      =      12               !  2nd    "         "    ( >= jpj ) 
     71   jpkdta      =      31               !  number of levels      ( >= jpk ) 
     72   jpiglo      =      10               !  1st dimension of global domain --> i =jpidta 
     73   jpjglo      =      12               !  2nd    -                  -    --> j  =jpjdta 
     74   jpizoom     =       1               !  left bottom (i,j) indices of the zoom 
     75   jpjzoom     =       1               !  in data domain indices 
     76   jperio      =       0               !  lateral cond. type (between 0 and 6) 
     77                                       !  = 0 closed                 ;   = 1 cyclic East-West 
     78                                       !  = 2 equatorial symmetric   ;   = 3 North fold T-point pivot  
     79                                       !  = 4 cyclic East-West AND North fold T-point pivot 
     80                                       !  = 5 North fold F-point pivot 
     81                                       !  = 6 cyclic East-West AND North fold F-point pivot 
     82   jphgr_msh   =       0               !  type of horizontal mesh 
     83                                       !  = 0 curvilinear coordinate on the sphere read in coordinate.nc 
     84                                       !  = 1 geographical mesh on the sphere with regular grid-spacing 
     85                                       !  = 2 f-plane with regular grid-spacing 
     86                                       !  = 3 beta-plane with regular grid-spacing 
     87                                       !  = 4 Mercator grid with T/U point at the equator 
     88   ppglam0     =       0.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
     89   ppgphi0     =     -35.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
     90   ppe1_deg    =       1.0             !  zonal      grid-spacing (degrees) 
     91   ppe2_deg    =       0.5             !  meridional grid-spacing (degrees) 
     92   ppe1_m      =    5000.0             !  zonal      grid-spacing (degrees) 
     93   ppe2_m      =    5000.0             !  meridional grid-spacing (degrees) 
     94   ppsur       =    -4762.96143546300  !  ORCA r4, r2 and r05 coefficients 
     95   ppa0        =      255.58049070440  ! (default coefficients) 
     96   ppa1        =      245.58132232490  ! 
     97   ppkth       =       21.43336197938  ! 
     98   ppacr       =        3.0            ! 
     99   ppdzmin     =       10.             !  Minimum vertical spacing 
     100   pphmax      =     5000.             !  Maximum depth 
     101   ldbletanh   =    .TRUE.             !  Use/do not use double tanf function for vertical coordinates 
     102   ppa2        =      100.760928500000 !  Double tanh function parameters 
     103   ppkth2      =       48.029893720000 ! 
     104   ppacr2      =       13.000000000000 ! 
     105/ 
    48106!!====================================================================== 
    49107!!                      ***  Domain namelists  *** 
Note: See TracChangeset for help on using the changeset viewer.