1 | Changes before version control |
---|
2 | ============================== |
---|
3 | |
---|
4 | (See [Github page](https://github.com/lguez/NetCDF95) for more recent |
---|
5 | changes.) |
---|
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`. |
---|