|  | MODFLOW 6
    version 6.7.0.dev3
    USGS Modular Hydrologic Model | 
This module contains the GwfMvrPeriodDataModule Module. More...
| Data Types | |
| type | gwfmvrperioddatatype | 
| Derived type for GwfMvrPeriodDataType.  More... | |
| Functions/Subroutines | |
| subroutine | construct (this, maxsize, memoryPath) | 
| @ brief Construct arrays  More... | |
| subroutine | read_from_parser (this, parser, nmvr, modelname) | 
| @ brief Fill the arrays from parser  More... | |
| subroutine | destroy (this) | 
| @ brief Destroy memory  More... | |
This module contains the code for storing and reading stress period data for the GwfMvr Package.
| 
 | private | 
Allocate maximum space for mover input.
| this | GwfMvrPeriodDataType | |
| [in] | maxsize | size of arrays | 
| [in] | memorypath | memory manager path | 
Definition at line 51 of file GwfMvrPeriodData.f90.
| 
 | private | 
Deallocate memory from the memory manager.
| this | GwfMvrPeriodDataType | 
Definition at line 152 of file GwfMvrPeriodData.f90.
| subroutine gwfmvrperioddatamodule::read_from_parser | ( | class(gwfmvrperioddatatype) | this, | 
| type(blockparsertype), intent(inout) | parser, | ||
| integer(i4b), intent(out) | nmvr, | ||
| character(len=lenmodelname), intent(in) | modelname | ||
| ) | 
Use the provided block parser to fill the input arrays.
| this | GwfMvrPeriodDataType | |
| [in,out] | parser | block parser | 
| [out] | nmvr | number of mover entries read | 
| [in] | modelname | name of model or empty string | 
Definition at line 77 of file GwfMvrPeriodData.f90.
