Ignore:
Timestamp:
10/16/14 18:04:40 (10 years ago)
Author:
sdipsl
Message:

use the short option version because the long one do not work (but advertized as a possible option ...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_iitm.ksh

    r1088 r1091  
    19181918  i=0 
    19191919  while [ $i -lt $NB_ESSAI ] ; do 
    1920     ncap2 --nocoords "$@" > /tmp/out_command.$$ 2>&1 
     1920    ncap2 -C "$@" > /tmp/out_command.$$ 2>&1 
    19211921    status=$? 
    19221922    if [ ${status} -gt 0 ] ; then 
     
    20022002  i=0 
    20032003  while [ $i -lt $NB_ESSAI ] ; do 
    2004     ncbo --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2004    ncbo -C $@ > /tmp/out_command.$$ 2>&1 
    20052005    status=$? 
    20062006    if [ ${status} -gt 0 ] ; then 
     
    20442044  i=0 
    20452045  while [ $i -lt $NB_ESSAI ] ; do 
    2046     ncdiff --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2046    ncdiff -C $@ > /tmp/out_command.$$ 2>&1 
    20472047    status=$? 
    20482048    if [ ${status} -gt 0 ] ; then 
     
    20862086  i=0 
    20872087  while [ $i -lt $NB_ESSAI ] ; do 
    2088     ncea --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2088    ncea -C $@ > /tmp/out_command.$$ 2>&1 
    20892089    status=$? 
    20902090    if [ ${status} -gt 0 ] ; then 
     
    21282128  i=0 
    21292129  while [ $i -lt $NB_ESSAI ] ; do 
    2130     ncecat --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2130    ncecat -C $@ > /tmp/out_command.$$ 2>&1 
    21312131    status=$? 
    21322132    if [ ${status} -gt 0 ] ; then 
     
    21702170  i=0 
    21712171  while [ $i -lt $NB_ESSAI ] ; do 
    2172     ncflint --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2172    ncflint -C $@ > /tmp/out_command.$$ 2>&1 
    21732173    status=$? 
    21742174    if [ ${status} -gt 0 ] ; then 
     
    22122212  i=0 
    22132213  while [ $i -lt $NB_ESSAI ] ; do 
    2214     ncks --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2214    ncks -C $@ > /tmp/out_command.$$ 2>&1 
    22152215    status=$? 
    22162216    if [ ${status} -gt 0 ] ; then 
     
    22542254  i=0 
    22552255  while [ $i -lt $NB_ESSAI ] ; do 
    2256     ncpdq --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2256    ncpdq -C $@ > /tmp/out_command.$$ 2>&1 
    22572257    status=$? 
    22582258    if [ ${status} -gt 0 ] ; then 
     
    22962296  i=0 
    22972297  while [ $i -lt $NB_ESSAI ] ; do 
    2298     ncra --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2298    ncra -C $@ > /tmp/out_command.$$ 2>&1 
    22992299    status=$? 
    23002300    if [ ${status} -gt 0 ] ; then 
     
    23382338  i=0 
    23392339  while [ $i -lt $NB_ESSAI ] ; do 
    2340     ncrcat --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2340    ncrcat -C $@ > /tmp/out_command.$$ 2>&1 
    23412341    status=$? 
    23422342    if [ ${status} -gt 0 ] ; then 
     
    24322432  i=0 
    24332433  while [ $i -lt $NB_ESSAI ] ; do 
    2434     ncwa --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2434    ncwa -C $@ > /tmp/out_command.$$ 2>&1 
    24352435    status=$? 
    24362436    if [ ${status} -gt 0 ] ; then 
Note: See TracChangeset for help on using the changeset viewer.