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/EXTERNAL/XMLIO_SERVER – 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/EXTERNAL/XMLIO_SERVER/src/IOSERVER/mod_ioserver_namelist.f90

    r2364 r2368  
    11MODULE mod_ioserver_namelist 
    22 
     3  USE nc4interface 
    34  LOGICAL,SAVE :: using_server 
    45  LOGICAL,SAVE :: using_oasis 
     
    1112 
    1213  INTEGER,PARAMETER,PRIVATE :: starting_unit=356 
    13   TYPE, PUBLIC :: snc4_ctl    !: netcdf4 chunking control structure 
    14                               !: (optional on histbeg and histend calls) 
    15      SEQUENCE 
    16      INTEGER :: ni 
    17      INTEGER :: nj 
    18      INTEGER :: nk 
    19      LOGICAL :: luse 
    20   END TYPE snc4_ctl 
    2114  TYPE(snc4_ctl), SAVE :: snc4ioset 
    2215  INTEGER :: nn_nchunks_i, nn_nchunks_j, nn_nchunks_k 
Note: See TracChangeset for help on using the changeset viewer.