- Fetch the code from
pyroms
source repo. - Create a new conda environment:
conda create -n test_pyroms python=3.8
- Follow the
ReadMe.md
inpyroms
to install libs - For the
SCRIP
installation:- Note to modify
makefile
to avoid link to pre-installed netCDF lib/inc by Intel/PGI for model usage, and redirect to anaconda packaged path. - If
netcdf.inc
is not found in conda env path, just copy one from pre-installed netCDF include path.
- Note to modify