missing endStep replacement with <window length>endStep

This commit is contained in:
Robert Osinski 2024-09-26 17:11:59 +00:00
parent bf7a0c2d86
commit 74de012df2
2 changed files with 6 additions and 2 deletions

View File

@ -80,7 +80,9 @@ if (numberOfForecastsUsedInLocalTime == 1) {
alias mars.date = dateOfForecastUsedInLocalTime : dump;
alias mars.time = timeOfForecastUsedInLocalTime : dump;
alias mars.step = endStep;
#alias mars.step = endStep;
meta stepInterval sprintf("%s",timeprocendstep);
alias mars.step = stepInterval;
alias time.dataDate = dateOfForecastUsedInLocalTime;
alias time.dataTime = timeOfForecastUsedInLocalTime;
alias time.endStep = endStep;

View File

@ -111,7 +111,9 @@ if (numberOfTimeRanges == 1 || numberOfTimeRanges == 2) {
#meta marsStep mars_step(stepRange,stepType) : edition_specific;
alias ls.stepRange=stepRange;
alias mars.step=endStep;
#alias mars.step=endStep;
meta stepInterval sprintf("%s",timeprocendstep);
alias mars.step = stepInterval;
alias time.stepType=stepType;
alias time.stepRange=stepRange;