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
numpynumpys
nanandinffunctions
parameterstep(),simulationstep(), andcontrolcheck()of moduleimporttoolsclass
Cythonizerof modulemodelutils