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.
Changeset 2364 for branches/nemo_v3_3_beta/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/xmlio_server.def – NEMO

Ignore:
Timestamp:
2010-11-05T16:22:12+01:00 (13 years ago)
Author:
acc
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/xmlio_server.def

    r2281 r2364  
    1717  global_mpi_buffer_size = 512 
    1818 
     19 
     20!!====================================================================== 
     21!!   namnc4            netcdf4 chunking and compression settings 
     22!!====================================================================== 
     23!----------------------------------------------------------------------- 
     24&namnc4         !  netcdf4 chunking and compression settings 
     25                !  (benign if "key_netcdf4" is not used) 
     26!----------------------------------------------------------------------- 
     27   nn_nchunks_i   =   4       !  number of chunks in i-dimension 
     28   nn_nchunks_j   =   4       !  number of chunks in j-dimension 
     29   nn_nchunks_k   =   31      !  number of chunks in k-dimension 
     30                              !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which 
     31                              !  is optimal for postprocessing which works exclusively with horizontal slabs 
     32   ln_nc4zip      =   .TRUE.  !  (T) use netcdf4 chunking and compression 
     33                              !  (F) ignore chunking information and produce netcdf3-compatible files   
     34/ 
     35   
Note: See TracChangeset for help on using the changeset viewer.