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 6596 for branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/GYRE/EXP00 – NEMO

Ignore:
Timestamp:
2016-05-22T20:11:06+02:00 (8 years ago)
Author:
gm
Message:

#1692 - branch SIMPLIF_2_usrdef: remove from namcfg and namdom many obsolete variables ; remove izoom/jzoom option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/GYRE/EXP00/namelist_cfg

    r6595 r6596  
    2626&namcfg     !   parameters of the configuration    
    2727!----------------------------------------------------------------------- 
    28    ln_read_cfg = .false.  !!gm .false.   !  flag to read (.true.) configuration definition files (coordinates, 
     28   ln_read_cfg = .true.  !!gm .false.   !  flag to read (.true.) configuration definition files (coordinates, 
    2929   cp_cfg      =  "gyre"                 !  name of the configuration 
    3030   jp_cfg      =       1                 !  resolution of the configuration 
    31    jpidta      =      32                 !  1st lateral dimension ( >= jpi ) = 30*jp_cfg+2 
    32    jpjdta      =      22                 !  2nd    "         "    ( >= jpj ) = 20*jp_cfg+2  
    33    jpkdta      =      31                 !  number of levels      ( >= jpk ) 
    34    jpiglo      =      32                 !  1st dimension of global domain --> i  = jpidta 
    35    jpjglo      =      22                 !  2nd    -                  -    --> j  = jpjdta 
    36    jpizoom     =       1                 !  left bottom (i,j) indices of the zoom 
    37    jpjzoom     =       1                 !  in data domain indices 
    3831   jperio      =       0                 !  lateral cond. type (between 0 and 6) 
    3932/ 
     
    5346   nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file 
    5447   rn_rdt      = 7200.     !  time step for the dynamics  
    55    jphgr_msh   =       5                 !  type of horizontal mesh 
    5648   nn_msh      =    1      !  create (=1) a mesh file or not (=0) 
    57    ppglam0     =       0.0               !  longitude of first raw and column T-point (jphgr_msh = 1) 
    58    ppgphi0     =      29.0               ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    59    ppe1_deg    =  999999.0               !  zonal      grid-spacing (degrees) 
    60    ppe2_deg    =  999999.0               !  meridional grid-spacing (degrees) 
    61    ppe1_m      =  999999.0               !  zonal      grid-spacing (degrees) 
    62    ppe2_m      =  999999.0               !  meridional grid-spacing (degrees) 
    6349   ppsur       =   -2033.194295283385    !  ORCA r4, r2 and r05 coefficients 
    6450   ppa0        =     155.8325369664153   ! (default coefficients) 
Note: See TracChangeset for help on using the changeset viewer.