The models have already been run, and the outputs from steps 2-5 are available in their respective repositories on GitHub so that the report pieces are all available, though these steps could all be repeated by running the projects below instead of using the available outputs.
- Run ROMS models
- ROMS set up described for CIOFS hindcast model in previous project report and for CIOFS freshwater model in the present project report.
- The forcing file set up for CIOFS freshwater is provided in this repository (
ciofs_freshwater_roms_setup
, which are originally from https://github.com/ESMG/pyroms/tree/python3/examples/Hill_runoff/new_ROMS) - CIOFS Hindcast model output is available at its portal link
- CIOFS Freshwater model output is available at its portal link
- Make plots to compare the mean surface salinity between the two models with ciofs-fresh-hind-salinity-plots. Clone project into
ciofs-freshwater-report/ciofs_freshwater_report
. - Access datasets to compare with model output through cook-inlet-catalogs. Clone project into
ciofs-freshwater-report/ciofs_freshwater_report
. - Run numerical particle simulations to match drifter data using files in ciofs-drifter-sims. Clone project into
ciofs-freshwater-report/ciofs_freshwater_report
. - Run model-data comparisons and plots with ciofs-skill-assessment. Clone project into
ciofs-freshwater-report/ciofs_freshwater_report
.
Set up environment with environment.yml
:
mamba env create -f environment.yml
Activate environment with
conda activate ciofs-freshwater-report
In ciofs_freshwater_report
:
jupyter-book build .
After compiling locally, move the report to its sharing location, which is currently /mnt/vault/http_files/ciofs_fresh
.