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_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/namelist_ref

    r13390 r14624  
    8282   cp_cfg      =  "orca"   !  name of the configuration 
    8383   jp_cfg      =       2   !  resolution of the configuration 
    84    jpidta      =     182   !  1st lateral dimension ( >= jpi ) 
    85    jpjdta      =     149   !  2nd    "         "    ( >= jpj ) 
     84   jpidta      =     180   !  1st lateral dimension ( >= jpi ) 
     85   jpjdta      =     148   !  2nd    "         "    ( >= jpj ) 
    8686   jpkdta      =      31   !  number of levels      ( >= jpk ) 
    87    jpiglo      =     182   !  1st dimension of global domain --> i =jpidta 
    88    jpjglo      =     149   !  2nd    -                  -    --> j  =jpjdta 
     87   Ni0glo      =     180   !  1st dimension of global domain --> i =jpidta 
     88   Nj0glo      =     148   !  2nd    -                  -    --> j  =jpjdta 
     89   jpkglo      =      31 
    8990   jperio      =       4   !  lateral cond. type (between 0 and 6) 
    9091   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present 
     
    181182&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    182183!----------------------------------------------------------------------- 
    183    cn_mpi_send =  'I'      !  mpi send/recieve type   ='S', 'B', or 'I' for standard send, 
    184    !                       !  buffer blocking send or immediate non-blocking sends, resp. 
    185    nn_buffer   =   0       !  size in bytes of exported buffer ('B' case), 0 no exportation 
     184   ln_listonly =  .false.  !  do nothing else than listing the best domain decompositions (with land domains suppression) 
     185   !                       !  if T: the largest number of cores tested is defined by max(mppsize, jpni*jpnj) 
    186186   ln_nnogather =  .true.  !  activate code to avoid mpi_allgather use at the northfold 
    187    jpni        =   1       !  jpni   number of processors following i (set automatically if < 1) 
    188    jpnj        =   1       !  jpnj   number of processors following j (set automatically if < 1) 
     187   jpni        =   0       !  number of processors following i (set automatically if < 1), see also ln_listonly = T 
     188   jpnj        =   0       !  number of processors following j (set automatically if < 1), see also ln_listonly = T 
     189   nn_hls      =   1       !  halo width (applies to both rows and columns) 
    189190/ 
Note: See TracChangeset for help on using the changeset viewer.