-
Notifications
You must be signed in to change notification settings - Fork 3
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
- Clone RTOFS:
git clone --recursive [email protected]:NOAA-EMC/RTOFS_GLO.git - Change dir to where HYCOM_tools:
cd RTOFS_GLO/sorc/HYCOM_tools.fd/ - Edit
Make_ncdf.srcandMake_all.src; see below. - Build:
csh ./Make_ncdf.csh |& tee Make.log
Set: setenv ARCH intelIF
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`