Changeset 204 for trunk/src/paper01


Ignore:
Timestamp:
03/26/14 11:58:56 (10 years ago)
Author:
pinsard
Message:

fix thanks to coding rules; typo

Location:
trunk/src/paper01
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/paper01/fig11/swr_isccp_tropflux_new_v1.pro

    r203 r204  
    2929; 
    3030;       swr [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/swr_oafluxgrid_1985_2007.nc"]; 
    31 ;       sw [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/sw_reconstred_1989_2009.nc"]; 
     31;       sw [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/sw_reconstructed_1989_2009.nc"]; 
    3232;       olr [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/olr_oafluxgrid_30n30s.nc"]; 
    3333;       sst [shape=ellipse,fontname=Courier,label="${PROJECT_OD}/TropFlux_sst_19890101_20091231.nc"]; 
     
    112112sw_isccp=read_ncdf("swr", st, en, file=file,/nostr) 
    113113; 
    114 file=project_od_env+'sw_reconstred_1989_2009.nc' 
     114file=project_od_env+'sw_reconstructed_1989_2009.nc' 
    115115initncdf, file 
    116116sw_trop=read_ncdf("sw", st, en+1, file=file,/nostr) 
  • trunk/src/paper01/fig16/fig16_timeseries_nino3.pro

    r203 r204  
    222222; 
    223223pltt, ts_smooth(sst_ano,nsmooth,/nan), "t",/rempl,/nocolorb, $ 
    224       small=[1,3,1], title="a) Nino 3 index ", subtitle="", $ 
     224      small=[1,3,1], title="a) Niño 3 index ", subtitle="", $ 
    225225      ytitle="(degree Celcius)", marge=marge, linethick=1.3, charsize=1.1, xmin=-1, ymin=-1 
    226226; 
  • trunk/src/paper01/fig2/read_sw.pro

    r203 r204  
    6767;   * remove hard coding path 
    6868;   * add graphviz 
    69 ;   * remove smooth call (unreacheable statement after end !!) 
     69;   * remove smooth call (unreachable statement after end !!) 
    7070; 
    7171; - fplod 20110411T142955Z aedon.locean-ipsl.upmc.fr (Darwin) 
  • trunk/src/paper01/fig2/x_site_location.pro

    r203 r204  
    77; .. function:: x_site_location(site) 
    88; 
    9 ; DESCRITPION 
     9; DESCRIPTION 
    1010; =========== 
    1111; 
  • trunk/src/paper01/fig2/y_site_location.pro

    r203 r204  
    77; .. function:: y_site_location(site) 
    88; 
    9 ; DESCRITPION 
     9; DESCRIPTION 
    1010; =========== 
    1111; 
  • trunk/src/paper01/fig9/lwr_validation_scatter_2000_2007.pro

    r203 r204  
    152152; 
    153153file=project_id_env+'TropFlux_lwr_19890101_20091231.nc" 
    154 initncda, file 
     154initncdf, file 
    155155cor=read_ncdf('lwr',date1,date2,file=file,/nostr) 
    156156cor=-1*cor 
  • trunk/src/paper01/fig9/swr_validation_scatter_2000_2007.pro

    r203 r204  
    9191;- 
    9292pro swr_validation_scatter_2000_2007, date1, date2 
    93 @cm_genral 
     93@cm_general 
    9494@cm_project 
    9595reinitplt, /z,/invert 
Note: See TracChangeset for help on using the changeset viewer.