Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Wiki Markup
{scrollbar}

Summary

How do we provide time dependent gridded data transfer between components?

Wiki Markup


h2. Summary

How do we provide time dependent gridded data transfer between components?

{graphviz}
digraph flow {
  rankdir=LR;
  node [shape = rect]

  "Database (precipitation grids)" -> "Rainfall-Runoff Model"
}
{graphviz}

h3. Example
Rainfall Database to a Runoff model

h4. Source Component
Database
* Gridded data
** Regular mesh 

Example

Rainfall Database to a Runoff model

Source Component

Database

  • Gridded data
    • Regular mesh Xo,Y0,dx,dy,Nrow,Ncol,

...

    • Precipitation

...

    • in

...

    • each

...

    • 'cell'

...

    • Time

...

    • varying

Mapping

Can be either

  • Integrated into source component
  • Integrated into target component
  • 3rd party OpenMI component
    • PCRaster
    • ESRI Spatial Analyst

Target component

  • Integrated (time series) precipitation over its catchment polygons

How to address in Version 1

...

How to address in Version 2

...

Wiki Markup
{scrollbar}

h4. Mapping
Can be either
* Integrated into source component
* Integrated into target component
* 3rd party OpenMI component
** PCRaster
** ESRI Spatial Analyst

h4. Target component
* Integrated (time series) precipitation over its catchment polygons  



h2. How to address in Version 1

...

h2. How to address in Version 2

...