Skip to content

Write slopes vector in pfb #8

@mvhulten

Description

@mvhulten

For now use Nicolas' burning routine.

Then save slopes (2 coordinates) in the ParFlow binary format (.pfb) with

slopex, slopey = grid.grad
write_pfb('slopex.pfb', slopex)
write_pfb('slopey.pfb', slopey)

edit: this^ code sketches the idea but is wrong (Grid.grad and write_pfb() do not exist).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions