Skip to content

Commit 638d5a3

Browse files
authored
Update README.md for v1.2.1
1 parent 515b0da commit 638d5a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
APCEMM is the [Aircraft Plume Chemistry, Emissions, and Microphysics Model](https://github.com/mit-lae/APCEMM). It simulates the aerosol microphysics and chemistry in an aircraft exhaust plume in 2D for up to 24 hours, with a focus on accurate simulation of the ice - providing an intermediate-fidelity representation of an aircraft contrail. Originally described in [Fritz et al. (2020)](https://acp.copernicus.org/articles/20/5697/2020/), the model has since been heavily modified and the focus shifted from chemistry towards a flexible and efficient contrail simulation. APCEMM is a community-developed code and we strongly encourage users to contribute to the code base, whether through new features, improvements, or bug fixes. We use semantic versioning, and (as of v1.1.0) users can expect that the API will only change with new major versions.
66

7-
The latest stable release of APCEMM is [__v1.2.0__](https://github.com/MIT-LAE/APCEMM/releases/tag/v1.2.0).
7+
The latest stable release of APCEMM is [__v1.2.1__](https://github.com/MIT-LAE/APCEMM/releases/tag/v1.2.1).
88

99
## APCEMM development
1010

1111
The development of APCEMM in C++ started in September 2018. The most recent version of the code can be found in the __main__ branch. Although usually functional, this code is not necessarily stable and new features are added to this branch relatively frequently.
1212

13-
For __users__ of APCEMM who do not intend to do any development, we recommend downloading a recent stable version. To acquire (for example) version 1.2.0, use `git checkout v1.2.0` after cloning the repository.
13+
For __users__ of APCEMM who do not intend to do any development, we recommend downloading a recent stable version. To acquire (for example) version 1.2.1, use `git checkout v1.2.1` after cloning the repository.
1414
For __developers__ of APCEMM, we ask that you create a fork of this repository. Any user can contribute to APCEMM - see ["contributing to APCEMM"](#contributing-to-apcemm).
1515

1616
For VSCode users, a Docker Dev Container is defined in `.devcontainer`. See [the tutorial](https://code.visualstudio.com/docs/devcontainers/tutorial) to develop inside a containerized environment.

0 commit comments

Comments
 (0)