mirror of https://github.com/ecmwf/eccodes.git
29 lines
972 B
Modula-2
29 lines
972 B
Modula-2
# (C) Copyright 2005- ECMWF.
|
|
#
|
|
# This software is licensed under the terms of the Apache Licence Version 2.0
|
|
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
|
|
#
|
|
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
|
#
|
|
|
|
unsigned[1] oceanAtmosphereCoupling : dump;
|
|
|
|
unsigned[4] legBaseDate : dump ;
|
|
unsigned[2] legBaseTime : dump ;
|
|
unsigned[1] legNumber : dump ;
|
|
unsigned[4] referenceDate : dump ;
|
|
unsigned[4] climateDateFrom : dump ;
|
|
unsigned[4] climateDateTo : dump;
|
|
|
|
alias local.oceanAtmosphereCoupling=oceanAtmosphereCoupling;
|
|
alias local.legBaseDate=legBaseDate ;
|
|
alias local.legBaseTime=legBaseTime ;
|
|
alias local.legNumber=legNumber ;
|
|
alias local.referenceDate=referenceDate ;
|
|
alias local.climateDateFrom=climateDateFrom ;
|
|
alias local.climateDateTo=climateDateTo;
|
|
|
|
alias mars._leg_number = legNumber;
|
|
|