mirror of https://github.com/ecmwf/eccodes.git
ECC-1425: No need for fcmonth in local def as it is already in the mars configs
This commit is contained in:
parent
f7a6484b61
commit
a2d23aee09
|
@ -17,6 +17,5 @@ alias mars.time = indexingTimeHHMM;
|
|||
|
||||
# ECC-1425
|
||||
meta marsForecastMonth g1forecastmonth(dataDate, forecastTime): read_only;
|
||||
alias mars.fcmonth = marsForecastMonth;
|
||||
|
||||
pad padding_loc12_1(50);
|
||||
|
|
|
@ -8,4 +8,3 @@ alias local.methodNumber=methodNumber;
|
|||
|
||||
# ECC-1425
|
||||
meta marsForecastMonth g1forecastmonth(dataDate, forecastTime): read_only;
|
||||
alias mars.fcmonth = marsForecastMonth;
|
||||
|
|
Loading…
Reference in New Issue