You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
19
19
@@ -25,17 +25,17 @@ Assuming the output directory should be `MT_CKD_H2O`:
25
25
26
26
27
27
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:
29
29
30
30
```
31
-
git checkout tags/4.2
31
+
git checkout tags/4.3
32
32
```
33
33
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:
35
35
36
36
```
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
39
39
```
40
40
Though not necessary, the move to `cntnm` is for consistency with previous release packages and the associated documentation.
41
41
@@ -58,7 +58,7 @@ A simple example driver (drive_mt_ckd_h2o.f90) has been provided; it runs from a
0 commit comments