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.
Changeset 213 for trunk/CONFIG/GYRE/EXP00 – NEMO

Ignore:
Timestamp:
2005-03-10T15:49:21+01:00 (19 years ago)
Author:
opalod
Message:

RB :UPDATE149: add a default output directory for the jobs and a command to run in mpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/GYRE/EXP00/AA_job

    r211 r213  
    5454################################# 
    5555 
    56 ##-- define some directories: especially complete R_SORTIE_OCE 
     56##-- define some directories: 
    5757#- Launching run repository 
    5858#-Q- sxnec R_EXPER=${QSUB_WORKDIR:-${PWD}} 
    5959#-Q- aix R_EXPER=${QSUB_WORKDIR:-${PWD}} 
    60 #-Q- sx6nec R_EXPER=MMMMMMM/config/GYRE/EXP00 
     60#-Q- sx6nec R_EXPER=${PWD} 
    6161#- modipsl repository 
    6262R_EXEDIR=MMMMMMM      
    6363#- output files storing  
    64 R_SORTIE_OCE= 
     64R_SORTIE_OCE=AAAAAAA/GYRE 
    6565#- execution repository 
    6666R_TMP=$TMPDIR          
     
    9090#-Q- sx6nec export F_ERRCNT=5 
    9191 
     92#-Q- sxnec #- To be use for a mpp run 
     93#-Q- sxnec #mpirun -np ${NB_PROC} ./opa.xx 
     94#-Q- sx6nec #- To be use for a mpp run 
     95#-Q- sxn6ec #mpirun -np ${NB_PROC} ./opa.xx 
     96 
    9297./opa.xx 
    9398 
Note: See TracChangeset for help on using the changeset viewer.