Last change
on this file since 5214 was
4918,
checked in by Laurent Fairhead, 7 months ago
|
Reintegrated NetCDF95 in LMDZ so that it is compiled and made available by the makelmdz_fcm script.
The makelmdz_fcm creates the libnetcdf95 library and copies it in the tools/netcdf/lib directory, copying
the mod files in the tools/netcdf/include library.
|
File size:
235 bytes
|
Rev | Line | |
---|
[4918] | 1 | module nc_constants |
---|
| 2 | |
---|
| 3 | use, intrinsic:: ISO_C_BINDING, only: c_int |
---|
| 4 | |
---|
| 5 | implicit none |
---|
| 6 | |
---|
| 7 | Integer(C_INT), Parameter:: NC_NOERR = 0 |
---|
| 8 | Integer(C_INT), Parameter:: NC_ENOGRP = - 125 ! no group found |
---|
| 9 | |
---|
| 10 | private c_int |
---|
| 11 | |
---|
| 12 | end module nc_constants |
---|
Note: See
TracBrowser
for help on using the repository browser.