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

    r1073 r1088  
    22232223  i=0 
    22242224  while [ $i -lt $NB_ESSAI ] ; do 
    2225     ncap2 "$@" > /tmp/out_command.$$ 2>&1 
     2225    ncap2 --nocoords "$@" > /tmp/out_command.$$ 2>&1 
    22262226    status=$? 
    22272227    if [ ${status} -gt 0 ] ; then 
     
    23072307  i=0 
    23082308  while [ $i -lt $NB_ESSAI ] ; do 
    2309     ncbo $@ > /tmp/out_command.$$ 2>&1 
     2309    ncbo --nocoords $@ > /tmp/out_command.$$ 2>&1 
    23102310    status=$? 
    23112311    if [ ${status} -gt 0 ] ; then 
     
    23492349  i=0 
    23502350  while [ $i -lt $NB_ESSAI ] ; do 
    2351     ncdiff $@ > /tmp/out_command.$$ 2>&1 
     2351    ncdiff --nocoords $@ > /tmp/out_command.$$ 2>&1 
    23522352    status=$? 
    23532353    if [ ${status} -gt 0 ] ; then 
     
    23912391  i=0 
    23922392  while [ $i -lt $NB_ESSAI ] ; do 
    2393     ncea $@ > /tmp/out_command.$$ 2>&1 
     2393    ncea --nocoords $@ > /tmp/out_command.$$ 2>&1 
    23942394    status=$? 
    23952395    if [ ${status} -gt 0 ] ; then 
     
    24332433  i=0 
    24342434  while [ $i -lt $NB_ESSAI ] ; do 
    2435     ncecat $@ > /tmp/out_command.$$ 2>&1 
     2435    ncecat --nocoords $@ > /tmp/out_command.$$ 2>&1 
    24362436    status=$? 
    24372437    if [ ${status} -gt 0 ] ; then 
     
    24752475  i=0 
    24762476  while [ $i -lt $NB_ESSAI ] ; do 
    2477     ncflint $@ > /tmp/out_command.$$ 2>&1 
     2477    ncflint --nocoords $@ > /tmp/out_command.$$ 2>&1 
    24782478    status=$? 
    24792479    if [ ${status} -gt 0 ] ; then 
     
    25172517  i=0 
    25182518  while [ $i -lt $NB_ESSAI ] ; do 
    2519     ncks $@ > /tmp/out_command.$$ 2>&1 
     2519    ncks --nocoords $@ > /tmp/out_command.$$ 2>&1 
    25202520    status=$? 
    25212521    if [ ${status} -gt 0 ] ; then 
     
    25592559  i=0 
    25602560  while [ $i -lt $NB_ESSAI ] ; do 
    2561     ncpdq $@ > /tmp/out_command.$$ 2>&1 
     2561    ncpdq --nocoords $@ > /tmp/out_command.$$ 2>&1 
    25622562    status=$? 
    25632563    if [ ${status} -gt 0 ] ; then 
     
    26012601  i=0 
    26022602  while [ $i -lt $NB_ESSAI ] ; do 
    2603     ncra $@ > /tmp/out_command.$$ 2>&1 
     2603    ncra --nocoords $@ > /tmp/out_command.$$ 2>&1 
    26042604    status=$? 
    26052605    if [ ${status} -gt 0 ] ; then 
     
    26432643  i=0 
    26442644  while [ $i -lt $NB_ESSAI ] ; do 
    2645     ncrcat $@ > /tmp/out_command.$$ 2>&1 
     2645    ncrcat --nocoords $@ > /tmp/out_command.$$ 2>&1 
    26462646    status=$? 
    26472647    if [ ${status} -gt 0 ] ; then 
     
    27372737  i=0 
    27382738  while [ $i -lt $NB_ESSAI ] ; do 
    2739     ncwa $@ > /tmp/out_command.$$ 2>&1 
     2739    ncwa --nocoords $@ > /tmp/out_command.$$ 2>&1 
    27402740    status=$? 
    27412741    if [ ${status} -gt 0 ] ; then 
Note: See TracChangeset for help on using the changeset viewer.