![]() |
MODFLOW 6
version 6.8.0.dev0
USGS Modular Hydrologic Model
|
@ brief Output control for particle tracking models More...


Private Member Functions | |
| procedure | oc_ar |
| procedure | oc_da => prt_oc_da |
| procedure | allocate_scalars => prt_oc_allocate_scalars |
| procedure | source_options => prt_oc_source_options |
| procedure, private | prt_oc_source_dimensions |
| procedure, private | prt_oc_source_tracktimes |
| procedure | oc_df |
| procedure | oc_rp |
| procedure | oc_ot |
| procedure | set_ocfile |
| procedure | oc_save |
| procedure | oc_print |
| procedure | oc_save_unit |
| procedure | set_print_flag |
Private Attributes | |
| integer(i4b), pointer | itrkout => null() |
| binary output file More... | |
| integer(i4b), pointer | itrkhdr => null() |
| output header file More... | |
| integer(i4b), pointer | itrkcsv => null() |
| CSV output file. More... | |
| integer(i4b), pointer | itrktls => null() |
| track time list input file More... | |
| logical(lgp), pointer | trackrelease => null() |
| whether to track release events More... | |
| logical(lgp), pointer | trackfeatexit => null() |
| whether to track grid-scale feature exit events More... | |
| logical(lgp), pointer | tracktimestep => null() |
| whether to track timestep events More... | |
| logical(lgp), pointer | trackterminate => null() |
| whether to track termination events More... | |
| logical(lgp), pointer | trackweaksink => null() |
| whether to track weak sink exit events More... | |
| logical(lgp), pointer | trackusertime => null() |
| whether to track user-specified times More... | |
| logical(lgp), pointer | tracksubfexit => null() |
| whether to track sub-grid-scale feature exit events More... | |
| logical(lgp), pointer | trackdropped => null() |
| whether to track drops to water table More... | |
| integer(i4b), pointer | ntracktimes => null() |
| number of user-specified tracking times More... | |
| logical(lgp), pointer | dump_event_trace => null() |
| whether to dump event trace for debugging More... | |
| logical(lgp), pointer | scratch_buffer => null() |
| whether to use scratch file instead of memory for event buffering More... | |
| type(timeselecttype), pointer | tracktimes |
| user-specified tracking times More... | |
| character(len=lenmempath) | memorypath |
| path to data stored in the memory manager More... | |
| character(len=lenmempath) | input_mempath |
| input memory path More... | |
| character(len=lenmodelname), pointer | name_model => null() |
| name of the model More... | |
| character(len=linelength), pointer | input_fname => null() |
| input file name More... | |
| integer(i4b), pointer | inunit => null() |
| unit number for input file More... | |
| integer(i4b), pointer | iout => null() |
| unit number for output file More... | |
| integer(i4b), pointer | ibudcsv => null() |
| unit number for budget csv output file More... | |
| integer(i4b), pointer | iperoc => null() |
| stress period number for next output control More... | |
| integer(i4b), pointer | iocrep => null() |
| output control repeat flag (period 0 step 0) More... | |
| type(outputcontroldatatype), dimension(:), pointer, contiguous | ocds => null() |
| output control objects More... | |
Definition at line 21 of file prt-oc.f90.
|
private |
Definition at line 42 of file prt-oc.f90.
|
private |
Definition at line 40 of file prt-oc.f90.
|
private |
Definition at line 41 of file prt-oc.f90.
|
privateinherited |
Definition at line 27 of file OutputControl.f90.
|
privateinherited |
Definition at line 29 of file OutputControl.f90.
|
privateinherited |
Definition at line 35 of file OutputControl.f90.
|
privateinherited |
Definition at line 28 of file OutputControl.f90.
|
privateinherited |
Definition at line 34 of file OutputControl.f90.
|
privateinherited |
Definition at line 36 of file OutputControl.f90.
|
private |
Definition at line 44 of file prt-oc.f90.
|
private |
Definition at line 45 of file prt-oc.f90.
|
privateinherited |
Definition at line 33 of file OutputControl.f90.
|
privateinherited |
Definition at line 37 of file OutputControl.f90.
|
private |
Definition at line 43 of file prt-oc.f90.
|
private |
Definition at line 35 of file prt-oc.f90.
|
privateinherited |
Definition at line 22 of file OutputControl.f90.
|
privateinherited |
Definition at line 19 of file OutputControl.f90.
|
privateinherited |
Definition at line 17 of file OutputControl.f90.
|
privateinherited |
Definition at line 20 of file OutputControl.f90.
|
privateinherited |
Definition at line 24 of file OutputControl.f90.
|
privateinherited |
Definition at line 21 of file OutputControl.f90.
|
privateinherited |
Definition at line 23 of file OutputControl.f90.
|
private |
Definition at line 24 of file prt-oc.f90.
|
private |
Definition at line 23 of file prt-oc.f90.
|
private |
Definition at line 22 of file prt-oc.f90.
|
private |
Definition at line 25 of file prt-oc.f90.
|
privateinherited |
Definition at line 16 of file OutputControl.f90.
|
privateinherited |
Definition at line 18 of file OutputControl.f90.
|
private |
Definition at line 34 of file prt-oc.f90.
|
privateinherited |
Definition at line 25 of file OutputControl.f90.
|
private |
Definition at line 36 of file prt-oc.f90.
|
private |
Definition at line 33 of file prt-oc.f90.
|
private |
Definition at line 27 of file prt-oc.f90.
|
private |
Definition at line 26 of file prt-oc.f90.
|
private |
Definition at line 32 of file prt-oc.f90.
|
private |
Definition at line 29 of file prt-oc.f90.
|
private |
Definition at line 37 of file prt-oc.f90.
|
private |
Definition at line 28 of file prt-oc.f90.
|
private |
Definition at line 31 of file prt-oc.f90.
|
private |
Definition at line 30 of file prt-oc.f90.