Ignore:
Timestamp:
01/06/09 10:53:18 (16 years ago)
Author:
pinsard
Message:

remove trailing blanks, split lines with multiple statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SIMULS_IRCAAM/prepare_olr_filtre_CTL.m

    r10 r16  
     1% 
     2 
    13% ce programme prepare les fichiers d'OLR de simulations IRCAAM CNRM 
    24% pour le programme de filtrage 
     
    57% Name        Size                  Bytes  Class     Attributes 
    68% 
    7 % ans         1x4                     268  cell                 
    8 % lat        64x1                     512  double               
    9 % lon       128x1                    1024  double               
    10 % rlut      122x64x128            7995392  double               
    11 % time      122x1                     976  double               
     9% ans         1x4                     268  cell 
     10% lat        64x1                     512  double 
     11% lon       128x1                    1024  double 
     12% rlut      122x64x128            7995392  double 
     13% time      122x1                     976  double 
    1214% 
    1315 
     
    111113olr1(:,:,:,65:128)=olr(:,:,:,1:64); 
    112114clear olr 
    113 olr=olr1; clear olr1; 
     115olr=olr1; 
     116clear olr1; 
    114117olr=olr(:,:,29:43,54:77); 
    115118taille=(43-29+1)*(77-54+1); 
    116119tps=122*29; 
    117120% taille de OLR 
    118 % 122 28 14 24  
     121% 122 28 14 24 
    119122olr=reshape(olr,3538,15,24); 
    120123olr=permute(olr,[3 2 1]); 
Note: See TracChangeset for help on using the changeset viewer.