source: vendor/nemo/v3.4_r_3499_dev_r3406_LOCEAN4_XIOS/DOC/TexFiles/Namelist/namnc4 @ 53

Last change on this file since 53 was 1, checked in by cholod, 12 years ago

importing initial nemo vendor drop (v3.4_r_3220)

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.