Changeset 164


Ignore:
Timestamp:
08/07/15 10:07:34 (9 years ago)
Author:
jbrlod
Message:

add nemed exp

Location:
altifloat
Files:
34 added
3 edited

Legend:

Unmodified
Added
Removed
  • altifloat/matlab_toolbox/script_perso.m

    r160 r164  
    11close all 
    22clear all 
    3 indir='../exp_hr/'; 
     3indir='../exp_nemed/'; 
    44%indir='../exp_twin_aviso/'; 
    55%indir='../../code_leila/altifloat/obs_float/'; 
     
    77%ut=load([ indir 'uzero.dat']); 
    88%vt=load([ indir 'vzero.dat']); 
    9 robs=load([ indir 'obs_jum_cut_18.dat']); 
    10 rsim=load([ indir 'rfloat_total_jum1.dat']); 
    11 uvb=load([ indir 'uv_back_aviso_0901_0902_sp_t2.dat']); 
    12 uvt=load([ indir 'uv_truthdan_0901_0903_lin_t2.dat']); 
    13 uvr=load([indir 'uv_tot_jum1.dat']); 
    14 uvgeo=load([indir 'uv_geos_jum1.dat']); 
    15 meshg=load([indir 'meshgrid_aviso_t2.dat']); 
     9robs=load([ indir 'obs.dat']); 
     10rsim=load([ indir 'rfloat_nodiv.dat']); 
     11uvb=load([ indir 'uv_back_aviso.dat']); 
     12uvt=load([ indir 'uv_back_aviso.dat']); 
     13uvr=load([indir 'uv_tot_nodiv.dat']); 
     14uvgeo=load([indir 'uv_geos_nodiv.dat']); 
     15meshg=load([indir 'meshgrid_aviso.dat']); 
    1616Div_ana_file=[indir 'Div_ana.dat']; 
    1717Div_fg_file=[indir 'Div_fg.dat']; 
     
    2323iech=1; 
    2424jech=1; 
    25 LIM=[34.5 36 32.5 35]; 
     25%LIM=[34.5 36 32.5 35]; 
     26LON = [32.5 35.6]; 
     27LAT = [32.5 35.5]; 
     28LIM= [LON LAT]; 
    2629%Format : t/s, ilon, ilat, val 
    2730 
  • altifloat/scripts/extract_aviso.sh

    r131 r164  
    22 
    33#specify dates here : 
    4 begin_date="20130827" 
    5 end_date="20130922" 
     4#begin_date="20130827" 
     5#end_date="20130922" 
     6begin_date="20090814" 
     7end_date="20090916" 
    68 
    79#specifiy where the data will be downloaded 
  • altifloat/src/floater_delta.d

    r160 r164  
    11#define FILTER 
    22 
    3 defval jtlag 18//nombre de pas de temps Delta t/ delta t  
    4  
    5  
    6  
    7 defval jptfl 55 //Nombre total de pas de temps 
    8 defval jpnfl 18 //nombre total de flotteurs 
     3defval jtlag 24//nombre de pas de temps Delta t/ delta t  
     4 
     5 
     6 
     7defval jptfl 217 //Nombre total de pas de temps 
     8defval jpnfl 2 //nombre total de flotteurs 
    99 
    1010 
     
    2121#endif 
    2222 
    23 defval nfloat 18 //nbre de flotteurs max par assim 
     23defval nfloat 2 //nbre de flotteurs max par assim 
    2424 
    2525#ifdef FILTER 
Note: See TracChangeset for help on using the changeset viewer.