Skip to content

Commit

Permalink
Updated README.md for MT_CKD_3.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmascio authored Jun 8, 2022
1 parent f803436 commit 873f55a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This repository contains code for the AER continuum used in [LBLRTM](https://git

| LBLRTM Release | MT_CKD Release | Line File |
| :---: | :---: | :---: |
| [v12.11](https://github.com/AER-RC/LBLRTM/releases/tag/v12.11) | [v3.5](https://github.com/AER-RC/MT_CKD/releases/tag/v3.5) | [v3.8.1](https://zenodo.org/record/4019178/files/aer_v_3.8.1.tar.gz?download=1) |
| [v12.13](https://github.com/AER-RC/LBLRTM/releases/tag/v12.13) | [v3.6](https://github.com/AER-RC/MT_CKD/releases/tag/v3.6) | [v3.8.1](https://zenodo.org/record/4019178/files/aer_v_3.8.1.tar.gz?download=1) |

If any build or run issues occur, please [create an issue](https://github.com/AER-RC/MT_CKD/issues) or contact the [AER-RC Group](https://github.com/AER-RC).

Expand All @@ -25,17 +25,17 @@ git submodule update

in the `MT_CKD` directory.

Currently, the latest release is MT_CKD v3.5, and it is recommended that this be the version that users clone and checkout (rather than the `master` branch). To do this, one needs to simply checkout the `v3.5` tag:
Currently, the latest release is MT_CKD v3.6, and it is recommended that this be the version that users clone and checkout (rather than the `master` branch). To do this, one needs to simply checkout the `v3.6` tag:

```
git checkout tags/v3.5
git checkout tags/v3.6
```

Instead of cloning, users can also download an MT_CKD [tarball](https://github.com/AER-RC/MT_CKD/releases/tag/v3.5) and unpack it:
Instead of cloning, users can also download an MT_CKD [tarball](https://github.com/AER-RC/MT_CKD/releases/tag/v3.6) and unpack it:

```
tar xvf cntnm_v3.5.tar.gz
mv MT_CKD-3.4 cntnm
tar xvf cntnm_v3.6.tar.gz
mv MT_CKD-3.6 cntnm
```

Though not necessary, the move to `cntnm` is for consistency with previous release packages and the associated documentation.
Expand Down Expand Up @@ -72,7 +72,7 @@ To run MT_CKD as a standalone program instead of in LBLRTM:

```
cd run_example/
ln -s ../cntnm_v3.5_linux_pgi_dbl cntnm # assuming v3.5 was built with PGI in double precision (linuxPGIdbl)
ln -s ../cntnm_v3.6_linux_pgi_dbl cntnm # assuming v3.6 was built with PGI in double precision (linuxPGIdbl)
./cntnm (0, enter)
```

Expand Down

0 comments on commit 873f55a

Please sign in to comment.