Project

General

Profile

« Previous | Next » 

Revision 555815c9

Added by Adam Wilson about 11 years ago

Updated C5 MOD35 Processing Path code and C5MOD35_Evaluation in preparation for publication

View differences:

climate/tests/HEG_test.sh
1 1
#! /bin/bash
2 2

  
3
mkdir /tmp/tmp1
4
cd /tmp/tmp1
3
tempdir=~/acrobates/adamw/projects/tmp
4
mkdir $tempdir
5
cd $tempdir
5 6

  
6 7
url="ftp://ladsweb.nascom.nasa.gov/allData/6/MOD35_L2/2009/029/"
7 8
## two granules that still show interpolation artifacts
......
34 35
" > params.txt
35 36

  
36 37
### run it
37
/usr/local/heg/2.12/bin/swtif -p params.txt -d  -tmpLatLondir /tmp/tmp1
38
/usr/local/heg/2.12b/bin/swtif -p params.txt -d  -tmpLatLondir $tempdir
39

  
40
## now view the output file in 
41

  
38 42

  
39
## now view the output file in 

Also available in: Unified diff