Skip to content

Commit

Permalink
Merge pull request #11 from AER-RC/rerelease_4.1
Browse files Browse the repository at this point in the history
changes for re-release of mt4.1
  • Loading branch information
jrmascio authored Apr 17, 2024
2 parents 3538d01 + 9c1d168 commit 882b1b0
Show file tree
Hide file tree
Showing 5 changed files with 1,973 additions and 1,977 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.17](https://github.com/AER-RC/LBLRTM/releases/tag/v12.17) | [4.3](https://github.com/AER-RC/MT_CKD/releases/tag/4.3) | [v3.8.1](https://zenodo.org/record/4019178/files/aer_v_3.8.1.tar.gz?download=1) |
| [v12.15](https://github.com/AER-RC/LBLRTM/releases/tag/v12.15) | [4.1](https://github.com/AER-RC/MT_CKD/releases/tag/4.1) | [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_4.3, 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 `4.3` tag:
Currently, the latest release is MT_CKD_4.1, 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 `4.1` tag:

```
git checkout tags/4.3
git checkout tags/4.1
```

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

```
tar xvf cntnm_4.3.tar.gz
mv MT_CKD-4.3 cntnm
tar xvf cntnm_4.1.tar.gz
mv MT_CKD-4.1 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_v4.3_linux_pgi_dbl cntnm # assuming v4.3 was built with PGI in double precision (linuxPGIdbl)
ln -s ../cntnm_v4.1_linux_pgi_dbl cntnm # assuming v4.1 was built with PGI in double precision (linuxPGIdbl)
./cntnm (0, enter)
```

Expand Down
2 changes: 1 addition & 1 deletion build/make_cntnm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include makefile.common
# change those two variables from what is provided here, no need to set this variable.

PRODUCT = cntnm
VERSION = v4.3
VERSION = v4.1

ifeq ($(wildcard ./addlibs.inc), ./addlibs.inc)
$(info "include ./addlibs.inc" )
Expand Down
Binary file modified data/absco-ref_wv-mt-ckd.nc
Binary file not shown.
Loading

0 comments on commit 882b1b0

Please sign in to comment.