Ignore:
Timestamp:
01/07/15 17:19:13 (9 years ago)
Author:
jbrlod
Message:

add observations from altifloat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • altifloat/src/floater.h

    r132 r136  
    258258   fprintf(stderr,"(read_bck) Warning : only %d data was loaded(nlon*nlat=%d)\n",count,nlon*nlat); 
    259259 fclose(fid); 
     260 fprintf(stdout,"(read_bck) %d was loaded as background\n",count); 
    260261  
    261262} 
     
    277278  } 
    278279  FILE *fid; 
     280  int count=0; 
    279281  fid=fopen(argc[1],"r"); 
    280282  if (fid==NULL) { 
     
    294296      return; 
    295297    } 
     298    count++; 
    296299    piobs[it-1][id-1]=pos; 
    297300    pmask[it-1][id-1]=1; 
    298301  } 
    299302  fclose(fid); 
     303  fprintf(stdout,"(read_obs) %d data were loaded as observations\n",count); 
    300304} 
    301305 
Note: See TracChangeset for help on using the changeset viewer.