#! /bin/sh #+ # # .. program:: get_olr.sh # # .. _get_olr.sh: # # ========== # get_olr.sh # ========== # # SYNOPSIS # ======== # # :: # # $ get_olr.sh # # DESCRIPTION # =========== # # ``get_olr.sh`` get OLR interpolated reference file # # SEE ALSO # ======== # # :ref:`data_in_olr` # # :ref:`get_olrnint.sh` # # TODO # ==== # # homogenize with get_oaflux.sh for trace, environnement and so on # # coding rules # # EVOLUTIONS # ========== # # - fplod 20110812T092412Z aedon.locean-ipsl.upmc.fr (Darwin) # # * usage of ${PROJECT_ID} # # - fplod 20101213T155858Z aedon.locean-ipsl.upmc.fr (Darwin) # # * minimal header # # - jv 2008 # # * creation # #- wget --tries=1 --no-verbose -P ${PROJECT_ID} \ ftp://ftp.cdc.noaa.gov/Datasets/interp_OLR/olr.day.mean.nc #ftp -n <<@DELIM # open ftp.cdc.noaa.gov # user anonymous jv@locean-ipsl.upmc.fr # bin # prompt # cd /Datasets/interp_OLR/ # mget QS_XWGRD3_${yea}*.gz # quit #@DELIM exit 0