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.
namnc4 in branches/2015/dev_r5836_NOC3_vvl_by_default/DOC/TexFiles/Namelist – NEMO

source: branches/2015/dev_r5836_NOC3_vvl_by_default/DOC/TexFiles/Namelist/namnc4 @ 6040

Last change on this file since 6040 was 2540, checked in by gm, 13 years ago

v3.3beta: phasing of the DOC and trunk namelists

File size: 805 bytes
Line 
1!-----------------------------------------------------------------------
2&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
3!-----------------------------------------------------------------------
4   nn_nchunks_i=   4       !  number of chunks in i-dimension
5   nn_nchunks_j=   4       !  number of chunks in j-dimension
6   nn_nchunks_k=   31      !  number of chunks in k-dimension
7                           !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which
8                           !  is optimal for postprocessing which works exclusively with horizontal slabs
9   ln_nc4zip   = .true.    !  (T) use netcdf4 chunking and compression
10                           !  (F) ignore chunking information and produce netcdf3-compatible files
11/
Note: See TracBrowser for help on using the repository browser.