Changeset 139


Ignore:
Timestamp:
02/22/12 18:45:13 (12 years ago)
Author:
pinsard
Message:

links and associated text are now defined in a unique file

Location:
trunk/adm/website
Files:
1 added
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/website/conf.py

    r138 r139  
    2828# 
    2929#   * change PDF and HTML title (no more version) 
     30#   * add rst_prolog 
     31#     thanks to https://github.com/leaflabs/leaflabs-docs/blob/master/source/conf.py 
     32# 
    3033# 
    3134# - fplod 20120221 
     
    3639# 
    3740# - fplod 20120220 
    38 #  
     41# 
    3942#   * remove index generation (so no more index in the sidebar of HTML pages) 
    4043# 
     
    128131# List of patterns, relative to source directory, that match files and 
    129132# directories to ignore when looking for source files. 
    130 exclude_patterns = ['_build'] 
     133exclude_patterns = ['_build' 'prolog.rst'] 
     134 
     135# Included at the beginning of every source file that is read. 
     136with open('prolog.rst', 'r') as pr: 
     137            rst_prolog = pr.read() 
    131138 
    132139# The reST default role (used for this markup: `text`) to use for all documents. 
     
    242249# (source start file, target name, title, author, documentclass [howto/manual]). 
    243250latex_documents = [ 
    244                 ('index', 'tropflux.tex', u'TropFlux : air-sea fluxes for the global tropical oceans, u'J\u00E9r\u00F4me Vialard, B. Praveen Kumar, Fran\u00E7oise Pinsard', 'howto'), 
     251                ('index', 'tropflux.tex', u'TropFlux : air-sea fluxes for the global tropical oceans', u'J\u00E9r\u00F4me Vialard, B. Praveen Kumar, Fran\u00E7oise Pinsard', 'howto'), 
    245252] 
    246253 
  • trunk/adm/website/data/changes.rst

    r133 r139  
    2222.. 
    2323.. $URL$ 
     24.. 
     25.. - fplod 20120222 
     26.. 
     27..   * links and associated text are now defined in :ref:`prolog.rst` 
    2428.. 
    2529.. - fplod 20120221 
     
    6973 
    7074We have now released a version 1 of the TropFLux product. 
    71 In comparison with the version 0 (described in `Praveen Kumar et al., 2011 <http://www.locean-ipsl.upmc.fr/~tropflux/papers/TropFlux_paper_accepted_r.pdf>`_), this new version has the following differences: 
     75In comparison with the version 0 (described in |pkbetal2011|_), this new version has the following differences: 
    7276 
    7377 - the availability of ERA-I data over the full 1979 to september 2011 period allowed us to provide v1 for this period (v0 was for 1989-2010) 
    7478 - v1 now includes estimates for wind stresses, which are described and evaluated in Praveen Kumar et al. (submitted to Climate Dynamics, soon available on that site) 
    7579 
    76  - the retrieval method for radiative fluxes has slightly changed (0-24 hour averages whereas the previous version was based on 24-48h averages from the previous day forecast). This has a very minor impact on the validation statistics and all the validations presented in `Praveen Kumar et al., 2011 <http://www.locean-ipsl.upmc.fr/~tropflux/papers/TropFlux_paper_accepted_r.pdf>`_ are almost unchanged. 
     80 - the retrieval method for radiative fluxes has slightly changed (0-24 hour averages whereas the previous version was based on 24-48h averages from the previous day forecast). This has a very minor impact on the validation statistics and all the validations presented in |pkbetal2011|_ are almost unchanged. 
    7781 
    7882 - the value for land points in v0 was causing problem when opening the file under ferret. v1 seems to solve this problem. 
  • trunk/adm/website/data/data_out_website.rst

    r133 r139  
    2323.. 
    2424.. $URL$ 
     25.. 
     26.. - fplod 20120222 
     27.. 
     28..   * links and associated text are now defined in :ref:`prolog.rst` 
     29.. 
     30.. - fplod 20120221 
    2531.. 
    2632..   * add description 
     
    101107* :file:`ws*.nc` files contain TropFlux wind speed at 10m above the sea surface. 
    102108  The `gustiness` correction applied to wind speed for turbulent heat flux 
    103   computations (see `Praveen Kumar et al. (2011) <http://www.locean-ipsl.upmc.fr/~tropflux/papers/TropFlux_paper_accepted_r.pdf>`_ for details) is not applied in this file. 
     109  computations (see |pkbetal2011|_ for details) is not applied in this file. 
    104110 
    105111  Units are in :math:`m/s`. 
  • trunk/adm/website/data_access.rst

    r137 r139  
    2323.. 
    2424.. $URL$ 
     25.. 
     26.. - fplod 20120222 
     27.. 
     28..   * links and associated text are now defined in :ref:`prolog.rst` 
    2529.. 
    2630.. - jv 20120222 
     
    7579contact e-mail and a short sentence on how you plan to use the data. 
    7680 
    77 Please cite `Praveen Kumar et al. (2011) <http://www.locean-ipsl.upmc.fr/~tropflux/papers/TropFlux_paper_accepted_r.pdf>`_ in any publication using the heat flux data and `Praveen Kumar et al. (submitted) <http://www.locean-ipsl.upmc.fr/~tropflux/papers/tropflux_stress_submitted_r.pdf>`_ in any paper using the wind stress data. Please acknowledge us by using the following sentence: **The TropFlux data is produced under a collaboration between Institut Pierre Simon Laplace (IPSL, Paris, France) and National Institute of Oceanography/CSIR (NIO, Goa, India), and supported by Instititut de Recherche pour le Developpement (IRD, France). TropFlux relies on data provided by the ECMWF Re-Analysis interim (ERA-I) and ISCCP projects.** 
     81Please cite |pkbetal2011|_ in any publication using the heat flux data and |pkbetal2012|_ in any paper using the wind stress data. Please acknowledge us by using the following sentence: **The TropFlux data is produced under a collaboration between Institut Pierre Simon Laplace (IPSL, Paris, France) and National Institute of Oceanography/CSIR (NIO, Goa, India), and supported by Instititut de Recherche pour le Developpement (IRD, France). TropFlux relies on data provided by the ECMWF Re-Analysis interim (ERA-I) and ISCCP projects.** 
    7882 
    7983Please keep us informed of any published paper that makes use of this data. 
  • trunk/adm/website/description.rst

    r137 r139  
    1818.. 
    1919.. $URL$ 
     20.. 
     21.. - fplod 20120222 
     22.. 
     23..   * links and associated text are now defined in :ref:`prolog.rst` 
    2024.. 
    2125.. - jv 20120222 
     
    5357  * The analysis of various data sources shows that, except for shortwave 
    5458    radiation, ERA-I data generally displays the best agreement to the 
    55     `global tropical moored buoy array <http://www.pmel.noaa.gov/tao/global/global.html>`_ 
     59    |gtma|_ 
    5660    data, despite systematic biases and underestimated variability 
    57     `Praveen Kumar et al. (2011) <http://www.locean-ipsl.upmc.fr/~tropflux/papers/TropFlux_paper_accepted_r.pdf>`_. 
    58     The `ISCCP dataset <http://isccp.giss.nasa.gov/projects/browse_fc.html>`_ provides the best shortwave data. 
     61    |pkbetal2011|_. 
     62    The |isccpbrowse|_ provides the best shortwave data. 
    5963    **TropFlux hence uses bias and amplitude corrected ERA-I (10m-winds, 2m-air 
    6064    and sea temperature, 2m-air relative humidity and downward radiative 
     
    6266    All bias corrections are derived on the basis of comparisons with 
    6367    the 
    64     `global tropical moored buoy array <http://www.pmel.noaa.gov/tao/global/global.html>`_ 
     68    |gtma|_ 
    6569    data, and are described in detail in 
    66     `Praveen Kumar et al. (2011) <http://www.locean-ipsl.upmc.fr/~tropflux/papers/TropFlux_paper_accepted_r.pdf>`_. 
     70    |pkbetal2011|_. 
    6771 
    6872  * **An additional climatological surface temperature-dependent gustiness 
     
    7377    flux estimate that is less accurate, but available until present. 
    7478    This estimate uses the ISCCP shortwave climatology plus anomalies that are 
    75     linearly related to `NOAA Outgoing Longwave Radiation <http://www.esrl.noaa.gov/psd/data/gridded/data.interp_OLR.html>`_ the anomalies with respect to the seasonal cycle. 
     79    linearly related to |noaaolr|_ the anomalies with respect to the seasonal cycle. 
    7680    Such an estimate is almost as good as ISCCP in deep atmospheric convection 
    7781    regions such as the ITCZ or Indo-Pacific warm pool. 
     
    7983    eastern equatorial Pacific and Atlantic oceans, but is in any case better 
    8084    than most available re-analyses in those regions  
    81     (`Praveen Kumar et al. 2011 <http://www.locean-ipsl.upmc.fr/~tropflux/papers/TropFlux_paper_accepted_r.pdf>`_). 
     85    (|pkbetal2011|_). 
    8286    The net surface shortwave that is provided in TropFlux data files is based 
    8387    on ISCCP data over the entire period for which it is available (July 1983 
  • trunk/adm/website/documentation.rst

    r137 r139  
    2222.. 
    2323.. $Id$ 
     24.. 
    2425.. $URL$ 
    2526.. 
  • trunk/adm/website/motivation.rst

    r137 r139  
    8989  * Air-sea fluxes obtained from re-analyses generally suffer from systematic 
    9090    biases, and do not perform extremely well for surface shortwave 
    91     fluxes (`Praveen Kumar et al. 2011 <http://www.locean-ipsl.upmc.fr/~tropflux/papers/TropFlux_paper_accepted_r.pdf>`_) 
     91    fluxes (|pkbetal2011|_) 
    9292 
    93   * The `OAFlux project <http://oaflux.whoi.edu/>`_ is a very useful initiative that delivers high-quality surface heat 
     93  * The |oaflux|_ project is a very useful initiative that delivers high-quality surface heat 
    9494    fluxes from a synthesis of various re-analyses, satellite observations 
    9595    and in situ datasets. Unfortunately, OAFlux does not provide momentum 
    9696    fluxes so-far, and the availability of its net heat fluxes is conditioned 
    9797    by the availability of high quality 
    98     `ISCCP project <http://isccp.giss.nasa.gov/>`_ shortwave surface fluxes, 
     98    |isccp|_ shortwave surface fluxes, 
    9999    which are only updated once every year or so. 
    100100 
     
    103103These fluxes should compare well to the largest observational database of 
    104104estimates of air-sea fluxes in the tropics:` 
    105 `the global tropical moored buoy array <http://www.pmel.noaa.gov/tao/global/global.html>`_ 
     105|gtma|_ 
    106106:strong:`(McPhaden et al. 2010).` 
    107107 
  • trunk/adm/website/overview.rst

    r137 r139  
    99.. ==== 
    1010.. 
    11 .. outline overvieuw vs home/index 
     11.. outline overview vs home/index 
    1212.. 
    1313.. EVOLUTIONS 
     
    1515.. 
    1616.. $Id$ 
     17.. 
    1718.. $URL$ 
    1819.. 
    19 .. - jv    20120222 
     20.. - fplod 20120222 
     21.. 
     22..   * links and associated text are now defined in :ref:`prolog.rst` 
     23.. 
     24.. - jv 20120222 
    2025.. 
    2126..   * correct a few typos 
     
    6166 
    6267TropFlux is largely derived from a combination of 
    63 `ERA-I <http://www.ecmwf.int/research/era/do/get/era-interim>`_ 
     68|erai|_ 
    6469re-analysis data for turbulent and longwave fluxes, and 
    65 `ISCCP <http://isccp.giss.nasa.gov/>`_ 
     70|isccp|_ 
    6671surface radiation data for shortwave flux. 
    6772All input products are bias- and amplitude-corrected on the basis of 
    68 `Global Tropical Moored Array <http://www.pmel.noaa.gov/tao/global/global.html>`_ 
     73|gtma|_ 
    6974data, before surface net heat flux and wind stresses are computed using the 
    70 `COARE v3 bulk algorithm <http://www.coaps.fsu.edu/COARE/flux_algor/>`_. 
     75|coare|_. 
    7176A precise description of the flux computation procedure, as well as a 
    7277detailed evaluation against other timely, daily air-sea heat flux 
    7378alternatives (OAFLUX, NCEP, NCEP2, ERA-I) is provided in 
    74 `Praveen Kumar et al. (2011) <http://www.locean-ipsl.upmc.fr/~tropflux/papers/TropFlux_paper_accepted_r.pdf>`_. 
     79|pkbetal2011|_. 
    7580The wind stress product is described, evaluated and compared against other 
    7681widely used products (QuikSCAT, NCEP, NCEP2, ERA-I) in 
    77 `Praveen Kumar et al. (submitted) <http://www.locean-ipsl.upmc.fr/~tropflux/papers/tropflux_stress_submitted_r.pdf>`_ 
     82|pkbetal2012|_ 
    7883 
    7984We believe that this product offers the following advantages: 
     
    8186 - better variability and less biases than re-analysis fluxes (and equivalent 
    8287   or slightly better than the best performing products: 
    83    `OAFLUX <http://oaflux.whoi.edu/>`_ for heat fluxes and 
    84    `ERA-I <http://www.ecmwf.int/research/era/do/get/era-interim>`_ 
     88   |oaflux|_ for heat fluxes and 
     89   |erai|_  
    8590   for wind stresses) , 
    8691 - available until Septempber 2011, and soon updated every month, lagging 
  • trunk/adm/website/selected_results.rst

    • Property svn:keywords set to Id URL
    r137 r139  
    2424.. 
    2525.. $URL$ 
     26.. 
     27.. - fplod 20120222 
     28.. 
     29..   * links and associated text are now defined in :ref:`prolog.rst` 
    2630.. 
    2731.. - jv 20120221 
     
    5357++++++++++++++++++++++++++++++++++ 
    5458 
    55 In `Praveen Kumar et al. (2011) <http://www.locean-ipsl.upmc.fr/~tropflux/papers/TropFlux_paper_accepted_r.pdf>`_ and `Praveen Kumar et al. (submitted) <http://www.locean-ipsl.upmc.fr/~tropflux/papers/TropFlux_stress_paper_submitted_r.pdf>`_, we have evaluated various widely used surface heat flux / wind stress products (TropFlux, NCEP, NCEP2, ERA-I and OAFLUX / QuikSCAT) against surface fluxes derived from `global tropical moored buoy array <http://www.pmel.noaa.gov/tao/global/global.html>`_ data. While this does not constitute an independent validation (most of these products use `global tropical moored buoy array <http://www.pmel.noaa.gov/tao/global/global.html>`_ data in their derivation), this is at least a test of the capacity of each product to fit the largest repository of air-sea flux data in the tropics. 
     59In |pkbetal2011|_ and |pkbetal2012|_, we have evaluated various widely used surface heat flux / wind stress products (TropFlux, NCEP, NCEP2, ERA-I and OAFLUX / QuikSCAT) against surface fluxes derived from |gtma|_ data. While this does not constitute an independent validation (most of these products use |gtma|_ data in their derivation), this is at least a test of the capacity of each product to fit the largest repository of air-sea flux data in the tropics. 
    5660 
    5761.. figure:: correlation.png 
     
    6367   global tropical moored buoy array daily data (computed at each site and then averaged across the sites). 
    6468 
    65 Figure 1 shows that, for both wind stress and net heat fluxes, TropFlux is the product that  
    66 displays the highest correlation and lowest rms-difference to observations  
    67 (closely followed by OAFlux heat fluxes and ERA-I wind stresses).  
    68 This is an indication of the very high accuracy of the Tropflux product.  
    69 Additional validations to independent data in  
    70 `Praveen Kumar et al. (2011) <http://www.locean-ipsl.upmc.fr/~tropflux/papers/TropFlux_paper_accepted_r.pdf>`_ and  
    71 `Praveen Kumar et al. (submitted) <http://www.locean-ipsl.upmc.fr/~tropflux/papers/TropFlux_stress_paper_submitted_r.pdf>`_  
     69Figure 1 shows that, for both wind stress and net heat fluxes, TropFlux is the product that 
     70displays the highest correlation and lowest rms-difference to observations 
     71(closely followed by OAFlux heat fluxes and ERA-I wind stresses). 
     72This is an indication of the very high accuracy of the Tropflux product. 
     73Additional validations to independent data in 
     74|pkbetal2011|_ 
     75and 
     76|pkbetal2012|_ 
    7277also seem to suggest that TropFlux is amongst the most accurate tested products. 
    7378 
     
    7681+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
    7782 
    78 Here, we illustrate briefly how TropFlux captures climatological heat fluxes  
    79 in the tropics, and temporal variability across timescales (in particular at  
     83Here, we illustrate briefly how TropFlux captures climatological heat fluxes 
     84in the tropics, and temporal variability across timescales (in particular at 
    8085interannual and intraseasonal timescales). 
    8186 
     
    104109.. figure:: std_netflux_ano_1989_2010_website.jpg 
    105110   :alt: Std of monthly Net Heat Flux anomaly from TropFlux (1989-2010) 
    106    :align: center  
     111   :align: center 
    107112   :width: 80% 
    108113 
    109    Caption figure 4 : Standard deviation of TropFlux net heat flux monthly anomalies  
     114   Caption figure 4 : Standard deviation of TropFlux net heat flux monthly anomalies 
    110115   with respect to the mean seasonal cycle (1989-2010). 
    111116 
     
    115120   :width: 80% 
    116121 
    117    Caption figure 5 : Standard deviation of TropFlux wind stress monthly anomalies  
     122   Caption figure 5 : Standard deviation of TropFlux wind stress monthly anomalies 
    118123   with respect to the mean seasonal cycle (1989-2010). 
    119124 
     
    131136 
    132137.. figure:: interseasonal.png 
    133    :alt: Wind stress and net heat flux perturbations associated with monsoon active/break phases.  
     138   :alt: Wind stress and net heat flux perturbations associated with monsoon active/break phases. 
    134139   :align: center 
    135140 
     
    141146   The rain rate measured by the mooring is shown in red on panel a. 
    142147   Panels b and c show the 
    143    `RAMA <http://www.pmel.noaa.gov/tao/rama/>`_ mooring-derived air-sea 
     148   |rama|_ mooring-derived air-sea 
    144149   fluxes estimates (thick, red curve) and estimates from the 
    145150   other products in various colors. 
     
    166171For the particular intraseasonal event shown here, TropFlux has again the 
    167172lowest rms-difference to 
    168 `RAMA <http://www.pmel.noaa.gov/tao/rama/>`_ flux data amongst all products. 
     173|rama|_ flux data amongst all products. 
    169174 
Note: See TracChangeset for help on using the changeset viewer.