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/NEMO/TOP_SRC/TRP/trdmld_trc.F90 – 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/NEMO/TOP_SRC/TRP/trdmld_trc.F90

    r2287 r2364  
    13041304            CALL dia_nam( clhstnam, nn_trd_trc, csuff ) 
    13051305            CALL histbeg( clhstnam, jpi, glamt, jpj, gphit,                                            & 
    1306                &        1, jpi, 1, jpj, nit000, zjulian, rdt, nh_t(jn), nidtrd(jn), domain_id=nidom ) 
     1306               &        1, jpi, 1, jpj, nit000, zjulian, rdt, nh_t(jn), nidtrd(jn), domain_id=nidom, snc4chunks=snc4set ) 
    13071307       
    13081308            !-- Define the ML depth variable 
     
    13171317          CALL dia_nam( clhstnam, nn_trd_trc, 'trdbio' ) 
    13181318          CALL histbeg( clhstnam, jpi, glamt, jpj, gphit,                                            & 
    1319              &             1, jpi, 1, jpj, nit000, zjulian, rdt, nh_tb, nidtrdbio, domain_id=nidom ) 
     1319             &             1, jpi, 1, jpj, nit000, zjulian, rdt, nh_tb, nidtrdbio, domain_id=nidom, snc4chunks=snc4set ) 
    13201320#endif 
    13211321 
     
    13681368      !-- Leave IOIPSL/NetCDF define mode 
    13691369      DO jn = 1, jptra 
    1370          IF( ln_trdtrc(jn) )  CALL histend( nidtrd(jn) ) 
     1370         IF( ln_trdtrc(jn) )  CALL histend( nidtrd(jn), snc4set ) 
    13711371      END DO 
    13721372 
    13731373#if defined key_lobster 
    13741374      !-- Leave IOIPSL/NetCDF define mode 
    1375       CALL histend( nidtrdbio ) 
     1375      CALL histend( nidtrdbio, snc4set ) 
    13761376 
    13771377      IF(lwp) WRITE(numout,*) 
Note: See TracChangeset for help on using the changeset viewer.