-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
145 lines (128 loc) · 4.85 KB
/
NEWS
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
Changes in Version 1.0.18
=========================
* move to berliOS
* improved runtime statistics
* infrastructure improvements
* bug fixes
Changes in Version 1.0.16
=========================
* One very minor coding addition (additional utility subroutine in
glimmer_coordinates.F90)
Changes in Version 1.0.14
=========================
* Fixed bug in the inclusion of basal melt in the continuity equation
Changes in Version 1.0.12
=========================
* Minor build fix
Changes in Version 1.0.10
=========================
* Fixed gfortran build
* Added various extra options for basal sliding and hydrology
* Added option to include basal melt in continuity equation
* Basal temperatures now set to pressure melting point if the ice is floating
Changes in Version 1.0.8
========================
* Fixed bug in calculation of basal sliding heat flux.
Changes in Version 1.0.6
========================
* Fixed various intermittent bugs
* Changed termperature range calculation in GLINT to fit
sine-wave through data (more consistent)
* Added mean-preserving interpolation
* Simplified glint_example
Changes in Version 1.0.4
========================
* Fixed problems with single-precision version
* Sorted out GLINT output - new [GLINT output] section added to
config file
* Fixed problem with south-polar stereographic projection
* Added functionality to change default file path for glimmer
Changes in Version 1.0.2
========================
* Fixed bug in specification of sigma levels
* New code for anomaly coupling in GLINT
* Integer variable for version interrogation
* Other minor bugfixes
Changes in Version 1.0.0
========================
* ***The GLINT API has been changed*** See mailing list for information
* Restart-on-demand was implemented (use --enable-restarts in configure)
* CF compliance was improved
* Snow densification was added to daily PDD scheme
* Improved routines for manipulation config file data
* Improved time-keeping and coupling management in GLINT
* New driver for EISMINT Greenland scenario
* Better support for Sun compiler
* New calving scheme
* Important bugfix to annual PDD scheme
* Fortran 90 files moved to .F90 suffix
* Consolidated projection code and added new [projection] config section
* Input configuration appended to output NetCDF files
* Added append capability to output files
* Fixed hotstart variable bug
Changes in Version 0.5.6
========================
* The documentation was moved into a separate module, glimmer-doc.
* Improved built system. You can now compile GLIMMER out of tree.
GLIMMER also installs an m4 macro which you can use to set up paths to
GLIMMER.
* Added time averages for some variables
* Derive logfile name from config file name
* Lots of little improvements of the various drivers
Changes in Version 0.5.4
========================
* The way version numbers are handled has changed. Releases have
even numbers. Once a release was made the version number is
increased by 1 for the development branch. Eventually, when we
think we accumulated enough stuff we will make a new release.
* The version string now also includes whether we compile from
CVS or not.
* new mass balance model, RAPID
* optionally calculate heat flux in lithosphere
* glide configuration parser is now in it's own subroutine which
must be called after the configuration file has been read in and
before glide is initialised.
* resurrect ADI scheme
* utility function for integrating functions (Romberg integration)
* new procedures for handling coordinate systems
* new variable for basal shear stress
* improve documentation
* many bug fixes
Changes in Version 0.5.2
========================
This is the EGU 2005 special release!
* improvements of glint
* updated docs
* move surface and horiz deriv calculations to thck_evolve
(this changes results slightly!)
Changes in Version 0.5.1
========================
* Bugfix on snow-depth accumulation in GLINT
* Enabled fractional-year netcdf writing of snow and
superimposed ice depth in GLINT
* Changed glint_example to use correct NCEP precip forcing.
This entailed adding some interpolation, since the precip
and temp are no longer on the same global grid.
Changes in Version 0.5.0
========================
* this is our first release!
Changes in Version 0.3.0
========================
* added micro version
Changes in Version 0.3
======================
* slight change in configuration file format, the following sections
were renamed to
[default] -> [CF default]
[output] -> [CF output]
[input] -> [CF input]
* model version is handled by configure.in script
* we've got a glimmer-config script
* renamed some files and fixed module name space
* general glint clean-up
* updated doc (a never-ending task)
* model data can be accessed via accessor subroutines
these hide scaling at a performance penalty
Changes in Version 0.2
======================
* use autotools for generating Makefiles