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.
user/techene/TP_NEMO – NEMO
wiki:user/techene/TP_NEMO

Version 1 (modified by techene, 3 years ago) (diff)

--

Ensure proper lib are at proper places

- NEMO
- XIOS
- INSTALL

Get the code

# my login
me=smasson
# svn path to NEMO trunk
svnpath=svn+ssh://${me}@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/trunk
# get the revision number of the HEAD
rev=$( svn info $svnpath | grep "Last Changed Rev" | sed -e "s/.*: *//" )
# directory name given to the local trunk
dirnemo=trunk_test_perf_${rev}
# checkout the trunk into $dirnemo
svn co $svnpath $dirnemo
#
cd $dirnemo
#

Attachments (2)

Download all attachments as: .zip