Changeset 4


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
Files:
4 edited
5 moved

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] 
  • trunk/src/get_olr.sh

    r3 r4  
    1 #!/bin/sh 
    2  
     1#! /bin/sh 
     2#+ 
     3# 
     4# .. program:: get_olr.sh 
     5# 
     6# .. _get_olr.sh: 
     7# 
     8# ================================================= 
     9# get_olr.sh -- get OLR interpolated reference file 
     10# ================================================= 
     11#  
     12# SYNOPSIS 
     13# ======== 
     14# 
     15# :: 
     16# 
     17#  $ get_olr.sh 
     18# 
     19# DESCRIPTION 
     20# =========== 
     21# 
     22# ``get_olr.sh`` get OLR interpolated reference file 
     23# 
     24# SEE ALSO 
     25# ======== 
     26# 
     27# :ref:`guide data OLR <data_in_olr>` 
     28# 
     29# :ref:`get_olrnint.sh` 
     30# 
     31# TODO 
     32# ==== 
     33# 
     34# trace 
     35# 
     36# hard coded directory - usage of ${TROPFLUX_ID} 
     37# 
     38# coding rules 
     39# 
     40# EVOLUTIONS 
     41# ========== 
     42# 
     43# - fplod 20101213T155858Z aedon.locean-ipsl.upmc.fr (Darwin) 
     44# 
     45#   * minimal header 
     46# 
     47# - jv 2008 
     48# 
     49#   * creation 
     50# 
     51#- 
    352DIR_DATA='/Users/jv/data/OLR/' 
    453 
  • trunk/src/get_olrnint.sh

    r3 r4  
     1#! /bin/sh 
     2#+ 
     3# 
     4# .. program:: get_olrnint.sh 
     5# 
     6# .. _get_olrnint.sh: 
     7# 
     8# ======================================================= 
     9# get_olrnint.sh -- get OLR uninterpolated reference file 
     10# ======================================================= 
     11# 
     12# 
     13# SYNOPSIS 
     14# ======== 
     15# 
     16# :: 
     17# 
     18#  $ get_olrnint.sh 
     19# 
     20# DESCRIPTION 
     21# =========== 
     22# 
     23# ``get_olrnint.sh`` get OLR uninterpolated reference file 
     24# 
     25# SEE ALSO 
     26# ======== 
     27# 
     28# :ref:`guide data OLR <data_in_olr>` 
     29# 
     30# :ref:`get_olr.sh` 
     31# 
     32# TODO 
     33# ==== 
     34# 
     35# trace 
     36# 
     37# hard coded directory - usage of ${TROPFLUX_ID} 
     38# 
     39# coding rules 
     40# 
     41# EVOLUTIONS 
     42# ========== 
     43# 
     44# - fplod 20101213T160042Z aedon.locean-ipsl.upmc.fr (Darwin) 
     45# 
     46#   * minimal header 
     47# 
     48# - jv 2008 
     49# 
     50#   * creation 
     51# 
     52#- 
     53 
    154wget ftp://ftp.cdc.noaa.gov/Datasets/uninterp_OLR/olr.day.mean.nc 
    255mv olr.day.mean.nc olr_nint.day.mean.nc 
  • trunk/src/get_pirata_netcdf.sh

    r3 r4  
    1 #!/bin/sh 
    2  
     1#! /bin/sh 
     2#+ 
     3# 
     4# .. program:: get_pirata_netcdf.sh 
     5# 
     6# .. _get_pirata_netcdf.sh: 
     7# 
     8# ================================================== 
     9# get_pirata_netcdf.sh -- get PIRATA reference files 
     10# ================================================== 
     11# 
     12#  
     13# SYNOPSIS 
     14# ======== 
     15# 
     16# :: 
     17# 
     18#  $ get_pirata_netcdf.sh 
     19# 
     20# DESCRIPTION 
     21# =========== 
     22# 
     23# ``get_pirata_netcdf.sh`` get PIRATA reference files 
     24# 
     25# SEE ALSO 
     26# ======== 
     27# 
     28# :ref:`guide data PIRATA <data_in_pirata>` 
     29# 
     30# TODO 
     31# ==== 
     32# 
     33# trace 
     34# 
     35# hard coded directory - usage of ${TROPFLUX_ID} 
     36# 
     37# coding rules 
     38# 
     39# EVOLUTIONS 
     40# ========== 
     41# 
     42# - fplod 20101213T160729Z aedon.locean-ipsl.upmc.fr (Darwin) 
     43# 
     44#   * minimal header 
     45# 
     46# - jv 2008 
     47# 
     48#   * creation 
     49# 
     50#- 
    351dir=/Users/jv/data/PIRATA/data/ 
    452 
     
    2977 
    3078ls -l 
    31  
    32 # 
  • trunk/src/get_rama_netcdf.sh

    r3 r4  
    1 #!/bin/sh 
     1#! /bin/sh 
     2#+ 
     3# 
     4# .. program:: get_rama_netcdf.sh 
     5# 
     6# .. _get_rama_netcdf.sh: 
     7# 
     8# ============================================== 
     9# get_rama_netcdf.sh -- get RAMA reference files 
     10# ============================================== 
     11# 
     12# 
     13# SYNOPSIS 
     14# ======== 
     15# 
     16# :: 
     17# 
     18#  $ get_rama_netcdf.sh 
     19# 
     20# DESCRIPTION 
     21# =========== 
     22# 
     23# ``get_rama_netcdf.sh`` get RAMA reference files 
     24# 
     25# SEE ALSO 
     26# ======== 
     27# 
     28# :ref:`guide data RAMA <data_in_rama>` 
     29# 
     30# TODO 
     31# ==== 
     32# 
     33# trace 
     34# 
     35# hard coded directory - usage of ${TROPFLUX_ID} 
     36# 
     37# coding rules 
     38# 
     39# EVOLUTIONS 
     40# ========== 
     41# 
     42# - fplod 20101213T160928Z aedon.locean-ipsl.upmc.fr (Darwin) 
     43# 
     44#   * minimal header 
     45# 
     46# - jv 2008 
     47# 
     48#   * creation 
     49# 
     50#- 
     51 
    252 
    353dir=/Users/jv/data/RAMA/data/ 
  • trunk/src/get_tao_netcdf.sh

    r3 r4  
    1 #!/bin/sh 
    2  
     1#! /bin/sh 
     2#+ 
     3# 
     4# .. program:: get_tao_netcdf.sh 
     5# 
     6# .. _get_tao_netcdf.sh: 
     7# 
     8# ============================================ 
     9# get_tao_netcdf.sh -- get TAO reference files 
     10# ============================================ 
     11# 
     12# 
     13# SYNOPSIS 
     14# ======== 
     15# 
     16# :: 
     17# 
     18#  $ get_tao_netcdf.sh 
     19# 
     20# DESCRIPTION 
     21# =========== 
     22# 
     23# ``get_tao_netcdf.sh`` get TAO reference files 
     24# 
     25# SEE ALSO 
     26# ======== 
     27# 
     28# :ref:`guide data TAO <data_in_tao>` 
     29# 
     30# TODO 
     31# ==== 
     32# 
     33# trace 
     34# 
     35# hard coded directory - usage of ${TROPFLUX_ID} 
     36# 
     37# coding rules 
     38# 
     39# EVOLUTIONS 
     40# ========== 
     41# 
     42# - fplod 20101213T161152Z aedon.locean-ipsl.upmc.fr (Darwin) 
     43# 
     44#   * minimal header 
     45# 
     46# - jv 2008 
     47# 
     48#   * creation 
     49# 
     50#- 
    351dir=/Users/jv/data/TAO/data/ 
    452 
     
    3785 
    3886ls -l 
    39  
    40 # 
Note: See TracChangeset for help on using the changeset viewer.