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

    r1088 r1091  
    26152615  i=0 
    26162616  while [ $i -lt $NB_ESSAI ] ; do 
    2617     ncap2 --nocoords "$@" > /tmp/out_command.$$ 2>&1 
     2617    ncap2 -C "$@" > /tmp/out_command.$$ 2>&1 
    26182618    status=$? 
    26192619    if [ ${status} -gt 0 ] ; then 
     
    26992699  i=0 
    27002700  while [ $i -lt $NB_ESSAI ] ; do 
    2701     ncbo --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2701    ncbo -C $@ > /tmp/out_command.$$ 2>&1 
    27022702    status=$? 
    27032703    if [ ${status} -gt 0 ] ; then 
     
    27412741  i=0 
    27422742  while [ $i -lt $NB_ESSAI ] ; do 
    2743     ncdiff --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2743    ncdiff -C $@ > /tmp/out_command.$$ 2>&1 
    27442744    status=$? 
    27452745    if [ ${status} -gt 0 ] ; then 
     
    27832783  i=0 
    27842784  while [ $i -lt $NB_ESSAI ] ; do 
    2785     ncea --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2785    ncea -C $@ > /tmp/out_command.$$ 2>&1 
    27862786    status=$? 
    27872787    if [ ${status} -gt 0 ] ; then 
     
    28252825  i=0 
    28262826  while [ $i -lt $NB_ESSAI ] ; do 
    2827     ncecat --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2827    ncecat -C $@ > /tmp/out_command.$$ 2>&1 
    28282828    status=$? 
    28292829    if [ ${status} -gt 0 ] ; then 
     
    28672867  i=0 
    28682868  while [ $i -lt $NB_ESSAI ] ; do 
    2869     ncflint --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2869    ncflint -C $@ > /tmp/out_command.$$ 2>&1 
    28702870    status=$? 
    28712871    if [ ${status} -gt 0 ] ; then 
     
    29092909  i=0 
    29102910  while [ $i -lt $NB_ESSAI ] ; do 
    2911     ncks --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2911    ncks -C $@ > /tmp/out_command.$$ 2>&1 
    29122912    status=$? 
    29132913    if [ ${status} -gt 0 ] ; then 
     
    29512951  i=0 
    29522952  while [ $i -lt $NB_ESSAI ] ; do 
    2953     ncpdq --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2953    ncpdq -C $@ > /tmp/out_command.$$ 2>&1 
    29542954    status=$? 
    29552955    if [ ${status} -gt 0 ] ; then 
     
    29932993  i=0 
    29942994  while [ $i -lt $NB_ESSAI ] ; do 
    2995     ncra --nocoords $@ > /tmp/out_command.$$ 2>&1 
     2995    ncra -C $@ > /tmp/out_command.$$ 2>&1 
    29962996    status=$? 
    29972997    if [ ${status} -gt 0 ] ; then 
     
    30353035  i=0 
    30363036  while [ $i -lt $NB_ESSAI ] ; do 
    3037     ncrcat --nocoords $@ > /tmp/out_command.$$ 2>&1 
     3037    ncrcat -C $@ > /tmp/out_command.$$ 2>&1 
    30383038    status=$? 
    30393039    if [ ${status} -gt 0 ] ; then 
     
    31293129  i=0 
    31303130  while [ $i -lt $NB_ESSAI ] ; do 
    3131     ncwa --nocoords $@ > /tmp/out_command.$$ 2>&1 
     3131    ncwa -C $@ > /tmp/out_command.$$ 2>&1 
    31323132    status=$? 
    31333133    if [ ${status} -gt 0 ] ; then 
Note: See TracChangeset for help on using the changeset viewer.