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 NEMO/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/namnc4 @ 10161

Last change on this file since 10161 was 10075, checked in by nicolasmartin, 6 years ago

Update of namelist blocks for inclusion in the NEMO manual
Add simple script to check if a block is missing in the documentation

  • Property svn:mime-type set to text/x-fortran
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.