-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
79,387 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,3 +38,4 @@ src/var1d | |
src/variance | ||
src/volcano | ||
src/zm_ret | ||
tests/pert_test/data/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+56.7 MB
tests/data/AIRS.2003.01.12.166.L1B.AIRS_Rad.v5.0.0.0.G07074102637.hdf
Binary file not shown.
Binary file added
BIN
+57.1 MB
tests/data/AIRS.2003.01.12.167.L1B.AIRS_Rad.v5.0.0.0.G07074102639.hdf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# $1 = time [s] | ||
# $2 = longitude [deg] | ||
# $3 = latitude [deg] | ||
# $4 = maximum variance [K^2] | ||
|
||
95704884.39 131.703 -6.04832 0.21821 | ||
95704968.92 135.993 -11.8883 0.621688 | ||
95704969.54 131.585 -11.3364 0.52867 | ||
95704932.86 128.295 -8.56357 0.396211 | ||
95705030.47 133.341 -15.3609 0.564113 | ||
95705012.23 130.9 -13.8967 1.62215 | ||
95705050.19 126.653 -15.6258 0.420894 | ||
95705094.18 135.263 -19.5257 0.208639 | ||
95705097.70 128.989 -18.9441 0.501523 | ||
95705092.86 126.026 -18.1882 0.396553 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# $1 = time [s] | ||
# $2 = longitude [deg] | ||
# $3 = latitude [deg] | ||
# $4 = maximum variance [K^2] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# $1 = time [s] | ||
# $2 = longitude [deg] | ||
# $3 = latitude [deg] | ||
# $4 = maximum variance [K^2] | ||
|
||
95704969.54 131.585 -11.3364 0.291518 | ||
95705012.21 131.027 -13.9133 0.620131 |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# $1 = longitude [deg] | ||
# $2 = latitude [deg] | ||
# $3 = mean brightness temperature [K] | ||
# $4 = noise estimate [K] | ||
|
||
134.813 7.96605 249.008 0.298934 | ||
131.723 -6.54831 249.638 0.368227 | ||
128.504 -21.0327 250.663 0.338768 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# $1 = longitude [deg] | ||
# $2 = latitude [deg] | ||
# $3 = mean brightness temperature [K] | ||
# $4 = noise estimate [K] | ||
|
||
134.813 7.96605 224.029 0.143318 | ||
131.723 -6.54831 224.544 0.152036 | ||
128.504 -21.0327 226.757 0.139778 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# $1 = longitude [deg] | ||
# $2 = latitude [deg] | ||
# $3 = mean brightness temperature [K] | ||
# $4 = noise estimate [K] | ||
|
||
134.813 7.96605 238.172 0.108375 | ||
131.723 -6.54831 238.963 0.187371 | ||
128.504 -21.0327 240.272 0.149173 |
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
#! /bin/bash | ||
|
||
# Set environment... | ||
export LD_LIBRARY_PATH=../../libs/build/lib:$LD_LIBRARY_PATH | ||
export OMP_NUM_THREADS=4 | ||
|
||
# Setup... | ||
airs=../../src | ||
|
||
# Create directory... | ||
rm -rf data && mkdir -p data | ||
|
||
# Create perturbation file... | ||
$airs/perturbation data/pert.nc \ | ||
../data/AIRS.2003.01.12.166.L1B.AIRS_Rad.v5.0.0.0.G07074102637.hdf \ | ||
../data/AIRS.2003.01.12.167.L1B.AIRS_Rad.v5.0.0.0.G07074102639.hdf | ||
|
||
# Loop over channel sets... | ||
for pert in 4mu 15mu_low 15mu_high ; do | ||
|
||
# Get map data... | ||
$airs/map_pert - data/pert.nc data/map_$pert.tab PERTNAME $pert | ||
|
||
# Estimate noise... | ||
$airs/noise_pert - data/pert.nc data/noise_$pert.tab PERTNAME $pert | ||
|
||
# Get variance... | ||
$airs/variance - data/var_$pert.tab data/pert.nc PERTNAME $pert NX 60 NY 30 | ||
|
||
# Get events... | ||
$airs/events - data/events_$pert.tab data/pert.nc PERTNAME $pert VARMIN 0.2 | ||
|
||
done | ||
|
||
# Compare files... | ||
echo -e "\nCompare results..." | ||
error=0 | ||
for f in $(ls data.ref/*.nc data.ref/*.tab) ; do | ||
diff -q -s data/"$(basename "$f")" "$f" || error=1 | ||
done | ||
exit $error |