LZN's Blog CodePlayer

PYROMS Installation

2021-09-18
LZN

  1. Fetch the code from pyroms source repo.
  2. Create a new conda environment:
     conda create -n test_pyroms python=3.8
    
  3. Follow the ReadMe.md in pyroms to install libs
  4. For the SCRIP installation:
    1. 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.
    2. If netcdf.inc is not found in conda env path, just copy one from pre-installed netCDF include path.

Similar Posts

下一篇 git submodules

Comments