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/UKMO/r5518_INGV1_WAVE-coupling/DOC/TexFiles/Namelist – NEMO

source: branches/UKMO/r5518_INGV1_WAVE-coupling/DOC/TexFiles/Namelist/namnc4 @ 7152

Last change on this file since 7152 was 7152, checked in by jcastill, 7 years ago

Initial implementation of wave coupling branch - INGV wave branch + UKMO wave coupling branch

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.