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 1488 for trunk/CONFIG/ORCA2_LIM_PISCES – NEMO

Ignore:
Timestamp:
2009-07-16T11:19:46+02:00 (15 years ago)
Author:
smasson
Message:

Addition of clobber and chunksize when opening NetCDF files, see ticket:374

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist

    r1456 r1488  
    4040   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
    4141   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
     42   ln_clobber  = .false.   ! clobber (overwrite) an existing file 
     43   nn_chunksz  = 0         ! chunksize (bytes) for NetCDF file (working only with iom_nf90 routines) 
    4244/ 
    4345!!====================================================================== 
Note: See TracChangeset for help on using the changeset viewer.