|
| subroutine | ncmodelexportmodule::epkg_init (this, mf6_input, mshape, naux, param_names, nparam) |
| | initialize dynamic package export object More...
|
| |
| subroutine | ncmodelexportmodule::epkg_destroy (this) |
| | destroy dynamic package export object More...
|
| |
| subroutine | ncmodelexportmodule::set (this, modelname, modeltype, modelfname, nctype, disenum) |
| | set netcdf file scoped attributes More...
|
| |
| subroutine | ncmodelexportmodule::export_init (this, modelname, modeltype, modelfname, nc_fname, disenum, nctype, iout) |
| | initialization of model netcdf export More...
|
| |
| class(exportpackagetype) function, pointer | ncmodelexportmodule::export_get (this, idx) |
| | retrieve dynamic export object from package list More...
|
| |
| character(len=linelength) function | ncmodelexportmodule::input_attribute (this, pkgname, idt) |
| | build modflow_input attribute string More...
|
| |
| character(len=linelength) function, public | ncmodelexportmodule::export_varname (pkgname, tagname, mempath, layer, iaux) |
| | build netcdf variable name More...
|
| |
| character(len=linelength) function, public | ncmodelexportmodule::export_longname (longname, pkgname, tagname, mempath, layer, iaux) |
| | build netcdf variable longname More...
|
| |
| subroutine | ncmodelexportmodule::export_input (this) |
| | netcdf dynamic package period export More...
|
| |
| subroutine | ncmodelexportmodule::export_destroy (this) |
| | destroy model netcdf export object More...
|
| |