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

changed remapnn test to remapdis

parent d463265b
No related branches found
No related tags found
No related merge requests found
......@@ -691,12 +691,14 @@ test/data/ml2pl_ref -text
test/data/n16_bic_ref -text
test/data/n16_bil_ref -text
test/data/n16_con_ref -text
test/data/n16_dis_ref -text
test/data/n16_laf_ref -text
test/data/n16_nn_ref -text
test/data/n16_ycon_ref -text
test/data/n32_bic_ref -text
test/data/n32_bil_ref -text
test/data/n32_con_ref -text
test/data/n32_dis_ref -text
test/data/n32_laf_ref -text
test/data/n32_nn_ref -text
test/data/n32_ycon_ref -text
......
......@@ -2,6 +2,10 @@
* Version 1.6.8 released
2015-01-31 Uwe Schulzweida
* changed remapnn test to remapdis
2015-01-30 Uwe Schulzweida
* cdoGenFileSuffix: filter wildcard characters
......
......@@ -18,8 +18,8 @@ for GRIDTYPE in "regular" "curvilinear" "unstructured"; do
if [ "$GRIDTYPE" != "regular" ]; then SETGRID="-setgridtype,$GRIDTYPE"; fi
for GRID in $GRIDS; do
# remaplaf: sort could give different results"
RMODS="bil bic nn con ycon"
if [ "$GRIDTYPE" = "unstructured" ]; then RMODS="nn con ycon"; fi
RMODS="bil bic dis con ycon"
if [ "$GRIDTYPE" = "unstructured" ]; then RMODS="dis con ycon"; fi
for RMOD in $RMODS; do
RSTAT=0
OFILE=${GRID}_${RMOD}
......
......@@ -18,8 +18,8 @@ for GRIDTYPE in "regular" "curvilinear" "unstructured"; do
if [ "$GRIDTYPE" != "regular" ]; then SETGRID="-setgridtype,$GRIDTYPE"; fi
for GRID in $GRIDS; do
# remaplaf: sort could give different results"
RMODS="bil bic nn con ycon"
if [ "$GRIDTYPE" = "unstructured" ]; then RMODS="nn con ycon"; fi
RMODS="bil bic dis con ycon"
if [ "$GRIDTYPE" = "unstructured" ]; then RMODS="dis con ycon"; fi
for RMOD in $RMODS; do
RSTAT=0
OFILE=${GRID}_${RMOD}
......
......@@ -7,8 +7,8 @@ NETCDF_REF = netcdf_testfile01_sinfon_ref netcdf_testfile01_infon_ref netcdf_t
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
REMAP_REF = n16_bic_ref n16_bil_ref n16_con_ref n16_ycon_ref n16_laf_ref n16_nn_ref \
n32_bic_ref n32_bil_ref n32_con_ref n32_ycon_ref n32_laf_ref n32_nn_ref
REMAP_REF = n16_bic_ref n16_bil_ref n16_con_ref n16_ycon_ref n16_laf_ref n16_nn_ref n16_dis_ref \
n32_bic_ref n32_bil_ref n32_con_ref n32_ycon_ref n32_laf_ref n32_nn_ref n32_dis_ref
SELECT_REF = select1_ref select2_ref select3_ref select4_ref select5_ref
DETREND_REF = detrend_ref
......
......@@ -93,7 +93,7 @@ $CDO sp2gpl $IFILE $OFILE
cdo -f grb setrtomiss,0,10000 -gridboxmean,8,8 -topo bathy4.grb
#
GRIDS="n16 n32"
RMODS="bil bic nn con laf"
RMODS="bil bic dis nn con laf"
IFILE=bathy4.grb
for GRID in $GRIDS; do
for RMOD in $RMODS; do
......
File added
File added
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