Changeset 503 for trunk


Ignore:
Timestamp:
03/23/12 18:10:31 (12 years ago)
Author:
pinsard
Message:

for doc

Location:
trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/makefile

    r397 r503  
    306306 
    307307LIST_SRCMATLAB = \ 
    308 $(shell find $(DIRSRC) -name "*.m" | sort) 
     308$(shell find $(DIRSRC) -name "*.m" | grep -v external_matlab | sort) 
    309309 
    310310LIST_SRCMATLAB_RST = \ 
  • trunk/src/correct_nadir_amsu-v2.pro

    r452 r503  
    22;+ 
    33; 
    4 ; .. _correct_nadir_amsu.pro: 
    5 ; 
    6 ; ====================== 
    7 ; correct_nadir_amsu.pro 
    8 ; ====================== 
     4; .. _correct_nadir_amsu-v2.pro: 
     5; 
     6; ========================= 
     7; correct_nadir_amsu-v2.pro 
     8; ========================= 
    99; 
    1010; routine permettant d'ajuster les donnees AMSU au nadir 
  • trunk/src/cresamsu_cdf.pro

    r435 r503  
    1616; Uses: 
    1717; parametres: 
    18 ;  use_amsua = 0 ou 1 (amsub ou les deux) 
    19 ;  listcanal= tableau des canaux a traiter (caracteres) ex ['a5', 'b5'] 
     18; use_amsua = 0 ou 1 (amsub ou les deux) 
     19; 
     20; listcanal= tableau des canaux a traiter (caracteres) ex ['a5', 'b5'] 
     21; 
     22; :: 
     23;    cresamsu_cdf,use_amsua,yyyyb,mmb,ddb,yyyye,mme,dde,lon_min,lon_max, lat_min, lat_max,listcanal 
     24; 
     25; :Examples: 
     26; 
     27; :: 
     28; 
     29;  listcanal=['a5'] 
     30;  use_amsua=1 
     31;  yyyyb=2006L 
     32;  yyyye=2006L 
     33;  mmb=08 
     34;  mme=8 
     35;  ddb=1 
     36;  dde=3 
     37;  lon_min=-20 
     38;  lon_max=40 
     39;  lat_min=0 
     40;  lat_max=30 
    2041;  cresamsu_cdf,use_amsua,yyyyb,mmb,ddb,yyyye,mme,dde,lon_min,lon_max, lat_min, lat_max,listcanal 
    21 ; exemple 
    22 ;IDL> listcanal=['a5'] 
    23 ;IDL> use_amsua=1 
    24 ;IDL> yyyyb=2006 
    25 ;IDL> yyyye=2006 
    26 ;IDL> mmb=08 
    27 ;IDL> mme=8 
    28 ;IDL> ddb=1 
    29 ;IDL> dde=3 
    30 ;IDL> lon_min=-20 
    31 ;IDL> lon_max=40 
    32 ;IDL> lat_min=0 
    33 ;IDL> lat_max=30 
    34 ;  cresamsu_cdf,use_amsua,yyyyb,mmb,ddb,yyyye,mme,dde,lon_min,lon_max, lat_min, lat_max,listcanal 
    35  
     42; 
    3643; :Restrictions: 
    3744; 
     
    7279; new filename convention 
    7380; 
    74 ; :Examples: 
    75 ; 
    76 ; :: 
    77 ; 
    7881; :History: 
     82; 
    7983; 20111121 lelod 
    8084; recuperation du parametre "orbit" dans le fichier lu : 
  • trunk/src/file_amsu_t2_to_mem.pro

    r500 r503  
    9595; 
    9696;   * make it ok with files created by extract_amsuab examples 
    97 ;   * better variable names inside the structure thnk to 
    98 ;    :ref:`correct_nadir_amsu.pro` 
     97;   * better variable names inside the structure thank to 
     98;     :ref:`correct_nadir_amsu.pro` 
    9999; 
    100100; - fplod 20111205T094831Z aedon.locean-ipsl.upmc.fr (Darwin) 
  • trunk/src/get_sync_pulse.pro

    r427 r503  
    3939; :Examples: 
    4040; 
    41 ;   IDL> ++ 
    42 ;   IDL> get_sync_pulse, pulse_line,descending 
    43 ;   IDL> print, pulse_line 
    44 ;   IDL> print, descending 
     41; :: 
     42;   ++ 
     43;   get_sync_pulse, pulse_line,descending 
     44;   print, pulse_line 
     45;   print, descending 
    4546; 
    4647; :History: 
     48; 
     49;  $Id: get_sync_pulse.pro 257 2011-05-26 15:48:28Z pinsard $ 
     50; 
    4751; - eymard 21-11-2011 remis calcul "descending" dans cas amsub seul 
    48 ;  $Id: get_sync_pulse.pro 257 2011-05-26 15:48:28Z pinsard $ 
    4952; 
    5053; - pinsard 2011-05-16T13:09:29Z loholt1.ipsl.polytechnique.fr (Linux) 
  • trunk/src/hovmullerlat.m

    r374 r503  
    8888% scientific check : EPSAT demo all blue (0), TRMM blue and < 0 
    8989% 
    90 % if lon given in arg is not exactly a longitude step of original data file, no data will be output from 
    91 % MSGread or EPSATread. this is the case of -15 not found in EPSAT data; -15.05 exists 
     90% if lon given in arg is not exactly a longitude step of original data file,  
     91% no data will be output from MSGread or EPSATread.  
     92% this is the case of -15 not found in EPSAT data; -15.05 exists 
    9293% 
    9394% test on more than one day 
    9495% 
    95 % externalize *read 
     96% externalize read 
    9697% 
    9798% don't to how to initialize ficlist because of variable length 
     
    127128% 
    128129%   * introduce TRMM dataset 
    129 %   * force lonmin lonmax for TRMM dataset (see pb selection of data in *read) 
     130%   * force lonmin lonmax for TRMM dataset (see pb selection of data in read) 
    130131% 
    131132% - fplod 20110609T124630Z aedon.locean-ipsl.upmc.fr (Darwin) 
  • trunk/src/idl_amsu_netcdf.pro

    r480 r503  
    8686; $URL$ 
    8787; 
    88 ; - lelod 20111218  
    89 ;  la transformation du mask 1D en matrice est trop complexe et 
    90 ;inutilement lourde 
    91 ; proposition de recreer le masque avec le fichier bathy de S. masson (dans 
    92 ;cresamsu ou ici). Est ce utile du coup de l'inserer dans le fichier? 
     88; - lelod 20111218 
     89; 
     90;   * la transformation du mask 1D en matrice est trop complexe et 
     91;     inutilement lourde 
     92;     proposition de recreer le masque avec le fichier bathy de S. masson (dans 
     93;     cresamsu ou ici). Est ce utile du coup de l'inserer dans le fichier? 
    9394; 
    9495; - fplod 20111216T160934Z cratos (Linux) 
  • trunk/src/test_correc.pro

    r475 r503  
    11;+ 
    22; 
    3 ; .. _test_correc.pro 
     3; .. _test_correc.pro: 
    44; 
    55; =============== 
     
    1515; ======== 
    1616; 
    17 ;   IDL> numch = 'a5' 
    18 ;   IDL> test_correc, numch 
     17; :: 
     18; 
     19;   numch = 'a5' 
     20;   test_correc, numch 
    1921; 
    2022; SEE ALSO 
Note: See TracChangeset for help on using the changeset viewer.