Releases: darothen/pyrcel
Pyrcel v1.3.2
Project Re-name to 'pyrcel'
This is minor version release reflected the re-factoring and re-naming of the project from 'parcel_model' to 'pyrcel'. The model is scientifically identical to v1.2.0.
Modernization and updates for Python 2/3 compatibility
This release denotes an overhaul of the model documentation and modernization of its codebase, instigated on the release of Rothenberg and Wang (2016). The scientific description of the model in that article is still accurate and is reflected in this release of the code, but the model has been processed to update documentation where out-of-date and to enable compatibility between Python 2 and Python 3.
BUGFIX: Diagnostic Pressure
v1.1.1 This developmental update re-enables progonostic pressure calculation…
Moving-grid Parcel Model for Aerosol Activation
This milestone denotes the final development of the original moving-grid parcel model intended for aerosol activation studies. It has a module of activation parameterizations which can be compared against the parcel model, and has all the features necessary to do idealized activation experiments. Furthermore, it is nearly identical to the version used to generate the activation scheme of Rothenberg and Wang (2015, in prep) (the only changes relate to IO facilities and some superficial changes to make the model simpler to run).
Further refinements and bugfixes to this scheme will issued on the branch moving_grid. However, future development on the parcel will deviate sharply form this formulation in order to introduce more sophisticated microphysics.
Release v1.0.3
Some minor improvements, including adding basic IO.
v1.0.1 Update
Several minor but answer-changing updates to the code:
- Revised activation package, including implementing the Morales Betancourt and Nenes (2014) scheme, and updated the Abdul-Razzak and Ghan (2000) scheme to incorporate the Ghan et al (2011) modifications allowing changes to the condensation coefficient.
- The condensation coefficient can be changed from unity in any of the activation or parcel model routines, and in appropriate thermodynamics routines.
- Extended the Assimulo interface to handle termination conditions, which should make simulations faster and more accurate (no more strange behavior towards 1 hour + into the simulation).