New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
build-nemo.sh in NEMO/branches/UKMO/AMM15_v3_6_STABLE_new_ersem/NEMOGCM/CONFIG/ORCA2_LIM_FABM_ERSEM/EXP01 – NEMO

source: NEMO/branches/UKMO/AMM15_v3_6_STABLE_new_ersem/NEMOGCM/CONFIG/ORCA2_LIM_FABM_ERSEM/EXP01/build-nemo.sh @ 15814

Last change on this file since 15814 was 15480, checked in by jcastill, 3 years ago

Changes as in the git branch NEMO-FABMv1-ERSEM

  • Property svn:executable set to *
File size: 663 bytes
RevLine 
[15480]1#!/bin/bash
2
3module load intel intel-mpi netcdf-intelmpi hdf5-intelmpi
4
5NEMO_BUILD_DIR=$HOME/git/NEMO-shelf/NEMOGCM/CONFIG
6RUNDIR=~/build/ORCA2
7export XIOS_HOME=$HOME/local/xios-intel
8export FABM_HOME=$HOME/local/fabm/nemo
9
10ARCH=CETO_INTEL_NOSIGNEDZERO
11
12cd $NEMO_BUILD_DIR
13echo "Cleaning old build ..."
14rm -f $RUNDIR/nemo.exe $NEMO_BUILD_DIR/ORCA2_LIM_FABM_BLD_SCRATCH/BLD/bin/nemo.exe
15./makenemo -m $ARCH -n ORCA2_LIM_FABM_BLD_SCRATCH clean_config
16
17echo "Building NEMO-FABM..."
18./makenemo -m $ARCH -r ORCA2_LIM_FABM_ERSEM -n ORCA2_LIM_FABM_BLD_SCRATCH | tee compile.log && mv $NEMO_BUILD_DIR/ORCA2_LIM_FABM_BLD_SCRATCH/BLD/bin/nemo.exe $RUNDIR/ && echo "Done."
Note: See TracBrowser for help on using the repository browser.