|
subroutine | ncmodelexportmodule::epkg_init (this, mf6_input, mshape, 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) |
| set netcdf file scoped attributes More...
|
|
subroutine | ncmodelexportmodule::export_init (this, modelname, modeltype, modelfname, 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 modflow6_input attribute string More...
|
|
character(len=linelength) function, public | ncmodelexportmodule::export_longname (longname, pkgname, tagname, layer, iper) |
| 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...
|
|