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_fabm_nemo in NEMO/branches/UKMO/AMM15_v3_6_STABLE_new_ersem/NEMOGCM/CONFIG/AMM7_FABM_ERSEM/EXP2020 – NEMO

source: NEMO/branches/UKMO/AMM15_v3_6_STABLE_new_ersem/NEMOGCM/CONFIG/AMM7_FABM_ERSEM/EXP2020/build_fabm_nemo

Last change on this file 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: 383 bytes
RevLine 
[15480]1old=`pwd`
2
3workdir=/work/n01/n01/gle
4
5mkdir -p $workdir/build/nemo-fabm-ersem
6
7cd $workdir/build/nemo-fabm-ersem
8
9cmake $workdir/fabm/src -DFABM_HOST=nemo -DFABM_ERSEM_BASE=$workdir/ersem -DFABM_EMBED_VERSION=ON -DCMAKE_INSTALL_PREFIX=$workdir/local/fabm/nemo-fabm-ersem -DCMAKE_Fortran_FLAGS:STRING="-em -s integer32 -s real64 -O 1 -hflex_mp=intolerant"
10
11make install -j4
12cd  $old
13
Note: See TracBrowser for help on using the repository browser.