Skip to content

Add graphflood #44

@ktlenz

Description

@ktlenz

Description is a work in progress

Implementation should wait for the GRIDobj

The implementation of graphflood.R requires a wrapper to libtt's graphflood_full.c function with the following arguments:

  • [output] hwout (float, dims[0] x dims[1])
  • [input] Z (float, dims[0] x dims[1])
  • [input] hwin (float, dims[0] x dims[1])
  • [input] BCs (uint8_t, dims[0] x dims[1])
  • [input] Precipitations (float, dims[0] x dims[1])
  • [input] manning (float, dims[0] x dims[1])
  • [input] dim (uint, 2)
  • [input] dt (float, 1)
  • [input] dx (float, 1)
  • [input] SFD (bool, 1)
  • [input] D8 (bool, 1)
  • [input] N_iterations (uint, 1)
  • [input] step (float, 1)

Further information

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions