mirror of https://github.com/ecmwf/eccodes.git
ECC-1759: postponed mars namespace for stream rfsd
This commit is contained in:
parent
1342bd2c12
commit
b56d0571cb
|
@ -1,14 +0,0 @@
|
|||
# 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;
|
|
@ -1,14 +0,0 @@
|
|||
# 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