Castronova / EMIT

Environmental Model Integration Project (EMIT)
GNU General Public License v2.0
0 stars 2 forks source link

Clean Model Wrappers #86

Open Castronova opened 9 years ago

Castronova commented 9 years ago

Clean all of the model wrappers:

Castronova commented 8 years ago

Wrappers should all inherit from a single base class. Feed forward, Data, timestep should all be abstractions of this base class.

Castronova commented 8 years ago

simulation start and endtimes (along with other data) are hardcoded in the wrappers b/c they are read from the MDL file. This does not allow models to dynamically adjust parameters, or read them from input files.

We should try to populate this data from mdl files, but allow the model itself to override them too.

Castronova commented 8 years ago

general section is redundant with model