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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • 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 # 
Note: See TracChangeset for help on using the changeset viewer.