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/branches/UKMO/dev_r9950_old_tidal_mixing/doc/namelists – NEMO

source: NEMO/branches/UKMO/dev_r9950_old_tidal_mixing/doc/namelists/namnc4 @ 10324

Last change on this file since 10324 was 10324, checked in by davestorkey, 5 years ago

UKMO/dev_r9950_old_tidal_mixing: Update to be relative to rev 10321 of NEMO4_beta_mirror branch.

  • 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.