source: LMDZ6/trunk/tools/netcdf95/docs/changes.md @ 4918

Last change on this file since 4918 was 4918, checked in by Laurent Fairhead, 4 weeks 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: 1.5 KB
Line 
1Changes before version control
2==============================
3
4(See [Github page](https://github.com/lguez/NetCDF95) for more recent
5changes.)
6
7-   October 12th, 2017.
8    -   NetCDF95 is now in Fortran 2003. Uses allocatable dummy
9        arguments. The actual argument of `nf95_gw_var` corresponding to
10        dummy argument `dimids` must now be allocatable and not pointer.
11        The actual argument of `nf95_inquire_variable` corresponding to
12        dummy argument `value` must now be allocatable and not pointer.
13    -   `find_coord` accepts \"plev\" as standard name.
14    -   Added specific procedure `nf95_get_var_2D_FourByteInt` to
15        generic `nf95_get_var` and specific `nf95_gw_var_int_2d `to
16        generic `nf95_gw_var`.
17-   October 10th, 2014. Added `nf95_sync`. Added specific procedure in
18    `nf95_put_var`. `nf95_get_var` and `nf95_put_var` now check that :
19    the size of arguments `start` and `count_nc` equals the rank of the
20    NetCDF variable ; if `count_nc` is absent, the rank of argument
21    `values` is lower than or equal to the rank of the NetCDF variable.
22-   February 13th, 2013, added specific procedures in `nf95_gw_var` and
23    `nf95_put_att`.
24-   March 22nd, 2012, added `nf95_inquire_attribute` and `nf95_inquire`.
25    Fixed `nf95_get_att`: does not exit if argument `ncerr` is present
26    and there is an error picked by `nf90_inquire_attribute`.
27-   January 24th, 2012, added specific procedures in `nf95_get_var` and
28    `nf95_gw_var`.
29-   November 3rd, 2010, added `nf95_get_var`.
Note: See TracBrowser for help on using the repository browser.