Changeset 4 for trunk/adm


Ignore:
Timestamp:
12/13/10 17:36:08 (13 years ago)
Author:
pinsard
Message:

add .sh extension to shell scripts; minimal header; complete data guide

Location:
trunk/adm
Files:
4 edited

Legend:

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

    r2 r4  
    33.. EVOLUTIONS 
    44.. ========== 
     5.. 
     6.. - fplod 20101213T161512Z aedon.locean-ipsl.upmc.fr (Darwin) 
     7.. 
     8..   * add data_in section 
    59.. 
    610.. - fplod 20101208T163033Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    2125 
    2226contenu terminologie granulométrie organisation etc. 
     27 
     28.. _data_in: 
     29 
     30Input data 
     31---------- 
     32 
     33.. _data_in_olr: 
     34 
     35OLR 
     36~~~ 
     37 
     38Interpolated 
     39++++++++++++ 
     40 
     41:file:`ftp://ftp.cdc.noaa.gov/Datasets/interp_OLR/olr.day.mean.nc` 
     42 
     43:ref:`get_olr.sh` 
     44 
     45Uninterpolated 
     46++++++++++++++ 
     47 
     48:file:`ftp://ftp.cdc.noaa.gov/Datasets/uninterp_OLR/olr.day.mean.nc` 
     49 
     50:ref:`get_olrnint.sh` 
     51 
     52.. _data_in_pirata: 
     53 
     54PIRATA 
     55~~~~~~ 
     56 
     57URL : +todo+ 
     58 
     59list of variables : +todo+ 
     60 
     61list of sites : +todo+ 
     62 
     63:ref:`get_pirata_netcdf.sh` 
     64 
     65.. _data_in_rama: 
     66 
     67RAMA 
     68~~~~ 
     69 
     70URL : +todo+ 
     71 
     72list of variables : +todo+ 
     73 
     74list of sites : +todo+ 
     75 
     76:ref:`get_rama_netcdf.sh` 
     77 
     78TAO 
     79~~~ 
     80 
     81.. _data_in_tao: 
     82 
     83URL : +todo+ 
     84 
     85list of variables : +todo+ 
     86 
     87list of sites : +todo+ 
     88 
     89:ref:`get_tao_netcdf.sh` 
    2390 
    2491.. _data_out: 
     
    73140 
    74141This file contains Tropflux corrected wind speed at 10m above the sea surface. 
    75 The <quote>gustiness</quote> correction applied to wind speed for turbulent heat flux 
     142The "gustiness" correction applied to wind speed for turbulent heat flux 
    76143computations (see paper +todo+link for details) is not applied in 
    77144this file. 
  • trunk/adm/guides/generate_statistics.rst

    r2 r4  
    2626Getting RAMA / TAO / PIRATA data 
    2727 
    28   tools 
    29      :ref:`get_rama_netcdf.sh` 
    30      :ref:`get_tao_netcdf.sh` 
    31      :ref:`get_pirata_netcdf.sh` 
     28tools: 
     29 - :ref:`get_rama_netcdf.sh` 
     30 - :ref:`get_tao_netcdf.sh` 
     31 - :ref:`get_pirata_netcdf.sh` 
    3232 
    3333 
  • trunk/adm/guides/generate_tropflux.rst

    r2 r4  
    2828Gather data 
    2929----------- 
     30 
    3031ERA-I data  
    3132    (wind components at 10m, air temperature at 2m, dewpoint temperature at 2m, net SW, net LW) 
     
    4445   get NOAA interpolated and uninterpolated OLR data 
    4546 
    46    tools 
    47       :ref:`get_olr.sh` 
    48       :ref:`get_olrnint.sh` 
     47   tools: 
     48    - :ref:`get_olr.sh` 
     49    - :ref:`get_olrnint.sh` 
    4950 
    5051Interpolate datasets onto the OAFLUX grid 
  • trunk/adm/sphinx/conf.py

    r2 r4  
    2323# EVOLUTIONS 
    2424# ========== 
     25# 
     26# - fplod 20101213T163131Z aedon.locean-ipsl.upmc.fr (Darwin) 
     27# 
     28#   * add hard coded manual pages (get_*.sh) 
    2529# 
    2630# - fplod 20101213T150221Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    244248    ('elogd.sh', 'elogd.sh', u'elogd.sh Documentation', [u'IRD'], 1), 
    245249    ('plogd.sh', 'plogd.sh', u'plogd.sh Documentation', [u'IRD'], 1), 
    246     ('tlogd.sh', 'tlogd.sh', u'tlogd.sh Documentation', [u'IRD'], 1) 
     250    ('tlogd.sh', 'tlogd.sh', u'tlogd.sh Documentation', [u'IRD'], 1), 
     251    ('get_olr.sh', 'get_olr.sh', u'get_olr.sh Documentation', [u'IRD'], 1), 
     252    ('get_olrnint.sh', 'get_olrnint.sh', u'get_olrnint.sh Documentation', [u'IRD'], 1), 
     253    ('get_pirata_netcdf.sh', 'get_pirata_netcdf.sh', u'get_pirata_netcdf.sh Documentation', [u'IRD'], 1), 
     254    ('get_rama_netcdf.sh', 'get_rama_netcdf.sh', u'get_rama_netcdf.sh Documentation', [u'IRD'], 1), 
     255    ('get_tao_netcdf.sh', 'get_tao_netcdf.sh', u'get_tao_netcdf.sh Documentation', [u'IRD'], 1) 
    247256] 
Note: See TracChangeset for help on using the changeset viewer.