Releases: yoctoyotta1024/microphysics_testcases
Releases · yoctoyotta1024/microphysics_testcases
v0.7.0
v0.7.0 - 2024-11-22
Bug Fixes
- run satadj tests only if PY_GRAUPEL_DIR is set - (af23c24) - clara.bayley
- missing pre-commit requirement - (507ab94) - clara.bayley
- ensure python version of env works for ICON python bindings - (3f4a3b4) - clara.bayley
- fix pre-commit hook - (7ee44da) - clara.bayley
Features
- more thermodynamic variables calculated and plotted in 0d parcel - (067b11f) - clara.bayley
- tests for satadj microphysics scheme - (7077963) - clara.bayley
- new wrapper for ICON saturation adjustment as microphysics scheme - (3829323) - clara.bayley
Miscellaneous Chores
v0.6.0
v0.6.0 - 2024-11-21
Bug Fixes
- run graupel tests only if PY_GRAUPEL_DIR is set - (f812bf4) - Georgiana Mania
- fix 1 bug - (c59cdc1) - Georgiana Mania
Features
- debug info - (f018581) - Georgiana Mania
- add sat adj - (d963a02) - Georgiana Mania
- first try to create pytests for ICON via python bindings - (8fe7d3a) - Georgiana Mania
Miscellaneous Chores
- (version) v0.6.0 - (975d343) - yoctoyotta1024
- code formatted - (277dec2) - Georgiana Mania
- cleanup - (a73cc98) - Georgiana Mania
- rebase leftover - (4c5f928) - Georgiana Mania
- rebase on main - (70ed2fe) - Georgiana Mania
Refactoring
- add args to conventional commits - (5010d0a) - Georgiana Mania
- add contributors - (068bffe) - Georgiana Mania
- call graupel without precip - (dead9a4) - Georgiana Mania
- rename tests - (c6137a7) - Georgiana Mania
- mirror latest interface & bugfixes as per MPI-M master - (a14ff82) - Georgiana Mania
- revert using mock tests; adapt plots and tests to use np.arrays - (e72fda7) - Georgiana Mania
- reverted mock files - (2e14be4) - Georgiana Mania
- rename thermo to result in tests - (150373d) - clara.bayley
v0.5.1
v0.5.0
v0.5.0 - 2024-09-04
Bug Fixes
- fix assertion - (1d4b63b) - clara.bayley
- use fixed output - (7f9e8f2) - clara.bayley
- fix output with arrays written to - (9c12aa2) - clara.bayley
- minor bug fixes - (4ca8c62) - clara.bayley
- minor bug fixes - (4bbb31a) - clara.bayley
- minor bug fixes - (012e83b) - clara.bayley
- coarsen time for plotting - (082c3aa) - clara.bayley
- correct timestepping - (c62f28f) - clara.bayley
- paths and string conversions - (e2c95f4) - clara.bayley
- import thermodynamics - (bdf4513) - clara.bayley
Documentation
- formatting - (c75edb9) - clara.bayley
- added docstrings - (8670288) - clara.bayley
- rst files for 1d kid test case - (6ae094e) - clara.bayley
- new docs for bulk microphysics scheme from KiD - (c4572d1) - clara.bayley
- new docs for bulk microphysics scheme from KiD - (e137033) - clara.bayley
- new docs for utilities module - (013d502) - clara.bayley
- add docstrings - (03d58f7) - clara.bayley
- add docstring - (1370e2a) - clara.bayley
- update to reflect file movements - (48b68e1) - clara.bayley
- add link to kid doc - (d382769) - clara.bayley
- fix formatting - (fecaf6d) - clara.bayley
Features
- 0-D parcel test for bulk scheme - (c535ae2) - clara.bayley
- new tests for pympdata bulk scheme - (6def8a1) - clara.bayley
- possible to output z,x and y half - (8137f10) - clara.bayley
- new file for kid dynamics - (91b5ca6) - clara.bayley
- new python file and requirements for KiD test case - (654b057) - clara.bayley
- initial doc for new test case - (9d5dc75) - clara.bayley
Miscellaneous Chores
Refactoring
- file renaming - (1410828) - clara.bayley
- file rename - (f325e96) - clara.bayley
- file rename - (8b125e6) - clara.bayley
- file rename - (fbcfea8) - clara.bayley
- file rename and more docs - (d25becf) - clara.bayley
- beautify plots - (f523339) - clara.bayley
- modify plotting - (29f9746) - clara.bayley
- tidy scripts - (d5afc87) - clara.bayley
- work in progress plotting kid - (ff696d5) - clara.bayley
- improve plotting - (6272fff) - clara.bayley
- add get item to class - (99718a8) - clara.bayley
- move plotting function into utilities - (1cdbe5a) - clara.bayley
- move useful function into seperate module - (0a194d1) - clara.bayley
- file rename - (c941b25) - clara.bayley
- more descriptive names and docstrings - (a820275) - clara.bayley
- extrac from thermo before args for clarity - (d8c4bc9) - clara.bayley
- seperate wrapper from microphysics scheme - (cd25af8) - clara.bayley
- move bulk scheme to seperate file - (40acd08) - clara.bayley
- move python files - (5b360d1) - clara.bayley
- create bulk microphysics scheme - (3314253) - clara.bayley
- create bulk microphysics scheme - (5b613a0) - clara.bayley
- create bulk microphysics scheme - (d63d629) - clara.bayley
- kid influences thermo for output - (67844f7) - clara.bayley
- better imports - (9e77680) - clara.bayley
- rename test - (fc2ee43) - clara.bayley
- turn kid into test for pytest - (81045a9) - clara.bayley
- use kid dynamics in run_kid1d - (005d85c) - clara.bayley
- move kid into run function - (18ba831) - clara.bayley
- rename and change init args - (4a93991) - clara.bayley
- move prof into kid dynamics class - (8dabc2f) - clara.bayley
- move init of kid into class - (2c39323) - clara.bayley
- remove adaptive dt ...