From 21d6d59dece0b8848ad459ff1cb410176835f99d Mon Sep 17 00:00:00 2001 From: Shastri Paturi Date: Mon, 25 Sep 2023 15:59:57 -0400 Subject: [PATCH] Update prepdata.sh Appending files due to lapse in concentration. Sorry @AndrewEichmann-NOAA --- utils/test/prepdata.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/utils/test/prepdata.sh b/utils/test/prepdata.sh index ab4e8afa7..c9682bf13 100755 --- a/utils/test/prepdata.sh +++ b/utils/test/prepdata.sh @@ -4,5 +4,9 @@ set -e project_source_dir=$1 ncgen -o rads_adt_j3_2021182.nc4 ${project_source_dir}/testdata/rads_adt_j3_2021182.cdl +ncgen -o icec_amsr2_north_1.nc4 ${project_source_dir}/testdata/icec_amsr2_north_1.cdl +ncgen -o icec_amsr2_north_2.nc4 ${project_source_dir}/testdata/icec_amsr2_north_2.cdl +ncgen -o icec_amsr2_south_1.nc4 ${project_source_dir}/testdata/icec_amsr2_south_1.cdl +ncgen -o icec_amsr2_south_2.nc4 ${project_source_dir}/testdata/icec_amsr2_south_2.cdl ncgen -o ghrsst_sst_mb_202107010000.cdl ${project_source_dir}/testdata/ghrsst_sst_mb_202107010000.cdl -ncgen -o ghrsst_sst_mb_202107010100.cdl ${project_source_dir}/testdata/ghrsst_sst_mb_202107010100.cdl \ No newline at end of file +ncgen -o ghrsst_sst_mb_202107010100.cdl ${project_source_dir}/testdata/ghrsst_sst_mb_202107010100.cdl