MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
IdmMf6File.f90 File Reference

Go to the source code of this file.

Data Types

type  idmmf6filemodule::mf6filestaticpkgloadtype
 MF6File static loader type. More...
 
type  idmmf6filemodule::mf6filedynamicpkgloadtype
 MF6File dynamic loader type. More...
 

Modules

module  idmmf6filemodule
 This module contains the IdmMf6FileModule.
 

Functions/Subroutines

subroutine, public idmmf6filemodule::input_load (filename, mf6_input, component_filename, iout)
 input load for traditional mf6 simulation static input file More...
 
subroutine idmmf6filemodule::static_init (this, mf6_input, component_name, component_input_name, input_name)
 static loader init More...
 
class(dynamicpkgloadbasetype) function, pointer idmmf6filemodule::static_load (this, iout)
 load routine for static loader More...
 
subroutine idmmf6filemodule::static_destroy (this)
 static loader destroy More...
 
subroutine idmmf6filemodule::dynamic_init (this, mf6_input, component_name, component_input_name, input_name, iperblock, iout)
 dynamic loader init More...
 
subroutine idmmf6filemodule::dynamic_df (this)
 define routine for dynamic loader More...
 
subroutine idmmf6filemodule::dynamic_ad (this)
 advance routine for dynamic loader More...
 
subroutine idmmf6filemodule::dynamic_rp (this)
 read and prepare routine for dynamic loader More...
 
subroutine idmmf6filemodule::dynamic_read_ionper (this)
 dynamic loader read ionper of next period block More...
 
subroutine idmmf6filemodule::dynamic_create_loader (this)
 allocate a dynamic loader based on load context More...
 
subroutine idmmf6filemodule::dynamic_destroy (this)
 dynamic loader destroy More...
 
integer(i4b) function, public idmmf6filemodule::open_mf6file (filetype, filename, component_fname, iout)
 open a model package files More...