Skip to content
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

Monitors introduced as method to output data from microphysics #68

Merged
merged 36 commits into from
May 26, 2024

Conversation

yoctoyotta1024
Copy link
Owner

Similar to detectors from earlier in CLEO's history, concept of "monitors" created for observers to output data collected from within running of SDM, e.g. total mass of condensate condensed per timestep, or precipitation rates.

  • placeholder for detectors in gridboxes removed
  • MicrophysicalProcess concept expanded to add use of monitors to run_step constraint
  • Null, Combined and Condensation types satisyfying monitors concept implemented

also:

  • Use of traits for writing datatype strings in xarray metadata, e.g. dtype="<f4" created from float instantiation of templatde metadata type.
  • xarray and zarr metadata put in seperate files
  • a few more uses to auto

…g for zarr metadata and required xarray metadata given data type
@yoctoyotta1024 yoctoyotta1024 merged commit 7b0e644 into main May 26, 2024
8 checks passed
@yoctoyotta1024 yoctoyotta1024 deleted the detectors branch May 26, 2024 16:15
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.

1 participant