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
Note that building LBLRTM_v12.14 and later requires using the netCDF libraries and setting the path to their location in the file addlibs.inc in the /build directory.
40
40
@@ -67,19 +67,19 @@ git submodule update
67
67
68
68
in the `LBLRTM` directory.
69
69
70
-
Currently, the latest release is LBLRTM v12.16, 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 `v12.16` tag:
70
+
Currently, the latest release is LBLRTM v12.17, 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 `v12.17` tag:
71
71
72
72
```
73
-
git checkout tags/v12.16
73
+
git checkout tags/v12.17
74
74
```
75
75
76
76
No releases before v12.9 are available via GitHub, but they can be requested by contacting the [AER-RC Group](https://github.com/AER-RC). For information on previous releases, please visit the [What's New Wiki page](https://github.com/AER-RC/LBLRTM/wiki/What's-New).
77
77
78
-
Instead of cloning, users can also download an LBLRTM [tarball](https://github.com/AER-RC/LBLRTM/archive/v12.16.zip) and unpack it:
78
+
Instead of cloning, users can also download an LBLRTM [tarball](https://github.com/AER-RC/LBLRTM/archive/v12.17.zip) and unpack it:
79
79
80
80
```
81
-
tar xvf lblrtm_v12.16.tar.gz
82
-
mv LBLRTM-12.16/ lblrtm
81
+
tar xvf lblrtm_v12.17.tar.gz
82
+
mv LBLRTM-12.17/ lblrtm
83
83
```
84
84
85
85
Though not necessary, the move to `lblrtm` is for consistency with previous release packages and the associated documentation.
@@ -249,7 +249,7 @@ Unformatted optical depth files can be requested in the LBLRTM using options spe
249
249
250
250
# Tests <aname="tests"></a>
251
251
252
-
As of LBLRTM v12.10, a [run example package](https://github.com/AER-RC/LBLRTM/releases/tag/v12.16/lblrtm_v12.16.examples.tar) is provided separately from the code repository. It can be used to validate building and running of the model for select atmospheric specifications and model configurations. See `README.setup` in top level of the package for further direction.
252
+
As of LBLRTM v12.10, a [run example package](https://github.com/AER-RC/LBLRTM/releases/tag/v12.17/lblrtm_v12.17.examples.tar) is provided separately from the code repository. It can be used to validate building and running of the model for select atmospheric specifications and model configurations. See `README.setup` in top level of the package for further direction.
0 commit comments