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 2368 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90 – NEMO

Ignore:
Timestamp:
2010-11-09T16:38:45+01:00 (14 years ago)
Author:
acc
Message:

nemo_v3_3_beta. Changes to code relating to key_netcdf4 option to provide more robust compilation. See #755 and #754

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90

    r2364 r2368  
    1919   USE par_oce         ! ocean parameter 
    2020   USE lib_print       ! formated print library 
     21   USE nc4interface 
    2122 
    2223   IMPLICIT NONE 
     
    6263#endif 
    6364 
    64 !$AGRIF_DO_NOT_TREAT 
    65    TYPE, PUBLIC :: snc4_ctl                            !: netcdf4 chunking control structure (always needed for decision making) 
    66       SEQUENCE 
    67       INTEGER :: ni 
    68       INTEGER :: nj 
    69       INTEGER :: nk 
    70       LOGICAL :: luse 
    71    END TYPE snc4_ctl 
    72  
    73    TYPE(snc4_ctl) :: snc4set                          !: netcdf4 chunking control structure (always needed for decision making) 
    74 !$AGRIF_END_DO_NOT_TREAT 
     65   TYPE(snc4_ctl)     :: snc4set                       !: netcdf4 chunking control structure (always needed for decision making) 
    7566 
    7667 
Note: See TracChangeset for help on using the changeset viewer.