use global GFS in HeightOfRequestableData
This commit is contained in:
parent
8a76ffc95a
commit
08ceb6cabc
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ public class HeightOfRequestableData extends AbstractRequestableData {
|
||||||
constraints.put(GridConstants.PARAMETER_ABBREVIATION,
|
constraints.put(GridConstants.PARAMETER_ABBREVIATION,
|
||||||
new RequestConstraint("GH"));
|
new RequestConstraint("GH"));
|
||||||
constraints.put(GridConstants.DATASET_ID, new RequestConstraint(
|
constraints.put(GridConstants.DATASET_ID, new RequestConstraint(
|
||||||
"GFS20"));
|
"GFS"));
|
||||||
constraints.put(GridConstants.MASTER_LEVEL_NAME, new RequestConstraint(
|
constraints.put(GridConstants.MASTER_LEVEL_NAME, new RequestConstraint(
|
||||||
level.getMasterLevel().getName()));
|
level.getMasterLevel().getName()));
|
||||||
constraints.put(GridConstants.LEVEL_ONE, new RequestConstraint(level
|
constraints.put(GridConstants.LEVEL_ONE, new RequestConstraint(level
|
||||||
|
|
Loading…
Add table
Reference in a new issue