Skip to content

Commit

Permalink
docs(mf6io): fix discrepancy in EVT example (#1041)
Browse files Browse the repository at this point in the history
* data in the period block contains pxpd1 and pxpd2, implying nseg=3, but nseg not specified which suggests a default value of 1
* cleanup variable names
  • Loading branch information
emorway-usgs authored Sep 14, 2022
1 parent 67b973c commit 7d7bcc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/mf6io/mf6ivar/examples/gwf-evt-example.dat
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ PRINT_INPUT

BEGIN DIMENSIONS
MAXBOUND 10
NSEG 3
END DIMENSIONS

BEGIN PERIOD 1
# Lay Row Col SURFACE RATE DEPTH PXPD1 PXPD2 PETM1 PETM2 Mult Name
# Lay Row Col SURFACE RATE DEPTH PXDP1 PXDP2 PETM1 PETM2 Mult Name
1 1 13 110.0 et_rate 10.0 0.2 0.5 0.3 0.1 0.2 ET-1
1 2 13 110.0 et_rate 10.0 0.2 0.5 0.3 0.1 0.4 ET-2
1 3 13 110.0 et_rate 10.0 0.2 0.5 0.3 0.1 0.6 ET-3
Expand Down

0 comments on commit 7d7bcc0

Please sign in to comment.