Skip to content

building_nems

zacharyburnett edited this page Apr 25, 2022 · 1 revision

Building NEMS

1. clone a copy of NEMS source code CoastalApp

git clone https://github.com/noaa-ocs-modeling/CoastalApp.git --recursive
cd CoastalApp

2. build NEMS with desired components

./build.sh --component "ADCIRC ATMESH WW3DATA" --plat hera --compiler intel --clean -2 

Components:

  • circulation: ADCIRC
  • waves: WW3 / WW3DATA
  • atmosphere: ATMESH
  • hydrology: NWM

Platforms:

  • hera
  • stampede
  • wcoss
  • orion
  • jet
  • gaea
  • cheyenne
  • linux
  • macosx

Compilers:

  • intel
  • gnu
  • pgi

Clean:

  • 1: make clean and exit
  • 2: make clobber and exit
  • -1: make clean and build
  • -2: make clobber and build
Clone this wiki locally