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 14624 for utils/tools/DOMAINcfg/namelist_cfg – NEMO

Ignore:
Timestamp:
2021-03-21T19:44:51+01:00 (3 years ago)
Author:
ldebreu
Message:

AGFdomcfg: Update namelist files (jpiglo, jpjglo are replaced by NiGlo0, NjGlo0 version #2638

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools/DOMAINcfg/namelist_cfg

    r13204 r14624  
    1515&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    1616!----------------------------------------------------------------------- 
     17   ln_read_cfg = .true. 
    1718   nn_bathy    =    1      !  compute analyticaly (=0) or read (=1) the bathymetry file 
    1819                           !  or compute (2) from external bathymetry 
    19    nn_interp   =    1                          ! type of interpolation (nn_bathy =2)                        
     20   nn_interp   =    1                          ! type of interpolation (nn_bathy =2) 
     21   cn_domcfg   = 'ORCA_R2_zps_domcfg_agrif.nc'                 
    2022   cn_topo     =  'bathymetry_ORCA12_V3.3.nc'  ! external topo file (nn_bathy =2) 
    2123   cn_bath     =  'Bathymetry'                 ! topo name in file  (nn_bathy =2) 
     
    5456   cp_cfg      =  "orca"   !  name of the configuration 
    5557   jp_cfg      =       2   !  resolution of the configuration 
    56    jpidta      =     182   !  1st lateral dimension ( >= jpi ) 
    57    jpjdta      =     149   !  2nd    "         "    ( >= jpj ) 
     58   jpidta      =     180   !  1st lateral dimension ( >= jpi ) 
     59   jpjdta      =     148   !  2nd    "         "    ( >= jpj ) 
    5860   jpkdta      =      31   !  number of levels      ( >= jpk ) 
    59    jpiglo      =     182   !  1st dimension of global domain --> i =jpidta 
    60    jpjglo      =     149   !  2nd    -                  -    --> j  =jpjdta 
     61   Ni0glo      =     180   !  1st dimension of global domain --> i =jpidta 
     62   Nj0glo      =     148   !  2nd    -                  -    --> j  =jpjdta 
     63   jpkglo      =      31 
    6164   jperio      =       4   !  lateral cond. type (between 0 and 6) 
    6265   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present 
     
    97100!----------------------------------------------------------------------- 
    98101/ 
    99 !----------------------------------------------------------------------- 
    100 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    101 !----------------------------------------------------------------------- 
    102 jpni = 0 
    103 jpnj=0 
    104 / 
Note: See TracChangeset for help on using the changeset viewer.