File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
gridpp (0.3.0) precise; urgency=low
2
2
3
- * Major changes:
4
- - The command-line interface to this version has changed significantly.
5
- Variables are referenced by their NetCDF variable name, and not with codes
6
- such as T for temperature.
7
3
* New features:
8
- - Compilation with cmake.
4
+ Variables are referenced by their NetCDF variable name
5
+ - Adds cmake compilation
9
6
- Adds -c oi to perform optimal interpolation
10
7
- Gradient downscaler can use temperature at model levels (instead of T2m)
11
8
when computing gradient
@@ -18,11 +15,12 @@ gridpp (0.3.0) precise; urgency=low
18
15
previous behaviour.
19
16
- Parameter text files must contain header
20
17
- Parameter files are specified differently: -p <filename> type=<type>
18
+ - The command-line interface to this version has changed significantly.
21
19
- Names as they appear in the file are used to identify variables. I.e.
22
20
use -v air_temperture_2m instead of -v T.
23
- - -c diagnose replaced by -c diagnoseHunidity and -c diagnoseWind
21
+ - -c diagnose replaced by -c diagnoseHumidity and -c diagnoseWind
24
22
25
- -- Thomas Nipen <thomasn@met.no> Fri, 31 Aug 2018 10:00:00 +0200
23
+ -- Thomas Nipen <thomasn@met.no> Fri, 14 Sep 2018 10:00:00 +0200
26
24
27
25
gridpp (0.2.10) precise; urgency=low
28
26
You can’t perform that action at this time.
0 commit comments