Skip to content

43 moisture decay uptake rate modification in script#47

Merged
jgwalkup merged 14 commits into
mainfrom
43-moisture-decay-uptake-rate-modification-in-script
Jul 15, 2026
Merged

43 moisture decay uptake rate modification in script#47
jgwalkup merged 14 commits into
mainfrom
43-moisture-decay-uptake-rate-modification-in-script

Conversation

@eusimeo

@eusimeo eusimeo commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Addressing issues #46 #43 so the code is more automatised and fungal cells can also be introduced into the code

Mikolaj-A-Kowalski and others added 13 commits June 17, 2025 09:37
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
@eusimeo
eusimeo requested a review from jgwalkup July 15, 2026 14:06
@eusimeo eusimeo linked an issue Jul 15, 2026 that may be closed by this pull request

@jgwalkup jgwalkup left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
jgwalkup merged commit 8446698 into main Jul 15, 2026
3 checks passed
@jgwalkup
jgwalkup deleted the 43-moisture-decay-uptake-rate-modification-in-script branch July 15, 2026 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Moisture decay & uptake rate modification in script

3 participants