source: trunk/src/get_olrnint.sh

Last change on this file was 203, checked in by pinsard, 10 years ago

fix thanks to coding rules

File size: 784 bytes
Line 
1#! /bin/sh
2#+
3#
4# .. program:: get_olrnint.sh
5#
6# .. _get_olrnint.sh:
7#
8# ==============
9# get_olrnint.sh
10# ==============
11#
12# SYNOPSIS
13# ========
14#
15# .. code-block:: bash
16#
17#    get_olrnint.sh
18#
19# DESCRIPTION
20# ===========
21#
22# ``get_olrnint.sh`` get OLR uninterpolated reference file
23#
24# SEE ALSO
25# ========
26#
27# :ref:`guide data OLR <data_in_olr>`
28#
29# :ref:`get_olr.sh`
30#
31# TODO
32# ====
33#
34# trace
35#
36# hard coded directory - usage of ${PROJECT_ID}
37#
38# coding rules
39#
40# EVOLUTIONS
41# ==========
42#
43# - fplod 20101213T160042Z aedon.locean-ipsl.upmc.fr (Darwin)
44#
45#   * minimal header
46#
47# - jv 2008
48#
49#   * creation
50#
51#-
52wget ftp://ftp.cdc.noaa.gov/Datasets/uninterp_OLR/olr.day.mean.nc
53mv olr.day.mean.nc olr_nint.day.mean.nc
54#~/data/OLR_NRT/extract_indian
55#~/data/OLR_NRT/extract_indopac
Note: See TracBrowser for help on using the repository browser.