Skip to content
Snippets Groups Projects
Commit 0ebb3201 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

renamed testdata

parent 26cfdc4f
No related branches found
No related tags found
No related merge requests found
......@@ -678,8 +678,8 @@ test/data/n32_laf_ref -text
test/data/n32_nn_ref -text
test/data/n32_ycon_ref -text
test/data/netcdf_testfile01.nc -text
test/data/netcdf_testfile01_info_ref -text
test/data/netcdf_testfile01_sinfo_ref -text
test/data/netcdf_testfile01_infon_ref -text
test/data/netcdf_testfile01_sinfon_ref -text
test/data/pl_data.grb -text
test/data/select1_ref -text
test/data/select2_ref -text
......
......@@ -282,6 +282,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
INPUTDATA = ts_mm_5years hl_l19.grb t21_geosp_tsurf.grb bathy4.grb pl_data.grb detrend_data
NETCDF_REF = netcdf_testfile01_sinfo_ref netcdf_testfile01_info_ref
TIMSTAT_REF = timmin_ref timmax_ref timsum_ref timavg_ref timmean_ref timstd_ref timstd1_ref timvar_ref timvar1_ref
SPECTRAL_REF = sp2gp_ref sp2gpl_ref gp2sp_ref gp2spl_ref
VERTINT_REF = ml2pl_ref
......
......@@ -11,11 +11,12 @@ FORMAT="-f srv -b 32"
IFILES="testfile01"
for FILE in $IFILES; do
IFILE=netcdf_${FILE}.nc
OFILE=netcdf_${FILE}_sinfo_ref
$CDO sinfo $IFILE > $OFILE
OFILE=netcdf_${FILE}_info_ref
$CDO info $IFILE > $OFILE
OFILE=netcdf_${FILE}_sinfon_ref
$CDO sinfon $IFILE > $OFILE
OFILE=netcdf_${FILE}_infon_ref
$CDO infon $IFILE > $OFILE
done
exit
########################################################################
#
# Timstat
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment