MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
This module contains the ModelExportModule. More...
Data Types | |
type | exportmodeltype |
export model type More... | |
Functions/Subroutines | |
logical(lgp) function, public | nc_export_active () |
is netcdf export configured for any model More... | |
subroutine, public | modelexports_create (iout) |
create export container variable for all local models More... | |
subroutine, public | modelexports_post_prepare () |
export model list post prepare step More... | |
subroutine, public | modelexports_post_step () |
export model list post step More... | |
subroutine, public | modelexports_destroy () |
destroy export model list More... | |
subroutine | init (this, loaders, disenum, iout) |
initialize model export container variable More... | |
subroutine | post_prepare (this) |
model export container post prepare step actions More... | |
subroutine | post_step (this) |
model export container post step actions More... | |
subroutine | destroy (this) |
destroy model export container More... | |
subroutine | add_export_model (export_model) |
add model export object to list More... | |
class(exportmodeltype) function, pointer, public | get_export_model (idx) |
get model export object by index More... | |
Variables | |
type(listtype), public | export_models |
This modeule defines the local list of model exports. It is not dependent on netcdf or other external libraries.
|
private |
|
private |
Definition at line 237 of file ModelExport.f90.
class(exportmodeltype) function, pointer, public modelexportmodule::get_export_model | ( | integer(i4b), intent(in) | idx | ) |
[in] | idx | package number |
Definition at line 263 of file ModelExport.f90.
|
private |
Definition at line 194 of file ModelExport.f90.
subroutine, public modelexportmodule::modelexports_create | ( | integer(i4b), intent(in) | iout | ) |
Definition at line 74 of file ModelExport.f90.
subroutine, public modelexportmodule::modelexports_destroy |
subroutine, public modelexportmodule::modelexports_post_prepare |
subroutine, public modelexportmodule::modelexports_post_step |
logical(lgp) function, public modelexportmodule::nc_export_active |
Definition at line 56 of file ModelExport.f90.
subroutine modelexportmodule::post_prepare | ( | class(exportmodeltype), intent(inout) | this | ) |
Definition at line 215 of file ModelExport.f90.
|
private |
Definition at line 226 of file ModelExport.f90.
type(listtype), public modelexportmodule::export_models |
Definition at line 28 of file ModelExport.f90.