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 7255 for branches/UKMO/dev_r6820_moci_GC3_xios2/NEMOGCM/CONFIG/GYRE_XIOS/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2016-11-17T17:17:03+01:00 (7 years ago)
Author:
stephenhaddad
Message:

Met Office crum #103: Update to GYRE_XIOS files to run on a larger number of CPUs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r6820_moci_GC3_xios2/NEMOGCM/CONFIG/GYRE_XIOS/EXP00/namelist_cfg

    r6889 r7255  
    1616!----------------------------------------------------------------------- 
    1717   cp_cfg      =  "gyre"                 !  name of the configuration 
    18    jp_cfg      =       1                 !  resolution of the configuration 
    19    jpidta      =      32                 !  1st lateral dimension ( >= jpi ) = 30*jp_cfg+2 
    20    jpjdta      =      22                 !  2nd    "         "    ( >= jpj ) = 20*jp_cfg+2  
     18   jp_cfg      =    10                 !  resolution of the configuration 
     19   jpidta      =   302                 !  1st lateral dimension ( >= jpi ) = 30*jp_cfg+2 
     20   jpjdta      =   202                 !  2nd    "         "    ( >= jpj ) = 20*jp_cfg+2  
    2121   jpkdta      =      31                 !  number of levels      ( >= jpk ) 
    22    jpiglo      =      32                 !  1st dimension of global domain --> i  = jpidta 
    23    jpjglo      =      22                 !  2nd    -                  -    --> j  = jpjdta 
     22   jpiglo      =   302                 !  1st dimension of global domain --> i  = jpidta 
     23   jpjglo      =   202                 !  2nd    -                  -    --> j  = jpjdta 
    2424   jpizoom     =       1                 !  left bottom (i,j) indices of the zoom 
    2525   jpjzoom     =       1                 !  in data domain indices 
     
    4040!----------------------------------------------------------------------- 
    4141   nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file 
    42    rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0) 
     42   rn_rdt      = 60.     !  time step for the dynamics (and tracer if nn_acc=0) 
    4343!   nn_baro     =   60      !  number of barotropic time step            ("key_dynspg_ts") 
    4444   rn_rdtmin   = 7200.           !  minimum time step on tracers (used if nn_acc=1) 
     
    284284&namctl        !   Control prints & Benchmark 
    285285!----------------------------------------------------------------------- 
     286   nn_bench    =    1      !  Bench mode (1/0): CAUTION use zero except for bench 
    286287/ 
    287288!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.