source: trunk/src/get_olr.sh @ 81

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

progress on swr and olr processing

File size: 954 bytes
Line 
1#! /bin/sh
2#+
3#
4# .. program:: get_olr.sh
5#
6# .. _get_olr.sh:
7#
8# ==========
9# get_olr.sh
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:`data_in_olr`
28#
29# :ref:`get_olrnint.sh`
30#
31# TODO
32# ====
33#
34# homogenize with get_oaflux.sh for trace, environnement and so on
35#
36# coding rules
37#
38# EVOLUTIONS
39# ==========
40#
41# - fplod 20110812T092412Z aedon.locean-ipsl.upmc.fr (Darwin)
42#
43#   * usage of ${PROJECT_ID}
44#
45# - fplod 20101213T155858Z aedon.locean-ipsl.upmc.fr (Darwin)
46#
47#   * minimal header
48#
49# - jv 2008
50#
51#   * creation
52#
53#-
54
55wget  --tries=1 --no-verbose -P ${PROJECT_ID} \
56     ftp://ftp.cdc.noaa.gov/Datasets/interp_OLR/olr.day.mean.nc
57
58#ftp -n <<@DELIM
59#  open ftp.cdc.noaa.gov
60#  user anonymous jv@locean-ipsl.upmc.fr
61#  bin
62#  prompt
63#  cd /Datasets/interp_OLR/
64#  mget QS_XWGRD3_${yea}*.gz
65#  quit
66#@DELIM
67
68exit 0
Note: See TracBrowser for help on using the repository browser.