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_live – NEMO
wiki:user/techene/TP_live

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

--

## Get the source https://owncloud.locean-ipsl.upmc.fr/index.php/s/MIDmP18cvAkd0xl

### Put the source at the right location

cp MODNUM.tar.gz $HOME

### Go in the home

cd $HOME

### ...to extract

tar xvfz MODNUM.tar.gz

## Compile it

cd MODNUM 
cd nemo

 ./makenemo -m GCC_LINUX -j 4 -r PAC2

### in case of problem

  • check your are in $HOME
  • check $HOME=/home/utl1
  • check the command you used to compile !

## Then run the code

cd cfgs
cd PAC2
cd EXP00

### check nemo executable is available

ls
export LD_LIBRARY_PATH=$HOME/MODNUM/util/netcdf-fortran-4.5.3/lib:$HOME/MODNUM/util/netcdf-c-4.7.4/lib:$HOME/MODNUM/util/hdf5-1.10.7/lib
mpirun -np 4 ./nemo