MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Time step selection type. More...
Private Member Functions | |
procedure | deallocate |
procedure | init |
procedure | log |
procedure | read |
procedure | is_selected |
procedure | any |
Private Attributes | |
logical(lgp) | all |
logical(lgp) | first |
logical(lgp) | last |
integer(i4b) | freq |
integer(i4b), dimension(:), allocatable | steps |
Represents a selection of time steps as configured in an input file's period block settings. The object should be initiated with the init() procedure. The read() procedure accepts a character string of form:
ALL STEPS 1 4 5 6 FIRST LAST FREQUENCY 4
The read() procedure may be invoked multiple times to select multiple time steps. Note that a character string re-using a keyword which has been used for a previous read() invocation will override the previous setting using that keyword. To combine multiple settings, be sure the keywords are different on each invocation, e.g.:
FIRST LAST STEPS 2
The is_selected() function indicates whether the given time step is active. This function accepts an optional argument, indicating that the time step is the last in the stress period.
Definition at line 40 of file TimeStepSelect.f90.
|
private |
Definition at line 52 of file TimeStepSelect.f90.
|
private |
Definition at line 47 of file TimeStepSelect.f90.
|
private |
Definition at line 48 of file TimeStepSelect.f90.
|
private |
Definition at line 51 of file TimeStepSelect.f90.
|
private |
Definition at line 49 of file TimeStepSelect.f90.
|
private |
Definition at line 50 of file TimeStepSelect.f90.
|
private |
Definition at line 41 of file TimeStepSelect.f90.
|
private |
Definition at line 42 of file TimeStepSelect.f90.
|
private |
Definition at line 44 of file TimeStepSelect.f90.
|
private |
Definition at line 43 of file TimeStepSelect.f90.
|
private |
Definition at line 45 of file TimeStepSelect.f90.