modelimports¶
This module bundles imports generally required for implementing new models.
Module modelimports
is supposed to shorten the import section
of base and application models implemented. Just write:
>>> from hydpy.exe.modelimports import *
- Thereafter, the following objects are available:
module
numpy
numpys
nan
andinf
functions
parameterstep()
,simulationstep()
, andcontrolcheck()
of moduleimporttools
class
Cythonizer
of modulemodelutils