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

    r13204 r14624  
    2828   nn_interp   =    1                          ! type of interpolation (nn_bathy =2) 
    2929   cn_domcfg   = ' '       ! Name of the domain_cfg input file 
    30    cn_topo     =  'bathymetry_ORCA12_V3.3.nc'  ! external topo file (nn_bathy =2) 
    31    cn_bath     =  'Bathymetry'                 ! topo name in file  (nn_bathy =2) 
     30   cn_fcoord   =  'coordinates.nc'             ! external coordinates file (jphgr_msh = 0) 
     31   cn_topo     =  'bathy_meter.nc           '  ! external topo file (nn_bathy =1/2) 
     32   cn_topolvl  =  'bathy_level.nc           '  ! external topo file (nn_bathy =1) 
     33   cn_fisfd    =  'isf_draft_meter.nc'         ! external isf draft (nn_bathy =1 and ln_isfcav = .true.) 
     34   cn_bath     =  'Bathymetry'                 ! topo name in file  (nn_bathy =1/2) 
     35   cn_bathlvl  =  'Bathy_level'                ! lvl name in file   (nn_bathy =1) 
     36   cn_visfd    =  'isf_draft'                  ! isf draft variable (nn_bathy =1 and ln_isfcav = .true.) 
    3237   cn_lon      =  'nav_lon'                    ! lon  name in file  (nn_bathy =2) 
    3338   cn_lat      =  'nav_lat'                    ! lat  name in file  (nn_bathy =2) 
     
    7681   cp_cfg      =  "orca"   !  name of the configuration 
    7782   jp_cfg      =       2   !  resolution of the configuration 
    78    jpidta      =     182   !  1st lateral dimension ( >= jpi ) 
    79    jpjdta      =     149   !  2nd    "         "    ( >= jpj ) 
     83   jpidta      =     180   !  1st lateral dimension ( >= jpi ) 
     84   jpjdta      =     148   !  2nd    "         "    ( >= jpj ) 
    8085   jpkdta      =      31   !  number of levels      ( >= jpk ) 
    81    jpiglo      =     182   !  1st dimension of global domain --> i =jpidta 
    82    jpjglo      =     149   !  2nd    -                  -    --> j  =jpjdta 
     86   Ni0glo      =     180   !  1st dimension of global domain --> i =jpidta 
     87   Nj0glo      =     148   !  2nd    -                  -    --> j  =jpjdta 
     88   jpkglo      =      31 
    8389   jperio      =       4   !  lateral cond. type (between 0 and 6) 
    8490   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present 
     
    175181&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    176182!----------------------------------------------------------------------- 
    177    cn_mpi_send =  'I'      !  mpi send/recieve type   ='S', 'B', or 'I' for standard send, 
    178    !                       !  buffer blocking send or immediate non-blocking sends, resp. 
    179    nn_buffer   =   0       !  size in bytes of exported buffer ('B' case), 0 no exportation 
     183   ln_listonly =  .false.  !  do nothing else than listing the best domain decompositions (with land domains suppression) 
     184   !                       !  if T: the largest number of cores tested is defined by max(mppsize, jpni*jpnj) 
    180185   ln_nnogather =  .true.  !  activate code to avoid mpi_allgather use at the northfold 
    181    jpni        =   1       !  jpni   number of processors following i (set automatically if < 1) 
    182    jpnj        =   1       !  jpnj   number of processors following j (set automatically if < 1) 
     186   jpni        =   0       !  number of processors following i (set automatically if < 1), see also ln_listonly = T 
     187   jpnj        =   0       !  number of processors following j (set automatically if < 1), see also ln_listonly = T 
     188   nn_hls      =   1       !  halo width (applies to both rows and columns) 
    183189/ 
Note: See TracChangeset for help on using the changeset viewer.