Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes for re-release of mt4.1 #11

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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