Last change
on this file since 3891 was
3810,
checked in by ymipsl, 10 years ago
|
Add DYNAMICO in aquaplanet configuration
YM
|
File size:
358 bytes
|
Line | |
---|
1 | MODULE netcdf_mod |
---|
2 | USE netcdf |
---|
3 | #ifndef CPP_NETCDF4 |
---|
4 | INTEGER :: NF90_NETCDF4 |
---|
5 | INTEGER :: NF90_MPIIO |
---|
6 | INTEGER :: NF90_CHUNKED |
---|
7 | |
---|
8 | INTEGER,EXTERNAL :: NF90_CREATE_PAR |
---|
9 | INTEGER,EXTERNAL :: NF90_DEF_VAR_CHUNKING |
---|
10 | #endif |
---|
11 | |
---|
12 | END MODULE netcdf_mod |
---|
13 | |
---|
14 | #ifndef CPP_NETCDF4 |
---|
15 | SUBROUTINE NF90_CREATE_PAR |
---|
16 | END |
---|
17 | |
---|
18 | SUBROUTINE NF90_DEF_VAR_CHUNKING |
---|
19 | END |
---|
20 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.