mirror of https://github.com/ecmwf/eccodes.git
ECC-1759: MARS - namespace for type est and stream rfsd
This commit is contained in:
parent
48801c4fb7
commit
6a60c7a7a0
|
@ -0,0 +1 @@
|
|||
alias mars.anoffset=offsetToEndOf4DvarWindow;
|
|
@ -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;
|
|
@ -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;
|
Loading…
Reference in New Issue