MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
This module contains the Mf6FileStoInputModule. More...
Data Types | |
type | stoinputtype |
STO package loader. More... | |
Functions/Subroutines | |
subroutine | sto_init (this, mf6_input, component_name, component_input_name, input_name, iperblock, parser, iout) |
subroutine | sto_rp (this, parser) |
subroutine | sto_destroy (this) |
This module contains the routines for reading STO period block input
subroutine mf6filestoinputmodule::sto_destroy | ( | class(stoinputtype), intent(inout) | this | ) |
Definition at line 106 of file Mf6FileStoInput.f90.
|
private |
Definition at line 32 of file Mf6FileStoInput.f90.
subroutine mf6filestoinputmodule::sto_rp | ( | class(stoinputtype), intent(inout) | this, |
type(blockparsertype), intent(inout), pointer | parser | ||
) |
Definition at line 62 of file Mf6FileStoInput.f90.