Skip to content

Releases: darothen/pyrcel

Pyrcel v1.3.2

26 Sep 06:25
Compare
Choose a tag to compare

This minor release improves some basic packaging elements and streamlines several bugfixes introduces by changes in upstream libraries.

Project Re-name to 'pyrcel'

26 Oct 02:26
Compare
Choose a tag to compare

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

16 Feb 19:16
Compare
Choose a tag to compare

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

14 Apr 17:16
Compare
Choose a tag to compare
This developmental update re-enables progonostic pressure calculation…

…s, which are critically important; the diagnosis formula produced pressure changes over the adiabatic ascent that were an order of magnitude too high. It also incorporates some of the SuperDroplet integration logic to improve code performance. Non CVODE integrations are no longer supported (documentation needs updating)

Moving-grid Parcel Model for Aerosol Activation

17 Mar 15:20
Compare
Choose a tag to compare

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

13 Mar 17:53
Compare
Choose a tag to compare

Some minor improvements, including adding basic IO.

v1.0.1 Update

25 Jul 18:26
Compare
Choose a tag to compare

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).

v1.0

16 Jul 17:20
Compare
Choose a tag to compare

Initial version