!-----------------------------------------------------------------------
&namnc4        !   netcdf4 chunking and compression settings
!-----------------------------------------------------------------------
   nn_nchunks_i =   4       !  number of chunks in i-dimension
   nn_nchunks_j =   4       !  number of chunks in j-dimension
   nn_nchunks_k =   31      !  number of chunks in k-dimension
   !                       !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which
   !                       !  is optimal for postprocessing which works exclusively with horizontal slabs
   ln_nc4zip   = .false.   !  (T) use netcdf4 chunking and compression
   !                       !  (F) ignore chunking and compression information (netcdf3 compatible file)
/