Version 2 (modified by smasson, 4 years ago) (diff) |
---|
untar the cfgs.tar.gz file
Directly use cfgs.tar.gz tarfile
cd $dirnemo # tar xvfz 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)
- modules_irene.sh (419 bytes) - added by smasson 4 years ago.
- modules_jeanzay.sh (407 bytes) - added by smasson 4 years ago.
- cfgs.tar.gz (113.9 KB) - added by smasson 4 years ago.
Download all attachments as: .zip