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/ORCA2_LIM – NEMO

Changeset 213 for trunk/CONFIG/ORCA2_LIM


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/ORCA2_LIM/EXP00/AA_job

    r211 r213  
    5454################################# 
    5555 
    56 ##-- define some directories : especiallly complete R_SORTIE_OCE 
     56##-- define some directories :  
    5757#- Input file storing  
    58 #-Q- sxnec R_STOCKAGE="gaya:/u/rech/eee/reee512/NEMO" 
    59 #-Q- aix R_STOCKAGE="gaya:/u/rech/eee/reee512/NEMO" 
    60 #-Q- sx6nec R_STOCKAGE="/dmnfs/p86bensh/NEMO" 
     58#-Q- sxnec R_FORCING="gaya:/u/rech/eee/reee512/NEMO" 
     59#-Q- aix R_FORCING="gaya:/u/rech/eee/reee512/NEMO" 
     60#-Q- sx6nec R_FORCING="/dmnfs/p86bensh/NEMO" 
    6161#- Launching run repository 
    6262#-Q- sxnec R_EXPER=${QSUB_WORKDIR:-${PWD}} 
    6363#-Q- aix R_EXPER=${QSUB_WORKDIR:-${PWD}} 
    64 #-Q- sx6nec R_EXPER=MMMMMMM/config/NEMO_ORCA2_LIM/EXP00 
     64#-Q- sx6nec R_EXPER=${PWD} 
    6565#- modipsl repository 
    6666R_EXEDIR=MMMMMMM      
    6767#- output files storing  
    68 R_SORTIE_OCE= 
     68R_SORTIE_OCE=AAAAAAA/ORCA2_LIM 
    6969#- execution repository 
    7070R_TMP=$TMPDIR          
     
    7878 
    7979#--  define a fonction to get the input tarfile 
    80 #-Q- sxnec Rapatrie () { [ -f $1/$2 ] || ( rcp ${R_STOCKAGE}/$2 $1 ; cd $1; tar xvf $2 ;) } 
    81 #-Q- aix Rapatrie () { [ -f $1/$2 ] || ( rcp ${R_STOCKAGE}/$2 $1 ; cd $1; tar xvf $2 ;) } 
    82 #-Q- sx6nec Rapatrie () { [ -f $1/$2 ] || ( cp ${R_STOCKAGE}/$2 $1 ; cd $1; tar xvf $2 ;) } 
     80#-Q- sxnec Rapatrie () { [ -f $1/$2 ] || ( rcp ${R_FORCING}/$2 $1 ; cd $1; tar xvf $2 ;) } 
     81#-Q- aix Rapatrie () { [ -f $1/$2 ] || ( rcp ${R_FORCING}/$2 $1 ; cd $1; tar xvf $2 ;) } 
     82#-Q- sx6nec Rapatrie () { [ -f $1/$2 ] || ( cp ${R_FORCING}/$2 $1 ; cd $1; tar xvf $2 ;) } 
    8383 
    8484[ -d ${R_TMP} ] || mkdir ${R_TMP} 
     
    114114#-Q- sx6nec export F_PROGINF=yes 
    115115#-Q- sx6nec export F_ERRCNT=5 
     116 
     117#-Q- sxnec #- To be use for a mpp run 
     118#-Q- sxnec #mpirun -np ${NB_PROC} ./opa.xx 
     119#-Q- sx6nec #- To be use for a mpp run 
     120#-Q- sxn6ec #mpirun -np ${NB_PROC} ./opa.xx 
    116121 
    117122./opa.xx 
Note: See TracChangeset for help on using the changeset viewer.