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

    r1063 r1088  
    19981998  i=0 
    19991999  while [ $i -lt $NB_ESSAI ] ; do 
    2000     ncap2 "$@" > /tmp/out_command_${LOGIN}.$$ 2>&1 
     2000    ncap2 --nocoords "$@" > /tmp/out_command_${LOGIN}.$$ 2>&1 
    20012001    status=$? 
    20022002    if [ ${status} -gt 0 ] ; then 
     
    20822082  i=0 
    20832083  while [ $i -lt $NB_ESSAI ] ; do 
    2084     ncbo $@ > /tmp/out_command_${LOGIN}.$$ 2>&1 
     2084    ncbo --nocoords $@ > /tmp/out_command_${LOGIN}.$$ 2>&1 
    20852085    status=$? 
    20862086    if [ ${status} -gt 0 ] ; then 
     
    21242124  i=0 
    21252125  while [ $i -lt $NB_ESSAI ] ; do 
    2126     ncdiff $@ > /tmp/out_command_${LOGIN}.$$ 2>&1 
     2126    ncdiff --nocoords $@ > /tmp/out_command_${LOGIN}.$$ 2>&1 
    21272127    status=$? 
    21282128    if [ ${status} -gt 0 ] ; then 
     
    21662166  i=0 
    21672167  while [ $i -lt $NB_ESSAI ] ; do 
    2168     ncea $@ > /tmp/out_command_${LOGIN}.$$ 2>&1 
     2168    ncea --nocoords $@ > /tmp/out_command_${LOGIN}.$$ 2>&1 
    21692169    status=$? 
    21702170    if [ ${status} -gt 0 ] ; then 
     
    22082208  i=0 
    22092209  while [ $i -lt $NB_ESSAI ] ; do 
    2210     ncecat $@ > /tmp/out_command_${LOGIN}.$$ 2>&1 
     2210    ncecat --nocoords $@ > /tmp/out_command_${LOGIN}.$$ 2>&1 
    22112211    status=$? 
    22122212    if [ ${status} -gt 0 ] ; then 
     
    22502250  i=0 
    22512251  while [ $i -lt $NB_ESSAI ] ; do 
    2252     ncflint $@ > /tmp/out_command_${LOGIN}.$$ 2>&1 
     2252    ncflint --nocoords $@ > /tmp/out_command_${LOGIN}.$$ 2>&1 
    22532253    status=$? 
    22542254    if [ ${status} -gt 0 ] ; then 
     
    22922292  i=0 
    22932293  while [ $i -lt $NB_ESSAI ] ; do 
    2294     ncks $@ > /tmp/out_command_${LOGIN}.$$ 2>&1 
     2294    ncks --nocoords $@ > /tmp/out_command_${LOGIN}.$$ 2>&1 
    22952295    status=$? 
    22962296    if [ ${status} -gt 0 ] ; then 
     
    23342334  i=0 
    23352335  while [ $i -lt $NB_ESSAI ] ; do 
    2336     ncpdq $@ > /tmp/out_command_${LOGIN}.$$ 2>&1 
     2336    ncpdq --nocoords $@ > /tmp/out_command_${LOGIN}.$$ 2>&1 
    23372337    status=$? 
    23382338    if [ ${status} -gt 0 ] ; then 
     
    23762376  i=0 
    23772377  while [ $i -lt $NB_ESSAI ] ; do 
    2378     ncra $@ > /tmp/out_command_${LOGIN}.$$ 2>&1 
     2378    ncra --nocoords $@ > /tmp/out_command_${LOGIN}.$$ 2>&1 
    23792379    status=$? 
    23802380    if [ ${status} -gt 0 ] ; then 
     
    24182418  i=0 
    24192419  while [ $i -lt $NB_ESSAI ] ; do 
    2420     ncrcat $@ > /tmp/out_command_${LOGIN}.$$ 2>&1 
     2420    ncrcat --nocoords $@ > /tmp/out_command_${LOGIN}.$$ 2>&1 
    24212421    status=$? 
    24222422    if [ ${status} -gt 0 ] ; then 
     
    25122512  i=0 
    25132513  while [ $i -lt $NB_ESSAI ] ; do 
    2514     ncwa $@ > /tmp/out_command_${LOGIN}.$$ 2>&1 
     2514    ncwa --nocoords $@ > /tmp/out_command_${LOGIN}.$$ 2>&1 
    25152515    status=$? 
    25162516    if [ ${status} -gt 0 ] ; then 
Note: See TracChangeset for help on using the changeset viewer.