43 moisture decay uptake rate modification in script#47
Merged
jgwalkup merged 14 commits intoJul 15, 2026
Conversation
Closes #35 Writes a set of CSV files to a folder instead of 'pickle'ing the output data class. Is more human-readable and should make reading data by post-processing scripts easier. The drawback is that if new members of unsupported type are introduced they may not be written (a warning is raised in that case) and adding extra case to the export functions might be necessary.
Refactor export methods to support CSV and NetCDF formats.
Added a new method to export data to NetCDF format and renamed the existing export function.
Add export format option for output files. The user can now specify in the runtime.txt file if they want model output files to be in NetCDF (default) or CSV format.
Added 'output_CSV' parameter to runtime configuration to indicate the file format of model outputs.
automate the Allison equation input - decay and uptake rates will be introduced now through the parameters files
Change on Allison equation inputs
Update microbe.py - debugging for the code to be able to run with fungi also in the grid
jgwalkup
approved these changes
Jul 15, 2026
jgwalkup
left a comment
Collaborator
There was a problem hiding this comment.
Checked file changes, this update has major revisions to the output format, and updated functions and parameters for the moisture dependence of decay and monomer uptake.
jgwalkup
deleted the
43-moisture-decay-uptake-rate-modification-in-script
branch
July 15, 2026 14:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addressing issues #46 #43 so the code is more automatised and fungal cells can also be introduced into the code