Changes before version control
(See Github page for more recent changes.)
- October 12th, 2017.
- NetCDF95 is now in Fortran 2003. Uses allocatable dummy
arguments. The actual argument of
nf95_gw_var
corresponding to dummy argumentdimids
must now be allocatable and not pointer. The actual argument ofnf95_inquire_variable
corresponding to dummy argumentvalue
must now be allocatable and not pointer. find_coord
accepts "plev" as standard name.- Added specific procedure
nf95_get_var_2D_FourByteInt
to genericnf95_get_var
and specificnf95_gw_var_int_2d
to genericnf95_gw_var
.
- NetCDF95 is now in Fortran 2003. Uses allocatable dummy
arguments. The actual argument of
- October 10th, 2014. Added
nf95_sync
. Added specific procedure innf95_put_var
.nf95_get_var
andnf95_put_var
now check that : the size of argumentsstart
andcount_nc
equals the rank of the NetCDF variable ; ifcount_nc
is absent, the rank of argumentvalues
is lower than or equal to the rank of the NetCDF variable. - February 13th, 2013, added specific procedures in
nf95_gw_var
andnf95_put_att
. - March 22nd, 2012, added
nf95_inquire_attribute
andnf95_inquire
. Fixednf95_get_att
: does not exit if argumentncerr
is present and there is an error picked bynf90_inquire_attribute
. - January 24th, 2012, added specific procedures in
nf95_get_var
andnf95_gw_var
. - November 3rd, 2010, added
nf95_get_var
.