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
|
|
|
|
2018-01-29 11:56:11 +00:00
|
|
|
# We need this because 'efas_post_proc' is defined later
|
2018-01-26 17:10:31 +00:00
|
|
|
meta efas_model sprintf("%s", efas_post_proc) : no_copy;
|
|
|
|
alias mars.model = efas_model;
|