Changes between Initial Version and Version 1 of Ticket #832


Ignore:
Timestamp:
12/03/19 04:10:04 (5 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #832

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

    initial v1  
    8080::
    8181}}}
    82  where the '''wildcard''' character is used to specify the coupling interval. New scripts were added for coupling DATA and ROMS.
     82 where the '''wildcard''' character is used to specify the coupling interval. New scripts were added for coupling DATA and ROMS. It is more generic that specifying the value:
     83 {{{
     84runSeq::
     85  @300                       # timeStep = 5 min interval, single time loop
     86    DATA -> WRF              # DATA to WRF connector
     87    DATA
     88    ROMS -> WRF              # ROMS to WRF connector
     89    WRF
     90    WRF -> ROMS              # WRF to ROMS connector
     91    ROMS
     92  @
     93::
     94}}}