Skip to content

Commit 3e043b4

Browse files
authored
Merge pull request #13 from AER-RC/rerelease_4.3
changes for release of mt4.3
2 parents 905feaf + 7ef52fe commit 3e043b4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ MT_CKD is consistent with a calculation of the line absorption cut off 25 cm-1 f
1313

1414
| MT_CKD Release | LBLRTM Release |
1515
| :---: | :---: |
16-
| [4.2](https://github.com/AER-RC/MT_CKD_H2O/releases/tag/4.2)| [v12.16](https://github.com/AER-RC/LBLRTM/releases/tag/v12.16) |
16+
| [4.3](https://github.com/AER-RC/MT_CKD_H2O/releases/tag/4.3)| [v12.17](https://github.com/AER-RC/LBLRTM/releases/tag/v12.17) |
1717

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

@@ -25,17 +25,17 @@ Assuming the output directory should be `MT_CKD_H2O`:
2525

2626

2727

28-
Currently, the latest release is MT_CKD_4.2 , 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.2` tag:
28+
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:
2929

3030
```
31-
git checkout tags/4.2
31+
git checkout tags/4.3
3232
```
3333

34-
Instead of cloning, users can also download an MT_CKD_H20 [tarball](https://github.com/AER-RC/MT_CKD_H2O/releases/tag/4.2) and unpack it:
34+
Instead of cloning, users can also download an MT_CKD_H20 [tarball](https://github.com/AER-RC/MT_CKD_H2O/releases/tag/4.3) and unpack it:
3535

3636
```
37-
tar xvf MT_CKD_H2O-4.2.tar.gz
38-
mv MT_CKD_H2O-4.2 cntnm
37+
tar xvf MT_CKD_H2O-4.3.tar.gz
38+
mv MT_CKD_H2O-4.3 cntnm
3939
```
4040
Though not necessary, the move to `cntnm` is for consistency with previous release packages and the associated documentation.
4141

@@ -58,7 +58,7 @@ A simple example driver (drive_mt_ckd_h2o.f90) has been provided; it runs from a
5858
```
5959
cd run_example
6060
ln -s ../data/absco-ref_wv-mt-ckd.nc .
61-
../mt_ckd_h2o_4.2_linux_gnu_dbl < mt_ckd.config
61+
../mt_ckd_h2o_4.3_linux_gnu_dbl < mt_ckd.config
6262
```
6363

6464

build/make_mt_ckd_h2o

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include makefile.common
1212
# change those two variables from what is provided here, no need to set this variable.
1313

1414
PRODUCT = mt_ckd_h2o
15-
VERSION = 4.2
15+
VERSION = 4.3
1616

1717
# Define makefile name
1818
MAKEFILE=make_$(PRODUCT)

data/absco-ref_wv-mt-ckd.nc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)