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/nemo_v3_3_beta/DOC/TexFiles/Namelist – NEMO

source: branches/nemo_v3_3_beta/DOC/TexFiles/Namelist/namnc4 @ 2364

Last change on this file since 2364 was 2364, checked in by acc, 13 years ago

Added basic NetCDF4 chunking and compression support (key_netcdf4). See ticket #754

File size: 1.1 KB
Line 
1!!======================================================================
2!!   namnc4            netcdf4 chunking and compression settings
3!!======================================================================
4!-----------------------------------------------------------------------
5&namnc4         !  netcdf4 chunking and compression settings          ("key_netcdf4")
6                !  (benign if "key_netcdf4" is not used)
7!-----------------------------------------------------------------------
8   nn_nchunks_i   =   4       !  number of chunks in i-dimension
9   nn_nchunks_j   =   4       !  number of chunks in j-dimension
10   nn_nchunks_k   =   31      !  number of chunks in k-dimension
11                              !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which
12                              !  is optimal for postprocessing which works exclusively with horizontal slabs
13   ln_nc4zip      =   .TRUE.  !  (T) use netcdf4 chunking and compression
14                              !  (F) ignore chunking information and produce netcdf3-compatible files
15/
Note: See TracBrowser for help on using the repository browser.