Changes between Initial Version and Version 2 of Ticket #771


Ignore:
Timestamp:
06/21/18 06:43:04 (6 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #771

    • Property ResolutionDone
    • Property Status newclosed
  • Ticket #771 – Description

    initial v2  
    4343Because it allows input datasets to have different reference dates than the one specified in '''ocean.in''', provided that:
    4444
    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.
    4646
    4747* It covers the time range needed by the ROMS application.