Project to explore estimation and uncertainty quantification of extreme isolines of bivariate distributions, with application to bivariate climate events.
- Run
git clone https://github.com/jbbutler/isolines_uq.gitin desired directory
- If at NERSC, run
module load conda - In the project home directory, run
conda env create -f environment.yml - Activate the environment with
conda activate isolinesR - Start an R session with
R - Run the following commands line-by-line (source):
> ename <- Sys.getenv('CONDA_DEFAULT_ENV')
> dname <- trimws(paste("R", getRversion(), Sys.getenv("CONDA_PROMPT_MODIFIER")))
> IRkernel::installspec(name=ename, displayname=dname)
> quit()
You should now see this environment as available to use in a Jupyter notebook.
- Navigate to
/isolines_uq/notebooks/tutorials/tube_construction.ipynb. Open the notebook. - Make sure the notebook is running the
R 4.2.3 (isolinesR)kernel (upper righthand corner of notebook). If not, go toKernel > Change Kerneland find it in the dropdown.