Changeset 20


Ignore:
Timestamp:
12/20/10 11:22:11 (13 years ago)
Author:
pinsard
Message:

sphinx intermapping with SAXO

Location:
trunk
Files:
1 added
23 edited

Legend:

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

    r2 r20  
    1414.. EVOLUTIONS 
    1515.. ========== 
     16.. 
     17.. - fplod 20101217T152744Z aedon.locean-ipsl.upmc.fr (Darwin) 
     18.. 
     19..   * add OLR "how to cite" [LiebmannSmith:BAMS:1996] 
    1620.. 
    1721.. - fplod 20101209T105850Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    4347.. [netcdf:cf:checker] http://titania.badc.rl.ac.uk/cgi-bin/cf-checker.pl 
    4448 
     49.. [LiebmannSmith:BAMS:1996] Liebmann B. and C.A. Smith, 1996: Description of a Complete (Interpolated) Outgoing Longwave Radiation Dataset. Bulletin of the American Meteorological Society, 77, 1275-1277. http://www.esrl.noaa.gov/psd/data/gridded/OLRinterpolated.pdf 
  • trunk/adm/guides/glossary.rst

    r19 r20  
    2222   ERA-I 
    2323      ERA-INTERIM 
     24 
    2425      http://www.ecmwf.int/research/era/do/get/era-interim  
    2526 
     
    3839   OAFLUX 
    3940      WHOI Objectively Analyzed air-sea Fluxes (OAFlux) Project 
     41 
    4042      http://oaflux.whoi.edu/ 
    4143 
     
    4850   TAO 
    4951      Tropical Atmosphere Ocean project 
     52 
    5053      http://www.pmel.noaa.gov/tao/ 
    5154 
  • trunk/adm/makefile

    r2 r20  
    2121# ========== 
    2222# 
     23# - fplod 20101220T092552Z aedon.locean-ipsl.upmc.fr (Darwin) 
     24# 
     25#   * add saxo inventory file for sphinx intermapping 
    2326# 
    2427# - fplod 20101118T165524Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    5962URLPUBLISH = \ 
    6063http://www.locean-ipsl.upmc.fr/~fplod/$(PRODUCT)/$(SUBPRODUCT)/doc/ 
     64 
     65LIST_INVENTORY = \ 
     66$(DIRADM)/saxo.inv 
    6167 
    6268LIST_RST_GUIDES = \ 
     
    205211$(DIRADM)/index_guides.rst \ 
    206212$(DIRTMP)/sphinx_tmpdir/index_manuals.rst \ 
     213$(LIST_INVENTORY) \ 
    207214$(LIST_RST_GUIDES) \ 
    208215$(LIST_SRCSH_RST) \ 
     
    211218        @cp $(DIRADM)/index_guides.rst $(DIRTMP)/sphinx_tmpdir/ 
    212219        @cp $(LIST_RST_GUIDES) $(DIRTMP)/sphinx_tmpdir/guides/ 
     220        @cp $(LIST_INVENTORY) $(DIRTMP)/sphinx_tmpdir/ 
    213221        @sphinx-build -b html -c $(DIRADM)/sphinx \ 
    214222            -d $(DIRTMP)/sphinx_tmpdir/doctrees \ 
     
    222230$(DIRADM)/index_guides.rst \ 
    223231$(DIRTMP)/sphinx_tmpdir/index_manuals.rst \ 
     232$(LIST_INVENTORY) \ 
    224233$(LIST_RST_GUIDES) \ 
    225234$(LIST_SRCSH_RST) \ 
     
    228237        @cp $(DIRADM)/index_guides.rst $(DIRTMP)/sphinx_tmpdir/ 
    229238        @cp $(LIST_RST_GUIDES) $(DIRTMP)/sphinx_tmpdir/guides/ 
     239        @cp $(LIST_INVENTORY) $(DIRTMP)/sphinx_tmpdir/ 
    230240        @sphinx-build -b singlehtml -c $(DIRADM)/sphinx \ 
    231241            -d $(DIRTMP)/sphinx_tmpdir/doctrees \ 
     
    242252$(DIRADM)/index_guides.rst \ 
    243253$(DIRTMP)/sphinx_tmpdir/index_manuals.rst \ 
     254$(LIST_INVENTORY) \ 
    244255$(LIST_RST_GUIDES) \ 
    245256$(LIST_SRCSH_RST) \ 
     
    248259        @cp $(DIRADM)/index_guides.rst $(DIRTMP)/sphinx_tmpdir/ 
    249260        @cp $(LIST_RST_GUIDES) $(DIRTMP)/sphinx_tmpdir/guides/ 
     261        @cp $(LIST_INVENTORY) $(DIRTMP)/sphinx_tmpdir/ 
    250262        @sphinx-build -b latex -c $(DIRADM)/sphinx \ 
    251263            -d $(DIRTMP)/sphinx_tmpdir/doctrees \ 
  • trunk/adm/sphinx/conf.py

    r19 r20  
    2525# EVOLUTIONS 
    2626# ========== 
     27# 
     28# - fplod 20101220T092450Z aedon.locean-ipsl.upmc.fr (Darwin) 
     29# 
     30#   * intersphinx with saxo 
     31#     cf. http://sphinx.pocoo.org/ext/intersphinx.html 
    2732# 
    2833# - fplod 20101216T155711Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    267272    ('compute_erai_daily_region_2d.sh', 'compute_erai_daily_region_2d.sh', u'compute_erai_daily_region_2d.sh Documentation', [u'IRD'], 1) 
    268273] 
     274# 
     275# intersphinx with saxo 
     276intersphinx_mapping = {'saxo': ('http://forge.ipsl.jussieu.fr/saxo/download/idldoc_html_output/','saxo.inv')} 
     277 
  • trunk/src/TropFlux_19890101_20091231.pro

    r19 r20  
    4747; :ref:`tropflux_profile.sh` 
    4848; 
     49; :func:`report <saxo:report>` 
     50; :func:`isadirectory <saxo:isadirectory>` 
     51; :func:`isafile <saxo:isafile>` 
     52; :func:`initncdf <saxo:initncdf>` 
     53; :func:`ncdf_lec <saxo:ncdf_lec>` 
     54; :func:`read_ncdf <saxo:read_ncdf>` 
     55; :func:`caldat <saxo:caldat>` 
     56; :func:`julday <saxo:julday>` 
     57; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
     58; 
    4959; :func:`cor30a` 
    5060; 
     
    93103@common 
    94104; 
    95 ; check for input directory  
     105; check for input directory 
    96106; 
    97107; test if ${TROPFLUX_ID} defined 
     
    131141da1=19880101 & da2=20101231 
    132142; 
    133 initncdf, fullfilename_msk  
     143initncdf, fullfilename_msk 
    134144msk=ncdf_lec(fullfilename_msk,var='msk') 
    135145 
  • trunk/src/TropFlux_NRT_ncdf.pro

    r19 r20  
    2828; ======== 
    2929; 
     30; :func:`initncdf <saxo:initncdf>` 
     31; :func:`read_ncdf <saxo:read_ncdf>` 
     32; :func:`julday <saxo:julday>` 
     33; :func:`jul2date <saxo:jul2date>` 
     34; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
     35;  
    3036; EXAMPLES 
    3137; ======== 
  • trunk/src/TropFlux_swr_BLND_19890101_20091231.pro

    r12 r20  
    3030; SEE ALSO 
    3131; ======== 
     32; 
     33; :func:`initncdf <saxo:initncdf>` 
     34; :func:`read_ncdf <saxo:read_ncdf>` 
     35; :func:`julday <saxo:julday>` 
     36; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3237; 
    3338; EXAMPLES 
  • trunk/src/TropFlux_swr_DT_19890101_20071231.pro

    r12 r20  
    3131; SEE ALSO 
    3232; ======== 
     33; 
     34; :func:`initncdf <saxo:initncdf>` 
     35; :func:`read_ncdf <saxo:read_ncdf>` 
     36; :func:`grossemoyenne <saxo:grossemoyenne>` 
     37; :func:`julday <saxo:julday>` 
     38; :func:`caldat <saxo:caldat>` 
     39; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3340; 
    3441; EXAMPLES 
  • trunk/src/TropFlux_swr_NRT_19890101_20091231.pro

    r12 r20  
    2727; SEE ALSO 
    2828; ======== 
     29; 
     30; :func:`initncdf <saxo:initncdf>` 
     31; :func:`read_ncdf <saxo:read_ncdf>` 
     32; :func:`julday <saxo:julday>` 
     33; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    2934; 
    3035; EXAMPLES 
  • trunk/src/cronin_gustiness_ncdf.pro

    r12 r20  
    2929; 
    3030;  IDL> cronin_gustiness_ncdf 
     31; 
     32; SEE ALSO 
     33; ======== 
     34; 
     35; :func:`initncdf <saxo:initncdf>` 
     36; :func:`julday <saxo:julday>` 
     37; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3138; 
    3239; TODO 
  • trunk/src/d2m_to_q2m_erai.pro

    r12 r20  
    3131; 
    3232; :func:`rh_to_spechum` 
     33; :func:`initncdf <saxo:initncdf>` 
     34; :func:`read_ncdf <saxo:read_ncdf>` 
     35; :func:`julday <saxo:julday>` 
     36; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3337; 
    3438; EXAMPLES 
  • trunk/src/interp_erai_dewt_1989_2009.pro

    r19 r20  
    3232; 
    3333; :ref:`tropflux_profile.sh` 
     34; 
     35; :func:`report <saxo:report>` 
     36; :func:`isadirectory <saxo:isadirectory>` 
     37; :func:`isafile <saxo:isafile>` 
     38; :func:`initncdf <saxo:initncdf>` 
     39; :func:`read_ncdf <saxo:read_ncdf>` 
     40; :func:`domdef <saxo:domdef>` 
     41; :func:`call_interp2d <saxo:call_interp2d>` 
     42; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3443; 
    3544; EXAMPLES 
  • trunk/src/interp_erai_lwr_1989_2009.pro

    r19 r20  
    3333; 
    3434; :ref:`tropflux_profile.sh` 
     35; 
     36; :func:`report <saxo:report>` 
     37; :func:`isadirectory <saxo:isadirectory>` 
     38; :func:`isafile <saxo:isafile>` 
     39; :func:`initncdf <saxo:initncdf>` 
     40; :func:`read_ncdf <saxo:read_ncdf>` 
     41; :func:`domdef <saxo:domdef>` 
     42; :func:`call_interp2d <saxo:call_interp2d>` 
     43; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3544; 
    3645; EXAMPLES 
     
    7786@common 
    7887; 
    79 ; check for input directory  
     88; check for input directory 
    8089; 
    8190; test if ${TROPFLUX_ID} defined 
  • trunk/src/interp_erai_sst_1989_2009.pro

    r19 r20  
    3232; 
    3333; :ref:`tropflux_profile.sh` 
     34; 
     35; :func:`report <saxo:report>` 
     36; :func:`isadirectory <saxo:isadirectory>` 
     37; :func:`isafile <saxo:isafile>` 
     38; :func:`initncdf <saxo:initncdf>` 
     39; :func:`read_ncdf <saxo:read_ncdf>` 
     40; :func:`domdef <saxo:domdef>` 
     41; :func:`call_interp2d <saxo:call_interp2d>` 
     42; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3443; 
    3544; EXAMPLES 
     
    7786@common 
    7887; 
    79 ; check for input directory  
     88; check for input directory 
    8089; 
    8190; test if ${TROPFLUX_ID} defined 
  • trunk/src/interp_erai_t2m_1989_2009.pro

    r19 r20  
    3434; 
    3535; :ref:`tropflux_profile.sh` 
     36; 
     37; :func:`report <saxo:report>` 
     38; :func:`isadirectory <saxo:isadirectory>` 
     39; :func:`isafile <saxo:isafile>` 
     40; :func:`initncdf <saxo:initncdf>` 
     41; :func:`read_ncdf <saxo:read_ncdf>` 
     42; :func:`domdef <saxo:domdef>` 
     43; :func:`call_interp2d <saxo:call_interp2d>` 
     44; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3645; 
    3746; EXAMPLES 
     
    7988@common 
    8089; 
    81 ; check for input directory  
     90; check for input directory 
    8291; 
    8392; test if ${TROPFLUX_ID} defined 
  • trunk/src/interp_erai_ws_1989_2009.pro

    r19 r20  
    3535; :ref:`tropflux_profile.sh` 
    3636; 
     37; :func:`report <saxo:report>` 
     38; :func:`isadirectory <saxo:isadirectory>` 
     39; :func:`isafile <saxo:isafile>` 
     40; :func:`initncdf <saxo:initncdf>` 
     41; :func:`read_ncdf <saxo:read_ncdf>` 
     42; :func:`domdef <saxo:domdef>` 
     43; :func:`call_interp2d <saxo:call_interp2d>` 
     44; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
     45; 
    3746; EXAMPLES 
    3847; ======== 
     
    7988@common 
    8089; 
    81 ; check for input directory  
     90; check for input directory 
    8291; 
    8392; test if ${TROPFLUX_ID} defined 
  • trunk/src/interp_olr_30n30s_1989_2009.pro

    r19 r20  
    3333; 
    3434; :ref:`tropflux_profile.sh` 
     35; 
     36; :func:`report <saxo:report>` 
     37; :func:`isadirectory <saxo:isadirectory>` 
     38; :func:`isafile <saxo:isafile>` 
     39; :func:`initncdf <saxo:initncdf>` 
     40; :func:`read_ncdf <saxo:read_ncdf>` 
     41; :func:`domdef <saxo:domdef>` 
     42; :func:`call_interp2d <saxo:call_interp2d>` 
     43; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3544; 
    3645; EXAMPLES 
     
    7786@common 
    7887; 
    79 ; check for input directory  
     88; check for input directory 
    8089; 
    8190; test if ${TROPFLUX_ID} defined 
  • trunk/src/lwr_correction_ncdf.pro

    r12 r20  
    2929; SEE ALSO 
    3030; ======== 
     31; 
     32; :func:`initncdf <saxo:initncdf>` 
     33; :func:`read_ncdf <saxo:read_ncdf>` 
     34; :func:`grossemoyenne <saxo:grossemoyenne>` 
     35; :func:`julday <saxo:julday>` 
     36; :func:`caldat <saxo:caldat>` 
     37; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3138; 
    3239; EXAMPLES 
  • trunk/src/oaflux_mask_30N30S.pro

    r19 r20  
    4949; :func:`initncdf <saxo:initncdf>` 
    5050; :func:`ncdf_lec <saxo:ncdf_lec>` 
    51 ; :ref:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
     51; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    5252; :func:`isadirectory <saxo:isadirectory>` 
    5353; :func:`isafile <saxo:isafile>` 
  • trunk/src/q2m_correction_ncdf.pro

    r12 r20  
    3030; SEE ALSO 
    3131; ======== 
     32; 
     33; :func:`initncdf <saxo:initncdf>` 
     34; :func:`read_ncdf <saxo:read_ncdf>` 
     35; :func:`grossemoyenne <saxo:grossemoyenne>` 
     36; :func:`julday <saxo:julday>` 
     37; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3238; 
    3339; EXAMPLES 
  • trunk/src/sst_correction_ncdf.pro

    r12 r20  
    3131; SEE ALSO 
    3232; ======== 
     33; 
     34; :func:`initncdf <saxo:initncdf>` 
     35; :func:`read_ncdf <saxo:read_ncdf>` 
     36; :func:`grossemoyenne <saxo:grossemoyenne>` 
     37; :func:`julday <saxo:julday>` 
     38; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3339; 
    3440; EXAMPLES 
  • trunk/src/t2m_correction_ncdf.pro

    r12 r20  
    3030; SEE ALSO 
    3131; ======== 
     32; 
     33; :func:`initncdf <saxo:initncdf>` 
     34; :func:`read_ncdf <saxo:read_ncdf>` 
     35; :func:`grossemoyenne <saxo:grossemoyenne>` 
     36; :func:`caldat <saxo:caldat>` 
     37; :func:`julday <saxo:julday>` 
     38; :func:`jul2date <saxo:jul2date>` 
     39; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3240; 
    3341; EXAMPLES 
  • trunk/src/time_axe_modif_TropFlux.pro

    r19 r20  
    2929; SEE ALSO 
    3030; ======== 
     31; 
     32; :func:`initncdf <saxo:initncdf>` 
     33; :func:`read_ncdf <saxo:read_ncdf>` 
     34; :func:`grossemoyenne <saxo:grossemoyenne>` 
     35; :func:`julday <saxo:julday>` 
     36; :func:`jul2date <saxo:jul2date>` 
     37; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3138; 
    3239; EXAMPLES 
Note: See TracChangeset for help on using the changeset viewer.