-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve output files #320
Comments
Cool. For point (2) I am not really sure what is the best approach, but I would leave it for now. I think the testing and numerical stuff should have priority. |
Note: the headers of |
This is addressed by #366 |
|
instantaneousRates
: change name toreactionRates
(solved by Rename instananeousRates globally to reactionRates. #349) add column with reaction number, add headerlossRates.output
andproductionRates.output
: the current "3D" format is awkward to use. Consider dropping some columns, reformat as "flat" 2D matrix. This may be difficult if the species of interests are 2 or more. Consider multiple files for each species of interest.speciesConcentrations.output
: currently limited to 100 species. an MCM model can involve thousands of species, but that would make the file very large and a bit unwieldy.initialConditionsSetting.output
: it's unclear what this is and its purpose. It can get very big (hundred of MB).errors.output
: make this more useful, maybe convert to a more general log file. Currently, most of the messages are printed to screen (or redirected to theatchem2_error.log
file by the HPC system).consider switch to binary formats for output files (for example, netcdf). This has advantages and disadvantages.
The text was updated successfully, but these errors were encountered: