Changeset 136 for altifloat/src


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

add observations from altifloat

Location:
altifloat/src
Files:
2 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 
  • altifloat/src/floater_delta.d

    r129 r136  
    11#define FILTER 
    22 
    3 defval jtlag 61//nombre de pas de temps Delta t/ delta t  
    4  
    5  
    6  
    7 defval jptfl 61 //Nombre total de pas de temps 
    8 defval jpnfl 3 //nombre total de flotteurs 
     3defval jtlag 36//nombre de pas de temps Delta t/ delta t  
     4 
     5 
     6 
     7defval jptfl 37 //Nombre total de pas de temps 
     8defval jpnfl 5 //nombre total de flotteurs 
    99 
    1010 
    1111defval nlon 87 //nbre de points de grilles en longitude 
    1212defval nlat 58 //nbre de points de grilles en latitude 
    13 defval nfloat 3 //nbre de flotteurs max par assim 
     13defval nfloat 5 //nbre de flotteurs max par assim 
    1414 
    1515#ifdef FILTER 
     
    2626option o_m1qn3 
    2727option o_gradtest 
     28//option o_parallel 
    2829//option  O_EXTOBJ "../object/ncutil.o" //for aviso files 
    2930#ifdef FILTER 
Note: See TracChangeset for help on using the changeset viewer.