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_default.ksh

    r1088 r1091  
    19701970  i=0 
    19711971  while [ $i -lt $NB_ESSAI ] ; do 
    1972     ncap2 --nocoords "$@" > /tmp/out_command.$$ 2>&1 
     1972    ncap2 -C "$@" > /tmp/out_command.$$ 2>&1 
    19731973    status=$? 
    19741974    if [ ${status} -gt 0 ] ; then 
     
    20542054  i=0 
    20552055  while [ $i -lt $NB_ESSAI ] ; do 
    2056     ncbo --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2056    ncbo -C $@ > /tmp/out_command.$$ 2>&1 
    20572057    status=$? 
    20582058    if [ ${status} -gt 0 ] ; then 
     
    20962096  i=0 
    20972097  while [ $i -lt $NB_ESSAI ] ; do 
    2098     ncdiff --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2098    ncdiff -C $@ > /tmp/out_command.$$ 2>&1 
    20992099    status=$? 
    21002100    if [ ${status} -gt 0 ] ; then 
     
    21382138  i=0 
    21392139  while [ $i -lt $NB_ESSAI ] ; do 
    2140     ncea --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2140    ncea -C $@ > /tmp/out_command.$$ 2>&1 
    21412141    status=$? 
    21422142    if [ ${status} -gt 0 ] ; then 
     
    21802180  i=0 
    21812181  while [ $i -lt $NB_ESSAI ] ; do 
    2182     ncecat --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2182    ncecat -C $@ > /tmp/out_command.$$ 2>&1 
    21832183    status=$? 
    21842184    if [ ${status} -gt 0 ] ; then 
     
    22222222  i=0 
    22232223  while [ $i -lt $NB_ESSAI ] ; do 
    2224     ncflint --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2224    ncflint -C $@ > /tmp/out_command.$$ 2>&1 
    22252225    status=$? 
    22262226    if [ ${status} -gt 0 ] ; then 
     
    22642264  i=0 
    22652265  while [ $i -lt $NB_ESSAI ] ; do 
    2266     ncks --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2266    ncks -C $@ > /tmp/out_command.$$ 2>&1 
    22672267    status=$? 
    22682268    if [ ${status} -gt 0 ] ; then 
     
    23062306  i=0 
    23072307  while [ $i -lt $NB_ESSAI ] ; do 
    2308     ncpdq --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2308    ncpdq -C $@ > /tmp/out_command.$$ 2>&1 
    23092309    status=$? 
    23102310    if [ ${status} -gt 0 ] ; then 
     
    23482348  i=0 
    23492349  while [ $i -lt $NB_ESSAI ] ; do 
    2350     ncra --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2350    ncra -C $@ > /tmp/out_command.$$ 2>&1 
    23512351    status=$? 
    23522352    if [ ${status} -gt 0 ] ; then 
     
    23902390  i=0 
    23912391  while [ $i -lt $NB_ESSAI ] ; do 
    2392     ncrcat --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2392    ncrcat -C $@ > /tmp/out_command.$$ 2>&1 
    23932393    status=$? 
    23942394    if [ ${status} -gt 0 ] ; then 
     
    24842484  i=0 
    24852485  while [ $i -lt $NB_ESSAI ] ; do 
    2486     ncwa --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2486    ncwa -C $@ > /tmp/out_command.$$ 2>&1 
    24872487    status=$? 
    24882488    if [ ${status} -gt 0 ] ; then 
Note: See TracChangeset for help on using the changeset viewer.