Skip to content

Commit

Permalink
fixed examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapschellekens committed Jun 15, 2017
1 parent 2e052fb commit 1872ffb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions e2o_dstools/e2o_getvar.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,11 +415,11 @@ def main(argv=None):
if variable == "TotalPrecipitation":
if wrrversion == 1:
_variable = ['Rainfall','SnowfallRate']
_standard_name = ['rainfal_flux','snowfall_flux']
_standard_name = ['rainfall_flux','snowfall_flux']
_filename = ['Rainf_daily_E2OBS_', 'Snowf_daily_E2OBS_']
else:
_variable = ['Rainfall', 'SnowfallRate']
_standard_name = ['rainfal_flux', 'snowfall_flux']
_standard_name = ['rainfall_flux', 'snowfall_flux']
_filename = ['Rainf_daily_MSWEP_025_','Snowf_daily_MSWEP_025_']


Expand Down
2 changes: 1 addition & 1 deletion examples/getvar/examplerun2.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resampling=True
# Set the variable to use here, see the table in the documentation for names
variable=Rainfall
filename=Rainf_daily_MSWEP_025_
standard_name=rainfal_flux
standard_name=rainfall_flux
wrrversion=2

#Table: Variables and names to be used in the ini file
Expand Down
2 changes: 1 addition & 1 deletion examples/getvar/examplerun3.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resampling=True
# Set the variable to use here, see the table in the documentation for names
variable=Rainfall
filename=Rainf_daily_MSWEP_025_
standard_name=rainfal_flux
standard_name=rainfall_flux


#Table: Variables and names to be used in the ini file
Expand Down
2 changes: 1 addition & 1 deletion examples/getvar/examplerun4.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resampling=True
# Set the variable to use here, see the table in the documentation for names
variable=Rainfall
filename=Rainf_daily_MSWEP_025_
standard_name=rainfal_flux
standard_name=rainfall_flux
wrrversion=2

#Table: Variables and names to be used in the ini file
Expand Down

0 comments on commit 1872ffb

Please sign in to comment.