ECC-1940 adding grib.olda.tpa.def (#253)

* ECC-1940 adding grib.olda.tpa.def

* ECC-1940: Fix error

---------

Co-authored-by: shahramn <shahram.najm@ecmwf.int>
This commit is contained in:
Sebastien 2024-10-15 13:59:56 +01:00 committed by GitHub
parent 99304fc7fc
commit e4adcb2cf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# aliasing MARS date and Time to the date and time defined in local section,
# corresponding to the end of the Ocean NRT data assimilation
alias mars.date = dateOfAnalysis;
alias mars.time = timeOfAnalysis;
# aliasing the new offset date and time to the date and time
# coming fron the section 1, i.e. reference date and time
alias mars.offsetdate = dataDate;
alias mars.offsettime = dataTime;
unalias mars.step;
alias mars.step = stepRange;
if (defined(perturbationNumber)) {
alias mars.number = perturbationNumber;
}