Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saforem2/climate-analysis
Climate Analysis project using ClimRR data
https://github.com/saforem2/climate-analysis
climate-change climate-data quarto
Last synced: about 2 months ago
JSON representation
Climate Analysis project using ClimRR data
- Host: GitHub
- URL: https://github.com/saforem2/climate-analysis
- Owner: saforem2
- Created: 2023-07-05T16:19:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-08T22:56:32.000Z (over 1 year ago)
- Last Synced: 2024-11-26T21:36:24.851Z (about 2 months ago)
- Topics: climate-change, climate-data, quarto
- Language: CSS
- Homepage: https://saforem2.github.io/climate-analysis/
- Size: 111 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Climate Analysis
Climate Analysis project using data from the [Climate Risk \& Resilience Portal](https://disgeoportal.egs.anl.gov/ClimRR/)
## Links / References
> **Note**
> For additional information on using resources @ NERSC,
> check out their [Getting Started](https://docs.nersc.gov/getting-started/) page- [`ClimRR`: Project Website](https://github.com/saforem2/climate-analysis)
- [NERSC/intro-HPC-bootcamp-2023](https://github.com/NERSC/intro-HPC-bootcamp-2023)## Instructions / Setup
On Perlmutter at NERSC, everything you need is already in
```bash
/global/cfs/cdirs/m4388/Project2-Climrr
``````bash
foremans@login23:~> ls /global/cfs/cdirs/m4388/Project2-ClimRR/
adebroy adebroy1 climate-analysis data foremans venvs
foremans@login23:~> # you can make your own directory here, e.g. YOUR username
foremans@login23:~> mkdir /global/cfs/cdirs/m4388/Project2-ClimR/$USER
foremans@login23:~> # make a symlink from project dir into your $HOME directory
foremans@login23:~> ln -s /global/cfs/cdirs/m4388/Project2-ClimRR/ $HOME/Project2-ClimRR
foremans@login23:~> cd /global/cfs/cdirs/m4388/Project2-ClimRR/$USER
foremans@login23:~> git clone https://github.com/saforem2/climate-analysis
foremans@login23:~> cd climate-analysis
```🚀 and good to go!