source: trunk/src/get_olrnint.sh @ 79

Last change on this file since 79 was 50, checked in by pinsard, 13 years ago

replace TROPFLUX by PROJECT

File size: 893 bytes
Line 
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 ${PROJECT_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
54wget ftp://ftp.cdc.noaa.gov/Datasets/uninterp_OLR/olr.day.mean.nc
55mv olr.day.mean.nc olr_nint.day.mean.nc
56#~/data/OLR_NRT/extract_indian
57#~/data/OLR_NRT/extract_indopac
58
Note: See TracBrowser for help on using the repository browser.