2018-06-15 10:28:02 +00:00
|
|
|
# EFAS Fill-up
|
|
|
|
|
|
|
|
# ECC-701
|
|
|
|
alias mars.step = endStep;
|
2018-01-05 18:18:18 +00:00
|
|
|
|
2018-01-26 17:10:31 +00:00
|
|
|
alias mars.date = dateOfForecast;
|
|
|
|
alias mars.time = timeOfForecast;
|
|
|
|
|
|
|
|
alias mars.origin = inputOriginatingCentre;
|
2018-01-16 14:19:22 +00:00
|
|
|
|
|
|
|
alias mars.anoffset=anoffset;
|
2018-01-26 17:10:31 +00:00
|
|
|
|
2022-02-21 13:40:43 +00:00
|
|
|
# We need this because 'postProcessing' is defined later
|
|
|
|
meta efas_model sprintf("%s", postProcessing) : no_copy;
|
2018-01-26 17:10:31 +00:00
|
|
|
alias mars.model = efas_model;
|