Skip to content

Commit

Permalink
update evta auxvar dfn to be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Nov 9, 2023
1 parent 3f1869d commit 5aaba5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/mf6io/mf6ivar/dfn/gwf-evta.dfn
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ type double precision
shape (ncol*nrow; ncpl)
reader readarray
time_series true
optional true
longname auxiliary variable iaux
description is an array of values for auxiliary variable AUX(IAUX), where iaux is a value from 1 to NAUX, and AUX(IAUX) must be listed as part of the auxiliary variables. A separate array can be specified for each auxiliary variable. If an array is not specified for an auxiliary variable, then a value of zero is assigned. If the value specified here for the auxiliary variable is the same as auxmultname, then the evapotranspiration rate will be multiplied by this array.
mf6internal auxvar
2 changes: 1 addition & 1 deletion src/Model/GroundWaterFlow/gwf3evta8idm.f90
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ module GwfEvtaInputModule
'AUXVAR', & ! fortran variable
'DOUBLE2D', & ! type
'NAUX NCPL', & ! shape
.true., & ! required
.false., & ! required
.false., & ! multi-record
.false., & ! preserve case
.false., & ! layered
Expand Down

0 comments on commit 5aaba5d

Please sign in to comment.