gs2crmod 0.10.1 → 0.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/gs2crmod.gemspec +1 -1
- data/lib/gs2crmod/calculations.rb +1 -1
- metadata +1 -1
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.10.
|
|
1
|
+
0.10.2
|
data/gs2crmod.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "gs2crmod"
|
|
8
|
-
s.version = "0.10.
|
|
8
|
+
s.version = "0.10.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Edmund Highcock", "Ferdinand van Wyk"]
|
|
@@ -19,7 +19,7 @@ class Gs2
|
|
|
19
19
|
def calculate_time_averaged_fluxes
|
|
20
20
|
eputs 'Calculating time averaged fluxes'
|
|
21
21
|
calculate_saturation_time_index unless @saturation_time_index
|
|
22
|
-
return unless FileTest.exist?(
|
|
22
|
+
return unless FileTest.exist?(netcdf_filename)
|
|
23
23
|
@hflux_tot_stav = saturated_time_average('hflux_tot_over_time', {})
|
|
24
24
|
@hflux_tot_stav_error = saturated_time_average_error('hflux_tot_over_time', {})
|
|
25
25
|
@phi2_tot_stav = saturated_time_average('phi2tot_over_time', {})
|