Changes between Initial Version and Version 2 of Ticket #771
- Timestamp:
- 06/21/18 06:43:04 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #771
- Property Resolution → Done
- Property Status new → closed
-
Ticket #771 – Description
initial v2 43 43 Because it allows input datasets to have different reference dates than the one specified in '''ocean.in''', provided that: 44 44 45 * All the datasets use the same calendar and have the same origin. Notice that '''time_ref = 0''' or '''time_ref > 0''' ('''YYYYMMDD.dd''') correspond to the Proleptic Gregorian Calendar and have the same origin (see above). We cannot use datasets with both '''time_ref = - 1''' and '''time_ref >= 0''' definitions because it have different origin and consequently non unique date numbers. Although they have the same calendar (Proleptic Gregorian) in the ROMS implementation.45 * All the datasets use the same calendar and have the same origin. Notice that '''time_ref = 0''' or '''time_ref > 0''' ('''YYYYMMDD.dd''') correspond to the Proleptic Gregorian Calendar and have the same origin (see above). We cannot use datasets with both '''time_ref = -2''' and '''time_ref >= 0''' definitions because it have different origin and consequently non unique date numbers. Although they have the same calendar (Proleptic Gregorian) in the ROMS implementation. 46 46 47 47 * It covers the time range needed by the ROMS application.