Changeset 77


Ignore:
Timestamp:
08/09/11 18:09:52 (13 years ago)
Author:
pinsard
Message:

complete documentation

Location:
trunk
Files:
2 deleted
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/guides/data_content.rst

    r58 r77  
    99.. ========== 
    1010.. 
     11.. - fplod 20110809T155036Z aedon.locean-ipsl.upmc.fr (Darwin) 
     12.. 
     13..   * add some OAFLUX files 
     14.. 
    1115.. - fplod 20110628T141021Z aedon.locean-ipsl.upmc.fr (Darwin) 
    1216.. 
     
    8791size 3 Mo (after decompression) 
    8892 
     93:file:`ftp://ftp.whoi.edu/pub/science/oaflux/data_v3/daily/radiation_1985-2007/sw_isccp_{yyyy}.nc.gz` 
     94 
     95size ++ Mo/year (after decompression) 
     96 
    8997Derived files 
    9098^^^^^^^^^^^^^ 
     
    93101 
    94102size < 100 Ko 
     103 
     104:file:`${PROJECT_ID}/swr_oafluxgrid_1985_2007.nc` 
     105 
     106size ++ 
    95107 
    96108Tools 
  • trunk/adm/guides/generate_tropflux.rst

    r72 r77  
    9191 - :ref:`interp_erai_lwr_1989_2009.pro` 
    9292 - :ref:`interp_erai_sst_1989_2009.pro` 
     93 - :ref:`interp_erai_msl_1989_2009.pro` 
    9394 - :ref:`interp_erai_t2m_1989_2009.pro` 
    9495 - :ref:`interp_erai_ws_1989_2009.pro` 
  • trunk/adm/sphinx/conf.py

    r54 r77  
    2525# make autodoc work for test/read.py 
    2626# 
     27# graphviz inheritance not ok 
     28# 
    2729# EVOLUTIONS 
    2830# ========== 
     31# 
     32# - fplod 20110809T160205Z cratos (Linux) 
     33# 
     34#   * add sphinx.ext.inheritance_diagram to properly handle graphviz attributes 
     35#     but still no ok ! 
    2936# 
    3037# - fplod 20110622T074544Z cratos.locean-ipsl.upmc.fr (Linux) 
     
    8996# Add any Sphinx extension module names here, as strings. They can be extensions 
    9097# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 
    91 extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig','sphinx.ext.graphviz','sphinx.ext.autodoc'] 
    92  
     98extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig','sphinx.ext.graphviz','sphinx.ext.inheritance_diagram','sphinx.ext.autodoc'] 
    9399 
    94100# Add any paths that contain templates here, relative to this directory. 
  • trunk/adm/website/gen_survey.sh

    r56 r77  
    2020# :ref:`maintropflux.xml` 
    2121# 
     22# :ref:`conf.py` 
     23# 
    2224# TODO 
    2325# ==== 
     
    3638# 
    3739# $URL$ 
     40# 
    3841# $Id$ 
     42# 
     43# - fplod 20110705T155755Z aedon.locean-ipsl.upmc.fr (Darwin) 
     44# 
     45#   * start to try to run sphinx-build 
     46# 
     47# - fplod 20110629T124711Z aedon.locean-ipsl.upmc.fr (Darwin) 
     48# 
     49#   * start usage of rest in superbib 
    3950# 
    4051# - fplod 20110624T142756Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    5061ln -sf  /usr/home/fplod/incas/tropflux/tropflux_ws/adm/website/maintropflux.xml ./main.xml 
    5162make html 
     63make rest 
     64find /tmp/superbib/ . -name "*.rst" 
     65sphinx-build -b html -c . /tmp/superbib/ /tmp 
    5266# ++ cp ++ _static/survey.png 
    5367#++ make -n install 
    54 install.sh -w /tmp/superbib/ -u  http://www.locean-ipsl.upmc.fr/~fplod/supertropflux/ 
     68#++install.sh -w /tmp/superbib/ -u  http://www.locean-ipsl.upmc.fr/~fplod/supertropflux/ 
    5569# 
    5670exit 0 
  • trunk/adm/website/usertropflux.dtd

    r56 r77  
    99migration to xsd 
    1010 
    11 JV valiadtion of filed survey 
     11JV validation of filed survey 
     12 
     13netcdf favorite tools : cdo, nco, ferret, netcdf, idl, idl/saxo, ncview, etc. 
     14 
     15affiliation : istitution address and so on 
     16 
    1217EVOLUTION$ 
    1318========== 
     
    2025 
    2126  * creation 
     27 
    2228--> 
    2329<!ELEMENT users (date,user+)> 
  • trunk/src/TropFlux_19890101_20091231.pro

    r74 r77  
    2121; 
    2222; :file:`${PROJECT_OD}/TropFlux_gustiness_19890101_20091231.nc` containing ++ 
    23 ; have been produced by :ref:` cronin_gustiness_ncdf.pro`. 
     23; have been produced by :ref:`cronin_gustiness_ncdf.pro`. 
    2424; 
    2525; :file:`${PROJECT_OD}/TropFlux_swr_19890101_20091231_BLND.nc` containing ws corrected on OAFLUX grid  
  • trunk/src/d2m_to_q2m_erai.pro

    r72 r77  
    77; =================== 
    88; 
    9 ; Converstion of d2m to q2m on OAFLUX grid 
     9; Conversion of d2m to q2m on OAFLUX grid 
    1010; 
    1111; :file:`${PROJECT_OD}/erai_d2m_19890101_20091231_oafluxgrid.nc` have been  
     
    1616; 
    1717; :file:`${PROJECT_OD}/erai_msl_19890101_20091231_oafluxgrid.nc` have been  
    18 ; produced by ++. 
     18; produced by :ref:`interp_erai_msl_1989_2009.pro`. 
    1919; 
    2020; q2m on OAFLUX grid is written in 
     
    5353; 
    5454; :ref:`interp_erai_dewt_1989_2009.pro` 
     55; :ref:`interp_erai_msl_1989_2009.pro` 
    5556; :ref:`interp_erai_t2m_1989_2009.pro` 
    5657; 
    57 ; :ref:`d2m_to_q2m_erai.pro` 
     58; :ref:`q2m_correction_ncdf.pro` 
    5859; 
    5960; :func:`rh_to_spechum` 
     
    7374; ==== 
    7475; 
    75 ; I (fp) do not know how 
    76 ; ${PROJECT_OD}/erai_msl_19890101_20091231_oafluxgrid.nc is produced. 
    77 ; 
    7876; es0 undefined 
    7977; 
     
    8280; EVOLUTIONS 
    8381; ========== 
     82; 
     83; $Id$ 
     84;  
     85; $URL$ 
     86; 
     87; - fplod 20110809T154249Z aedon.locean-ipsl.upmc.fr (Darwin) 
     88; 
     89;   * typo 
    8490; 
    8591; - fplod 20110808T120234Z cratos (Linux) 
     
    223229cda1=string(jul2date(time(jpt-1)),format='(i8.8)') 
    224230 
    225  
    226231tt=time-julday(1,1,1950,00,00,00) 
    227232xlon=reform(glamt(*,0) ) & ylat=reform(gphit(0,*)) 
  • trunk/src/get_oaflux.sh

    r50 r77  
    3030# 
    3131#        digraph get_oaflux { 
    32 #           graph [ 
    33 #           rankdir="TB", 
    34 #           ] 
    3532# 
    3633#           oaflux_ref [shape=diamond,fontname=Courier,label="ftp://ftp.whoi.edu/pub/science/oaflux/data_v3/monthly/turbulence/lh_oaflux_2004.nc.gz"]; 
     
    7067# TODO 
    7168# ==== 
     69# 
     70# get ftp://ftp.whoi.edu/pub/science/oaflux/data_v3/daily/radiation_1985-2007/sw_isccp_yyyy.nc.gz and generate $PROJECT_ID/swr_oafluxgrid_1985_2007.nc somewhere else 
    7271# 
    7372# SEE ALSO 
  • trunk/src/interp_erai_sst_1989_2009.pro

    r73 r77  
    231231print, 'lon grid ',min(lonout),max(lonout),lonout(1)-lonout(0) 
    232232mskout=read_ncdf("msk", file=fullfilename_msk,/nostr) 
    233 ;stop 
     233 
    234234help, sstkin,lonin,latin,mskin,lonout,latout,mskout 
    235235 
  • trunk/src/q2m_correction_ncdf.pro

    r72 r77  
    4545; :ref:`mooring_corrections` 
    4646; 
    47 ; :ref:`d2m_to_q2m.pro` 
     47; :ref:`d2m_to_q2m_erai.pro` 
    4848; 
    4949; :func:`initncdf <saxo:initncdf>` 
Note: See TracChangeset for help on using the changeset viewer.