source: trunk/src/get_olr @ 3

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

first commit with original work of Jerome Vialard

File size: 343 bytes
Line 
1#!/bin/sh
2
3DIR_DATA='/Users/jv/data/OLR/'
4
5cd $DIR_DATA
6
7mv olr.day.mean.nc olr.day.mean.nc.old
8
9wget ftp://ftp.cdc.noaa.gov/Datasets/interp_OLR/olr.day.mean.nc
10
11#ftp -n <<@DELIM
12#  open ftp.cdc.noaa.gov
13#  user anonymous jv@locean-ipsl.upmc.fr
14#  bin
15#  prompt
16#  cd /Datasets/interp_OLR/
17#  mget QS_XWGRD3_${yea}*.gz
18#  quit
19#@DELIM
20
21ls -l
22
Note: See TracBrowser for help on using the repository browser.