-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from FormingWorlds/osf
Osf
- Loading branch information
Showing
105 changed files
with
133 additions
and
14,079,188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,14 @@ https://proteus-code.readthedocs.io | |
* `git clone [email protected]:FormingWorlds/JANUS.git` | ||
* `cd JANUS` | ||
* `pip install -e .` | ||
3. Download spectral files from the [OSF repository](https://osf.io/vehxg/) | ||
* Set the environment variable FWL_DATA to define where the spectral data files will be stored | ||
* `export FWL_DATA=...` | ||
* Run the following commands within a python environment (or script) to download all basic spectral files | ||
* `from janus.utils.data import DownloadSpectralFiles` | ||
* `DownloadSpectralFiles()` | ||
* Alternatively, you can specify which spectral data you want to download, and optionally the number of bands | ||
* `DownloadSpectralFiles("/Frostflow", 4096)` | ||
|
||
### Run instructions | ||
In the examples folder you can find python scripts showing typical usecases/workflows of atmosphere modelling with Janus. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,7 @@ dependencies = [ | |
'natsort', | ||
'netcdf4', | ||
'numpy', | ||
'osfclient', | ||
'pandas', | ||
'scipy', | ||
'seaborn', | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.