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.
Developers/Validation/trunk_perfs/do_trunk_perfs/quicker – NEMO
wiki:Developers/Validation/trunk_perfs/do_trunk_perfs/quicker

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

--

untar the cfgs.tar.gz file

Directly use cfgs.tar.gz tarfile

cd $dirnemo
# 
tar cvfz cfgs.tar.gz

Compile the configurations code

I propose to start with

  • ORCA2, ORCA2_ICE, ORCA2_ICE_PISCES.
  • one run with XIOS attached (XIOSAT) and one run without XIOS (NOXIOS)

There is the modules smasson uses on jean-zay modules_jeanzay.sh and irene modules_irene.sh

machine=... # for example X64_IRENE, X64_JEANZAY
# ORCA2_ICE_PISCES
./makenemo -m $machine -r ORCA2_ICE_PISCES_XIOSAT -j 8
./makenemo -m $machine -r ORCA2_ICE_PISCES_NOXIOS -j 8 del_key "key_iomput"
# ORCA2_ICE
./makenemo -m $machine -r ORCA2_ICE_XIOSAT -j 8 del_key "key_top"
./makenemo -m $machine -r ORCA2_ICE_NOXIOS -j 8 del_key "key_top key_iomput"
# ORCA2
./makenemo -m $machine -r ORCA2_XIOSAT -j 8 del_key "key_top key_si3"
./makenemo -m $machine -r ORCA2_NOXIOS -j 8 del_key "key_top key_si3 key_iomput"

Attachments (3)

Download all attachments as: .zip