Ignore:
Timestamp:
10/16/14 15:05:26 (10 years ago)
Author:
sdipsl
Message:

Use --nocoords to solve #192 and the following issue.
ERROR: nco_inq_varid() reports requested variable "t_inst_02678400" is not defined in file
Due to the fact that we have several time axis sampling in one file... not CF ...

File:
1 edited

Legend:

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

    r1064 r1088  
    19701970  i=0 
    19711971  while [ $i -lt $NB_ESSAI ] ; do 
    1972     ncap2 "$@" > /tmp/out_command.$$ 2>&1 
     1972    ncap2 --nocoords "$@" > /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 $@ > /tmp/out_command.$$ 2>&1 
     2056    ncbo --nocoords $@ > /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 $@ > /tmp/out_command.$$ 2>&1 
     2098    ncdiff --nocoords $@ > /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 $@ > /tmp/out_command.$$ 2>&1 
     2140    ncea --nocoords $@ > /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 $@ > /tmp/out_command.$$ 2>&1 
     2182    ncecat --nocoords $@ > /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 $@ > /tmp/out_command.$$ 2>&1 
     2224    ncflint --nocoords $@ > /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 $@ > /tmp/out_command.$$ 2>&1 
     2266    ncks --nocoords $@ > /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 $@ > /tmp/out_command.$$ 2>&1 
     2308    ncpdq --nocoords $@ > /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 $@ > /tmp/out_command.$$ 2>&1 
     2350    ncra --nocoords $@ > /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 $@ > /tmp/out_command.$$ 2>&1 
     2392    ncrcat --nocoords $@ > /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 $@ > /tmp/out_command.$$ 2>&1 
     2486    ncwa --nocoords $@ > /tmp/out_command.$$ 2>&1 
    24872487    status=$? 
    24882488    if [ ${status} -gt 0 ] ; then 
Note: See TracChangeset for help on using the changeset viewer.