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.
nam_rebuild in utils/tools/REBUILD_NEMO – NEMO

source: utils/tools/REBUILD_NEMO/nam_rebuild @ 10727

Last change on this file since 10727 was 10338, checked in by mathiot, 5 years ago

Add deflation/chunking to rebuild_nemo tool. Fix #2165

File size: 433 bytes
Line 
1&nam_rebuild
2filebase='mesh_mask'
3ndomain=36
4l_maskout=.false       !(-m option: useful if input file comes from a run using land suppression)
5nslicesize=0           !(-s option: 0 means no splitting in time slice)
6deflate_level=1        !(-d option)
7nc4_xchunk=206         !(-x option)
8nc4_ychunk=135         !(-y option)
9nc4_zchunk=1           !(-z option)
10nc4_tchunk=1           !(-t option)
11fchunksize=32000000    !(-c option)
12/
Note: See TracBrowser for help on using the repository browser.