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.
Job_mercure in vendors/XMLF90/current/doc/Examples/dom – NEMO

source: vendors/XMLF90/current/doc/Examples/dom/Job_mercure @ 1960

Last change on this file since 1960 was 1960, checked in by flavoni, 14 years ago

importing XMLF90 r_53 vendor

File size: 608 bytes
Line 
1#PBS -N  TEST              # nom de la requete
2#PBS -j o                       # regroupement des stdout et stderr
3#PBS -S /usr/bin/ksh            # shell de soumission
4#PBS -l memsz_job=1gb           # Limite memoire a 1 Go
5#PBS -l cputim_job=0:01:00      # Limite temps
6set -xv
7uname
8ncdump --version
9cd /scratchdir/p86caub/XML_SX/xmlf90-1.2g/Examples/dom
10./text
11###cd /home/p86caub/IPSLIO/bin
12###./main.exe
13###export DISPLAY=mercure:38.0
14###totalview opa.xx core.26012
15###cd /scratchdir/p86caub/COUPHR3
16###mcs -p lmdz.x
17###mcs -p oasis
18###mcs -p opa.xx
19###cd /scratchdir/p86caub/TESTNEM2
20###mcs -p oasis1
Note: See TracBrowser for help on using the repository browser.