-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ecmwf:develop' into feature/stepConversion
- Loading branch information
Showing
85 changed files
with
1,465 additions
and
332 deletions.
There are no files selected for viewing
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
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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# (C) Copyright 2005- ECMWF. | ||
|
||
# Definition 42 - WMO Lead Centre for Wave Forecast Verification (LC-WFV) | ||
# Local definition 42 - WMO Lead Centre for Wave Forecast Verification (LC-WFV) | ||
|
||
codetable[2] lcwfvSuiteName "grib2/lcwfv_suiteName.table" : dump; | ||
alias mars.origin = lcwfvSuiteName; |
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,21 @@ | ||
# (C) Copyright 2005- ECMWF. | ||
|
||
# Local definition 43 - Class ed EERIE project climate keywords | ||
|
||
# CMIP related activity keyword | ||
codetable[2] activity "grib2/destine_activity.table" ; | ||
alias mars.activity = activity; | ||
|
||
# CMIP related experiment keyword | ||
codetable[2] experiment "grib2/destine_experiment.table" ; | ||
alias mars.experiment = experiment; | ||
|
||
# Climate run realization keyword, which relates to an initial condition perturbation | ||
unsigned[1] realization = 255 ; | ||
alias mars.realization = realization; | ||
|
||
# Remove mars domain from this data | ||
unalias mars.domain; | ||
|
||
# Add some padding just in case we want more keys in the future | ||
pad padding_loc43(30); |
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,53 @@ | ||
# Automatically generated by ./create_def.pl, do not edit | ||
#Snow depth | ||
'lwe_thickness_of_surface_snow_amount' = { | ||
localTablesVersion = 1 ; | ||
discipline = 0 ; | ||
parameterCategory = 1 ; | ||
parameterNumber = 254 ; | ||
} | ||
#Large-scale precipitation | ||
'lwe_thickness_of_stratiform_precipitation_amount' = { | ||
localTablesVersion = 1 ; | ||
discipline = 0 ; | ||
parameterCategory = 1 ; | ||
parameterNumber = 196 ; | ||
typeOfFirstFixedSurface = 1 ; | ||
typeOfStatisticalProcessing = 1 ; | ||
} | ||
#Convective precipitation | ||
'lwe_thickness_of_convective_precipitation_amount' = { | ||
localTablesVersion = 1 ; | ||
discipline = 0 ; | ||
parameterCategory = 1 ; | ||
parameterNumber = 195 ; | ||
typeOfFirstFixedSurface = 1 ; | ||
typeOfStatisticalProcessing = 1 ; | ||
} | ||
#Snowfall | ||
'lwe_thickness_of_snowfall_amount' = { | ||
localTablesVersion = 1 ; | ||
discipline = 0 ; | ||
parameterCategory = 1 ; | ||
parameterNumber = 198 ; | ||
typeOfFirstFixedSurface = 1 ; | ||
typeOfStatisticalProcessing = 1 ; | ||
} | ||
#Total cloud cover | ||
'cloud_area_fraction' = { | ||
localTablesVersion = 1 ; | ||
discipline = 0 ; | ||
parameterCategory = 6 ; | ||
parameterNumber = 192 ; | ||
typeOfFirstFixedSurface = 1 ; | ||
typeOfSecondFixedSurface = 8 ; | ||
} | ||
#Evaporation | ||
'lwe_thickness_of_water_evaporation_amount' = { | ||
localTablesVersion = 1 ; | ||
discipline = 0 ; | ||
parameterCategory = 1 ; | ||
parameterNumber = 199 ; | ||
typeOfFirstFixedSurface = 1 ; | ||
typeOfStatisticalProcessing = 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
Oops, something went wrong.