2013-08-27 14:56:56 +00:00
|
|
|
# The Model Version Date
|
|
|
|
# This is the date when the reforecast is produced with a particular version of the model
|
|
|
|
|
2013-08-13 12:56:08 +00:00
|
|
|
unsigned[2] YearOfModelVersion = 0: edition_specific;
|
|
|
|
unsigned[1] MonthOfModelVersion = 0: edition_specific;
|
|
|
|
unsigned[1] DayOfModelVersion = 0: edition_specific;
|
|
|
|
unsigned[1] HourOfModelVersion = 0: edition_specific;
|
|
|
|
unsigned[1] MinuteOfModelVersion = 0: edition_specific;
|
|
|
|
unsigned[1] SecondOfModelVersion = 0: edition_specific;
|
2013-08-27 14:56:56 +00:00
|
|
|
|
2013-12-06 11:00:13 +00:00
|
|
|
meta modelVersionDate g2date(YearOfModelVersion,MonthOfModelVersion,DayOfModelVersion) : dump;
|
|
|
|
meta modelVersionTime time(HourOfModelVersion, MinuteOfModelVersion, SecondOfModelVersion) : dump;
|
2013-08-27 14:56:56 +00:00
|
|
|
|
2021-06-22 10:46:19 +00:00
|
|
|
remove isHindcast;
|
2013-08-27 14:56:56 +00:00
|
|
|
constant isHindcast = 1;
|