|
subroutine, public | tdis_cr (fname, inmempath) |
| Create temporal discretization. More...
|
|
subroutine, public | tdis_set_counters () |
| Set kstp and kper. More...
|
|
subroutine, public | tdis_set_timestep () |
| Set time step length. More...
|
|
subroutine, public | tdis_delt_reset (deltnew) |
| Reset delt and update timing variables and indicators. More...
|
|
subroutine | tdis_set_delt () |
| Set time step length. More...
|
|
subroutine, public | tdis_ot (iout) |
| Print simulation time. More...
|
|
subroutine, public | tdis_da () |
| Deallocate memory. More...
|
|
subroutine | tdis_source_options () |
| Source the timing discretization options. More...
|
|
subroutine | tdis_allocate_scalars () |
| Allocate tdis scalars. More...
|
|
subroutine | tdis_allocate_arrays () |
| Allocate tdis arrays. More...
|
|
subroutine | tdis_source_dimensions () |
| Source dimension NPER. More...
|
|
subroutine | tdis_source_timing () |
| Source timing information. More...
|
|
subroutine | check_tdis_timing (nper, perlen, nstp, tsmult) |
| Check the tdis timing information. More...
|
|
|
integer(i4b), pointer, public | nper => null() |
| number of stress period More...
|
|
integer(i4b), pointer, public | itmuni => null() |
| flag indicating time units More...
|
|
integer(i4b), pointer, public | kper => null() |
| current stress period number More...
|
|
integer(i4b), pointer, public | kstp => null() |
| current time step number More...
|
|
integer(i4b), pointer, public | inats => null() |
| flag indicating ats active for simulation More...
|
|
logical(lgp), pointer, public | readnewdata => null() |
| flag indicating time to read new data More...
|
|
logical(lgp), pointer, public | endofperiod => null() |
| flag indicating end of stress period More...
|
|
logical(lgp), pointer, public | endofsimulation => null() |
| flag indicating end of simulation More...
|
|
real(dp), pointer, public | delt => null() |
| length of the current time step More...
|
|
real(dp), pointer, public | pertim => null() |
| time relative to start of stress period More...
|
|
real(dp), pointer, public | topertim => null() |
| simulation time at start of stress period More...
|
|
real(dp), pointer, public | totim => null() |
| time relative to start of simulation More...
|
|
real(dp), pointer, public | totimc => null() |
| simulation time at start of time step More...
|
|
real(dp), pointer, public | deltsav => null() |
| saved value for delt, used for subtiming More...
|
|
real(dp), pointer, public | totimsav => null() |
| saved value for totim, used for subtiming More...
|
|
real(dp), pointer, public | pertimsav => null() |
| saved value for pertim, used for subtiming More...
|
|
real(dp), pointer, public | totalsimtime => null() |
| time at end of simulation More...
|
|
real(dp), dimension(:), pointer, public, contiguous | perlen => null() |
| length of each stress period More...
|
|
integer(i4b), dimension(:), pointer, public, contiguous | nstp => null() |
| number of time steps in each stress period More...
|
|
real(dp), dimension(:), pointer, public, contiguous | tsmult => null() |
| time step multiplier for each stress period More...
|
|
character(len=lendatetime), pointer, public | datetime0 => null() |
| starting date and time for the simulation More...
|
|
character(len=lenmempath), pointer | input_mempath => null() |
| input context mempath for tdis More...
|
|
character(len=linelength), pointer | input_fname => null() |
| input filename for tdis More...
|
|