OpenCDSS / ArkDSS-Colors-of-Water

Colorado's Decision Support Systems (CDSS) ArkDSS Colors of Water Model Engine code
GNU General Public License v3.0
2 stars 5 forks source link

j349_3 - update j349 fortran code to use binary output #4

Closed kelleythompson closed 2 years ago

kelleythompson commented 2 years ago

For COW project, j349 code is run thousands of times in succession on a calendar year / hourly timestep. Therefore, to reduce run times, include an option in the code to reduce output just to Qds and in a binary rather than text file.

kelleythompson commented 2 years ago

Added 'fast' option to reduce output to Qds in a binary rather than text file. A bug in the multiple linearization method was also fixed and Q/celerity/dispersion input dimension increased from 8 to 10. The fast option is turned on in the input text file in column C of row 3; an example input text file was included that shows fast option as well as multiple linearization input.