NOAA-OWP / cfe

CFE is a conceptual rainfall-runoff model with an implementation of the Basic Model Interface.
Other
20 stars 21 forks source link

Add human readable serialization output/input #86

Open KJafarzadegan opened 1 year ago

KJafarzadegan commented 1 year ago

The updated script reads two main state variables of CFE from a text file, sets the input with the text file values using the set_value function, then runs the model for one time step using the update function, and finally writes these two state variables in the text file using the modification of get_state_var_ptrs.