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

    r1078 r1088  
    26152615  i=0 
    26162616  while [ $i -lt $NB_ESSAI ] ; do 
    2617     ncap2 "$@" > /tmp/out_command.$$ 2>&1 
     2617    ncap2 --nocoords "$@" > /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 $@ > /tmp/out_command.$$ 2>&1 
     2701    ncbo --nocoords $@ > /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 $@ > /tmp/out_command.$$ 2>&1 
     2743    ncdiff --nocoords $@ > /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 $@ > /tmp/out_command.$$ 2>&1 
     2785    ncea --nocoords $@ > /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 $@ > /tmp/out_command.$$ 2>&1 
     2827    ncecat --nocoords $@ > /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 $@ > /tmp/out_command.$$ 2>&1 
     2869    ncflint --nocoords $@ > /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 $@ > /tmp/out_command.$$ 2>&1 
     2911    ncks --nocoords $@ > /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 $@ > /tmp/out_command.$$ 2>&1 
     2953    ncpdq --nocoords $@ > /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 $@ > /tmp/out_command.$$ 2>&1 
     2995    ncra --nocoords $@ > /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 $@ > /tmp/out_command.$$ 2>&1 
     3037    ncrcat --nocoords $@ > /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 $@ > /tmp/out_command.$$ 2>&1 
     3131    ncwa --nocoords $@ > /tmp/out_command.$$ 2>&1 
    31323132    status=$? 
    31333133    if [ ${status} -gt 0 ] ; then 
Note: See TracChangeset for help on using the changeset viewer.