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 14840 – NEMO

Changeset 14840


Ignore:
Timestamp:
2021-05-11T14:09:00+02:00 (3 years ago)
Author:
hadcv
Message:

#2600: Add ln_tile to ORCA2_ICE_PISCES/namelist_cfg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_cfg

    r14229 r14840  
    3838      ln_closea    = .false.    !  F => suppress closed seas (defined by closea_mask field)  
    3939      !                         !       from the bathymetry at runtime. 
     40/ 
     41!----------------------------------------------------------------------- 
     42&namtile        !   parameters of the tiling 
     43!----------------------------------------------------------------------- 
     44   ln_tile = .false.     !  Use tiling (T) or not (F) 
     45   nn_ltile_i = 10       !  Length of tiles in i 
     46   nn_ltile_j = 10       !  Length of tiles in j 
    4047/ 
    4148!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.