mirror of https://github.com/ecmwf/eccodes.git
17 lines
434 B
Modula-2
17 lines
434 B
Modula-2
# EFAS Fill-up
|
|
|
|
# ECC-701
|
|
alias mars.step = endStep;
|
|
|
|
alias mars.date = dateOfForecast;
|
|
alias mars.time = timeOfForecast;
|
|
|
|
#meta efas_suite_name sprintf("%s_%s", inputOriginatingCentre, efas_post_proc) : no_copy;
|
|
alias mars.origin = inputOriginatingCentre;
|
|
|
|
alias mars.anoffset=anoffset;
|
|
|
|
# We need this because 'efas_post_proc' is defined later
|
|
meta efas_model sprintf("%s", efas_post_proc) : no_copy;
|
|
alias mars.model = efas_model;
|