-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from ec-jrc/module_kiwis_interpreter
Correct time axis write in future and generate hourly files
- Loading branch information
Showing
45 changed files
with
516,384 additions
and
11 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
src/lisfloodutilities/gridding/configuration/1arcmin/config_pd1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[PROPERTIES] | ||
|
||
VAR_CODE = pd1 | ||
CELL_METHODS = time: mean | ||
UNIT = hPa | ||
UNIT_CONVERSION = 1.0 | ||
HEIGHT_CORRECTION_FACTOR = 0.00025 | ||
# After the height correction allows removing negative values by setting them to zero | ||
TRUNCATE_NEGATIVE_VALUES = True | ||
VALUE_MIN = 0 | ||
VALUE_MAX = 50 | ||
VALUE_SCALE = 0.1 | ||
VALUE_OFFSET = 0.0 | ||
DATA_TYPE_PACKED = i2 | ||
STANDARD_NAME = water_vapor_partial_pressure_in_air | ||
LONG_NAME = Hourly Average Vapor Pressure | ||
|
||
[VAR_TIME] | ||
|
||
UNIT_PATTERN = hours since %%Y-%%m-%%d %%H:%%M:%%S.%%f | ||
UNIT = hours since 1990-01-01 01:00:00.0 | ||
FREQUENCY = 1 |
27 changes: 27 additions & 0 deletions
27
src/lisfloodutilities/gridding/configuration/1arcmin/config_pr1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[PROPERTIES] | ||
|
||
VAR_CODE = pr1 | ||
CELL_METHODS = time: sum | ||
UNIT = mm | ||
UNIT_CONVERSION = 1.0 | ||
VALUE_MIN = 0 | ||
VALUE_MAX = 600 | ||
VALUE_SCALE = 0.1 | ||
VALUE_OFFSET = 0.0 | ||
DATA_TYPE_PACKED = i2 | ||
STANDARD_NAME = precipitation_amount | ||
LONG_NAME = Hourly Accumulated Precipitation | ||
# 1304 - EURO4M-APGD | ||
# 1302 - CarpatClim | ||
# 1295 - MARS | ||
# 1303 - ERAinterim | ||
# 1329 - ERA5-land | ||
KIWIS_FILTER_PLUGIN_CLASSES = {'DowgradedObservationsKiwisFilter': {'1304': 1.0, '1302': 1.0, '1295': 1.0}, 'ObservationsKiwisFilter': {'1303': 100.0, '1329': 100.0}} | ||
|
||
|
||
[VAR_TIME] | ||
|
||
UNIT_PATTERN = hours since %%Y-%%m-%%d %%H:%%M:%%S.%%f | ||
UNIT = hours since 1990-01-01 12:00:00.0 | ||
FREQUENCY = 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
src/lisfloodutilities/gridding/configuration/1arcmin/config_rg1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[PROPERTIES] | ||
|
||
VAR_CODE = rg1 | ||
CELL_METHODS = time: sum | ||
UNIT = J/m2 | ||
UNIT_CONVERSION = 1.0 | ||
VALUE_MIN = 0 | ||
VALUE_MAX = 115000000 | ||
VALUE_SCALE = 10000.0 | ||
VALUE_OFFSET = 0.0 | ||
DATA_TYPE_PACKED = i2 | ||
STANDARD_NAME = integral_wrt_time_of_surface_downwelling_shortwave_flux_in_air | ||
LONG_NAME = Hourly Calculated Radiation | ||
|
||
[VAR_TIME] | ||
|
||
UNIT_PATTERN = hours since %%Y-%%m-%%d %%H:%%M:%%S.%%f | ||
UNIT = hours since 1990-01-01 01:00:00.0 | ||
FREQUENCY = 1 |
20 changes: 20 additions & 0 deletions
20
src/lisfloodutilities/gridding/configuration/1arcmin/config_tn1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[PROPERTIES] | ||
|
||
VAR_CODE = tn1 | ||
CELL_METHODS = time: minimum | ||
UNIT = degree_Celsius | ||
UNIT_CONVERSION = 1.0 | ||
HEIGHT_CORRECTION_FACTOR = 0.006 | ||
VALUE_MIN = -55 | ||
VALUE_MAX = 50 | ||
VALUE_SCALE = 0.1 | ||
VALUE_OFFSET = 0.0 | ||
DATA_TYPE_PACKED = i2 | ||
STANDARD_NAME = air_temperature | ||
LONG_NAME = Hourly Minimum Temperature | ||
|
||
[VAR_TIME] | ||
|
||
UNIT_PATTERN = hours since %%Y-%%m-%%d %%H:%%M:%%S.%%f | ||
UNIT = hours since 1990-01-01 01:00:00.0 | ||
FREQUENCY = 1 |
20 changes: 20 additions & 0 deletions
20
src/lisfloodutilities/gridding/configuration/1arcmin/config_tx1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[PROPERTIES] | ||
|
||
VAR_CODE = tx1 | ||
CELL_METHODS = time: maximum | ||
UNIT = degree_Celsius | ||
UNIT_CONVERSION = 1.0 | ||
HEIGHT_CORRECTION_FACTOR = 0.006 | ||
VALUE_MIN = -55 | ||
VALUE_MAX = 55 | ||
VALUE_SCALE = 0.1 | ||
VALUE_OFFSET = 0.0 | ||
DATA_TYPE_PACKED = i2 | ||
STANDARD_NAME = air_temperature | ||
LONG_NAME = Hourly Maximum Temperature | ||
|
||
[VAR_TIME] | ||
|
||
UNIT_PATTERN = hours since %%Y-%%m-%%d %%H:%%M:%%S.%%f | ||
UNIT = hours since 1990-01-01 01:00:00.0 | ||
FREQUENCY = 1 |
19 changes: 19 additions & 0 deletions
19
src/lisfloodutilities/gridding/configuration/1arcmin/config_ws1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[PROPERTIES] | ||
|
||
VAR_CODE = ws1 | ||
CELL_METHODS = time: mean | ||
UNIT = m/s | ||
UNIT_CONVERSION = 1.0 | ||
VALUE_MIN = 0 | ||
VALUE_MAX = 45 | ||
VALUE_SCALE = 0.1 | ||
VALUE_OFFSET = 0.0 | ||
DATA_TYPE_PACKED = i2 | ||
STANDARD_NAME = wind_speed | ||
LONG_NAME = Hourly Average Wind Speed | ||
|
||
[VAR_TIME] | ||
|
||
UNIT_PATTERN = hours since %%Y-%%m-%%d %%H:%%M:%%S.%%f | ||
UNIT = hours since 1990-01-01 01:00:00.0 | ||
FREQUENCY = 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.