ECC-1759: MARS - namespace for type est and stream rfsd

This commit is contained in:
Robert Osinski 2024-02-05 13:44:27 +00:00
parent 48801c4fb7
commit 6a60c7a7a0
3 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1 @@
alias mars.anoffset=offsetToEndOf4DvarWindow;

View File

@ -0,0 +1,14 @@
# rfsd Gridded observations
alias mars.step = endStep;
alias mars.date = dateOfForecast;
alias mars.time = timeOfForecast;
alias mars.origin = inputOriginatingCentre;
alias mars.anoffset=anoffset;
# We need this because 'postProcessing' is defined later
meta efas_model sprintf("%s", postProcessing) : no_copy;
alias mars.model = efas_model;

View File

@ -0,0 +1,14 @@
# Simulation forced with observations
alias mars.step = endStep;
alias mars.date = dateOfForecast;
alias mars.time = timeOfForecast;
alias mars.origin = inputOriginatingCentre;
alias mars.anoffset=anoffset;
# We need this because 'postProcessing' is defined later
meta efas_model sprintf("%s", postProcessing) : no_copy;
alias mars.model = efas_model;