Changeset 1101


Ignore:
Timestamp:
10/21/14 22:36:22 (10 years ago)
Author:
sdipsl
Message:
  • r1091 was not complete in the Ada case... Use the short option -C for nco
  • POST_DIR was not exported to pack_* jobs
Location:
trunk/libIGCM
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_pack_debug

    r1070 r1101  
    2626#-Q- ada # pour recevoir un mail en cas de depassement du temps Elapsed (ou autre pb.) 
    2727#-Q- ada # @ notification = error 
    28 #-Q- ada # @ environment  = $DEBUG_debug ; $BigBrother ; $MODIPSL ; $libIGCM ; $libIGCM_SX ; $SUBMIT_DIR ; $DateBegin ; $DateEnd ; $PeriodPack ; $StandAlone ; $MASTER 
     28#-Q- ada # @ environment  = $DEBUG_debug ; $BigBrother ; $MODIPSL ; $libIGCM ; $libIGCM_SX ; $POST_DIR ; $SUBMIT_DIR ; $DateBegin ; $DateEnd ; $PeriodPack ; $StandAlone ; $MASTER 
    2929#-Q- ada # @ queue 
    3030#-Q- lxiv8 ###################### 
  • trunk/libIGCM/AA_pack_output

    r1070 r1101  
    2626#-Q- ada # pour recevoir un mail en cas de depassement du temps Elapsed (ou autre pb.) 
    2727#-Q- ada # @ notification = error 
    28 #-Q- ada # @ environment  = $DEBUG_debug ; $BigBrother ; $MODIPSL ; $libIGCM ; $libIGCM_SX ; $SUBMIT_DIR ; $DateBegin ; $DateEnd ; $PeriodPack ; $StandAlone ; $MASTER 
     28#-Q- ada # @ environment  = $DEBUG_debug ; $BigBrother ; $MODIPSL ; $libIGCM ; $libIGCM_SX ; $POST_DIR ; $SUBMIT_DIR ; $DateBegin ; $DateEnd ; $PeriodPack ; $StandAlone ; $MASTER 
    2929#-Q- ada # @ queue 
    3030#-Q- lxiv8 ###################### 
  • trunk/libIGCM/AA_pack_restart

    r1070 r1101  
    2626#-Q- ada # pour recevoir un mail en cas de depassement du temps Elapsed (ou autre pb.) 
    2727#-Q- ada # @ notification = error 
    28 #-Q- ada # @ environment  = $DEBUG_debug ; $BigBrother ; $MODIPSL ; $libIGCM ; $libIGCM_SX ; $SUBMIT_DIR ; $DateBegin ; $DateEnd ; $PeriodPack ; $StandAlone ; $MASTER 
     28#-Q- ada # @ environment  = $DEBUG_debug ; $BigBrother ; $MODIPSL ; $libIGCM ; $libIGCM_SX ; $POST_DIR ; $SUBMIT_DIR ; $DateBegin ; $DateEnd ; $PeriodPack ; $StandAlone ; $MASTER 
    2929#-Q- ada # @ queue 
    3030#-Q- lxiv8 ###################### 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_ada.ksh

    r1093 r1101  
    22482248  i=0 
    22492249  while [ $i -lt $NB_ESSAI ] ; do 
    2250     ncap2 --nocoords "$@" > /tmp/out_command.$$ 2>&1 
     2250    ncap2 -C "$@" > /tmp/out_command.$$ 2>&1 
    22512251    status=$? 
    22522252    if [ ${status} -gt 0 ] ; then 
     
    23322332  i=0 
    23332333  while [ $i -lt $NB_ESSAI ] ; do 
    2334     ncbo --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2334    ncbo -C $@ > /tmp/out_command.$$ 2>&1 
    23352335    status=$? 
    23362336    if [ ${status} -gt 0 ] ; then 
     
    23742374  i=0 
    23752375  while [ $i -lt $NB_ESSAI ] ; do 
    2376     ncdiff --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2376    ncdiff -C $@ > /tmp/out_command.$$ 2>&1 
    23772377    status=$? 
    23782378    if [ ${status} -gt 0 ] ; then 
     
    24162416  i=0 
    24172417  while [ $i -lt $NB_ESSAI ] ; do 
    2418     ncea --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2418    ncea -C $@ > /tmp/out_command.$$ 2>&1 
    24192419    status=$? 
    24202420    if [ ${status} -gt 0 ] ; then 
     
    24582458  i=0 
    24592459  while [ $i -lt $NB_ESSAI ] ; do 
    2460     ncecat --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2460    ncecat -C $@ > /tmp/out_command.$$ 2>&1 
    24612461    status=$? 
    24622462    if [ ${status} -gt 0 ] ; then 
     
    25002500  i=0 
    25012501  while [ $i -lt $NB_ESSAI ] ; do 
    2502     ncflint --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2502    ncflint -C $@ > /tmp/out_command.$$ 2>&1 
    25032503    status=$? 
    25042504    if [ ${status} -gt 0 ] ; then 
     
    25422542  i=0 
    25432543  while [ $i -lt $NB_ESSAI ] ; do 
    2544     ncks --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2544    ncks -C $@ > /tmp/out_command.$$ 2>&1 
    25452545    status=$? 
    25462546    if [ ${status} -gt 0 ] ; then 
     
    25842584  i=0 
    25852585  while [ $i -lt $NB_ESSAI ] ; do 
    2586     ncpdq --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2586    ncpdq -C $@ > /tmp/out_command.$$ 2>&1 
    25872587    status=$? 
    25882588    if [ ${status} -gt 0 ] ; then 
     
    26262626  i=0 
    26272627  while [ $i -lt $NB_ESSAI ] ; do 
    2628     ncra --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2628    ncra -C $@ > /tmp/out_command.$$ 2>&1 
    26292629    status=$? 
    26302630    if [ ${status} -gt 0 ] ; then 
     
    26682668  i=0 
    26692669  while [ $i -lt $NB_ESSAI ] ; do 
    2670     ncrcat --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2670    ncrcat -C $@ > /tmp/out_command.$$ 2>&1 
    26712671    status=$? 
    26722672    if [ ${status} -gt 0 ] ; then 
Note: See TracChangeset for help on using the changeset viewer.