Skip to content

Commit 8d6bb0f

Browse files
committed
Merge branch 'master' of github.com:AER-RC/LBLRTM
Merging the changes for release v12.15.1. This includes new absco file, and release information changes to contnm.f90, make_lblrtm, and README.md. This is the sort of a redo because these changes were not matched with the version tag previously.
2 parents 5b21e37 + 0e94862 commit 8d6bb0f

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,16 @@ For more, please see the [Wiki page](https://github.com/AER-RC/LBLRTM/wiki/)
4444

4545
# Cloning the Latest Release <a name="cloning"></a>
4646

47-
Assuming the output directory should be `LBLRTM`:
47+
Assuming the output directory should be `LBLRTM` and that the user has [created an SSH key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) (we use RSA):
4848

4949
```
50-
% git clone --recursive git@github.com:AER-RC/LBLRTM.git
50+
git clone --recursive git@github.com:AER-RC/LBLRTM.git
51+
```
52+
53+
Alternatively, users that have not setup an SSH key but have [created a personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token#creating-a-fine-grained-personal-access-token) can use the HTTPS protocol:
54+
55+
```
56+
git clone --recursive https://github.com/AER-RC/LBLRTM.git
5157
```
5258

5359
`--recursive` is important, because this repository is linked with our [common FORTRAN modules repository](https://github.com/AER-RC/aer_rt_utils) that are required in the model builds. The [cross section database](https://github.com/AER-RC/cross-sections) is also added as a submodule (it is not required for all model runs). If this keyword is forgotten, one can do:

build/README.build_instructions

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# created: $Date$
55

66
* Makefiles are designed for use with gmake.
7+
* If netCDF4 will be used (e.g., for reading the continuum in LBLRTM v12.15.1) and is not in a standard
8+
* location (/usr on Unix systems) users can designate these paths in the NCL (lib) and NCI (include)
9+
* variables in addlibs.inc
710
* From lblrtm/build directory, type: gmake -f make_lblrtm <TARGET>
811

912
OPTION DESCRIPTION COMPILE EXECUTABLE NAME

build/make_lblrtm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# path: $HeadURL$
2-
# author: $Author$
3-
# revision: $Revision$
4-
# created: $Date$
5-
#
61
# Makefile for lblrtm
72
# From lblrtm/build directory, type: gmake -f make_lblrtm <TARGET>
83

0 commit comments

Comments
 (0)