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_LIM/EXP00/namelist – 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_LIM/EXP00/namelist

    r2340 r2364  
    4242   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
    4343   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
     44/ 
     45!!====================================================================== 
     46!!   namnc4            netcdf4 chunking and compression settings 
     47!!====================================================================== 
     48!----------------------------------------------------------------------- 
     49&namnc4         !  netcdf4 chunking and compression settings     ("key_netcdf4") 
     50                !  (ignored if "key_netcdf4" is not used) 
     51!----------------------------------------------------------------------- 
     52   nn_nchunks_i   =   4       !  number of chunks in i-dimension 
     53   nn_nchunks_j   =   4       !  number of chunks in j-dimension 
     54   nn_nchunks_k   =   31      !  number of chunks in k-dimension 
     55                              !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which 
     56                              !  is optimal for postprocessing which works exclusively with horizontal slabs 
     57   ln_nc4zip      =   .TRUE.  !  (T) use netcdf4 chunking and compression 
     58                              !  (F) ignore chunking information and produce netcdf3-compatible files 
    4459/ 
    4560!!====================================================================== 
Note: See TracChangeset for help on using the changeset viewer.