FLO-2DSoftware / qgis-flo-2d-plugin

A plugin for pre-processing/post-processing FLO-2D models
7 stars 7 forks source link

INFLOW.DAT file with only R lines (RESERVOIR) can not be read by the current plugin #654

Closed FLO-2DNoemi closed 4 years ago

FLO-2DNoemi commented 4 years ago

The plugin is expecting the first line of a hydrograph condition when only R lines are imposed

Line 1: IHOURDAILY IDEPLT

Line 1 is needed only when inflow hydrographs are conditions are created.

Datasets:

1) Inflow Hydrograph lines only: need Line 1. 2) Inflow Hydrograph lines + R lines: need Line 1. 3) R lines only: Line 1 is not needed but the inflow.dat still need to be created.

FLO-2DKaren commented 4 years ago

I think we also need to add the n value to the R line. I don't think QGIS is reading the full line. It should be:

R GridElement Elevation Nvalue

FLO-2DKaren commented 4 years ago

@FLO-2DJJ Hi JJ, You can fix this now.

FLO-2DKaren commented 4 years ago

This is complete.