Build ERSEM Make a “build” folder, and go into the build folder. Create “build_archer2.edit.sh”
#!/usr/bin/env bash# Script for compiling FVCOM-FABM-ERSEM for ARCHER2
#
# The build is split into three phases:
#
# 1) Build the FABM-ERSEM library. Her…