Changeset 398 for codes/icosagcm/trunk


Ignore:
Timestamp:
06/06/16 20:44:10 (8 years ago)
Author:
ymipsl
Message:

solve some issue when compiling with som non parallel netcdf4 library

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/netcdf_mod.F90

    r76 r398  
    77   
    88  INTEGER,EXTERNAL :: NF90_CREATE_PAR 
     9  INTEGER,EXTERNAL :: NF90_DEF_VAR_CHUNKING  
     10#endif 
     11 
     12#ifdef CPP_NF90_DEF_VAR_CHUNKING 
    913  INTEGER,EXTERNAL :: NF90_DEF_VAR_CHUNKING  
    1014#endif 
     
    1923   END 
    2024#endif 
     25 
     26#ifdef CPP_NF90_DEF_VAR_CHUNKING 
     27   SUBROUTINE NF90_DEF_VAR_CHUNKING 
     28   END 
     29#endif 
Note: See TracChangeset for help on using the changeset viewer.