Skip to content

Build instructions

Santha Akella edited this page Jun 11, 2025 · 3 revisions

Welcome to the RTOFS_GLO wiki!

To build RTOFS

  • Follow steps listed here

To build HYCOM-tools

  1. Clone RTOFS: git clone --recursive [email protected]:NOAA-EMC/RTOFS_GLO.git
  2. Change dir to where HYCOM_tools: cd RTOFS_GLO/sorc/HYCOM_tools.fd/
  3. Edit Make_ncdf.src and Make_all.src ; see below.
  4. Build: csh ./Make_ncdf.csh |& tee Make.log

Edits to Make_all.src:

Set: setenv ARCH intelIF

Edit Make_ncdf.src.

On NOAA's WCOSS-2 we will use ftn = ifort and for that, you need following lines:

module load intel/19.1.3.304 PrgEnv-intel/8.1.0 craype/2.7.10 netcdf/4.7.4
setenv NCDFC  /apps/prod/hpc-stack/intel-19.1.3.304/netcdf/4.7.4/
setenv NCDF   /apps/prod/hpc-stack/intel-19.1.3.304/netcdf/4.7.4/
setenv EXTRANCDF `nf-config --flibs`

Clone this wiki locally