![]() |
MODFLOW 6
version 6.7.0.dev3
USGS Modular Hydrologic Model
|

Public Member Functions | |
| procedure, public | resetobsemptyline |
| procedure, public | writeobslinereturn |
Public Attributes | |
| integer(kind=4), public | nobs = 0 |
| number of observations More... | |
| integer(i4b), public | nunit = 0 |
| observation output unit More... | |
| character(len=500), public | filename = '' |
| observation output filename More... | |
| logical(lgp), public | empty_line = .TRUE. |
| logical indicating if the line for a time step is empty More... | |
| character(len=lenobsname), public | header = '' |
| observation header string More... | |
| logical, public | formattedoutput = .true. |
| logical indicating if writing formatted output More... | |
Definition at line 22 of file ObsOutput.f90.
| procedure, public obsoutputmodule::obsoutputtype::resetobsemptyline |
Definition at line 33 of file ObsOutput.f90.
| procedure, public obsoutputmodule::obsoutputtype::writeobslinereturn |
Definition at line 34 of file ObsOutput.f90.
| logical(lgp), public obsoutputmodule::obsoutputtype::empty_line = .TRUE. |
Definition at line 28 of file ObsOutput.f90.
| character(len=500), public obsoutputmodule::obsoutputtype::filename = '' |
Definition at line 27 of file ObsOutput.f90.
| logical, public obsoutputmodule::obsoutputtype::formattedoutput = .true. |
Definition at line 30 of file ObsOutput.f90.
| character(len=lenobsname), public obsoutputmodule::obsoutputtype::header = '' |
Definition at line 29 of file ObsOutput.f90.
| integer(kind=4), public obsoutputmodule::obsoutputtype::nobs = 0 |
Definition at line 25 of file ObsOutput.f90.
| integer(i4b), public obsoutputmodule::obsoutputtype::nunit = 0 |
Definition at line 26 of file ObsOutput.f90.