-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathRELEASE_NOTES
42 lines (32 loc) · 968 Bytes
/
RELEASE_NOTES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
DDA Release Notes
20150616014655
Initial check in. Previous history is in RCS.tar.gz
20160219162111
DDA.h --
Incremented release version to 0.8.2.
--
DDA.c --
Parameter file can now provide a name for the velocity variable in OPAWS
input. If none given, DDA defaults to "VT".
--
geog_proj.c geog_proj.3 --
GeogProjLonLatToXY and GeogProjXYToLonLat set return arguments to NAN on
failure.
--
geog_lib.c geog_lib.3 --
Set init variable when setting Earth radius from GEOG_REARTH.
In other words, set Earth radius from environment variable once only.
--
20160516171935
unix_defs.h --
Set C99_REQUIRED compiler variable to force c99, otherwise, c99 is optional.
--
20170208
DDA.h --
Incremented release version to 0.9.0.
--
DDA.c —-
Updated netCDF input functions to ingest Py-ART grid files.
Changed frprmn output to NC_NETCDF4 instead of NC_CLOBBER, due to occasional
I/O error when running on a cluster.
—-