feat: support monotonically increasing/decreasing array in data_override (#1388)2024.01-alpha1
commitac0d086296ea8b9196552463655cb9a848db39fe
authoruramirez8707 <49168881+uramirez8707@users.noreply.github.com>
Thu, 14 Dec 2023 19:08:15 +0000 (14 14:08 -0500)
committerGitHub <noreply@github.com>
Thu, 14 Dec 2023 19:08:15 +0000 (14 14:08 -0500)
tree2a44861d8e7eeb7c61f1e82a9e115f4f28ce0b7b
parente2e79fc67c9bd792c60455c983875a6a606f271d
feat: support monotonically increasing/decreasing array in data_override (#1388)
15 files changed:
axis_utils/include/axis_utils2.inc
data_override/include/data_override.inc
horiz_interp/horiz_interp_bilinear.F90
horiz_interp/include/horiz_interp_bilinear.inc
horiz_interp/include/horiz_interp_bilinear_r4.fh
horiz_interp/include/horiz_interp_bilinear_r8.fh
test_fms/axis_utils/test_axis_utils.F90
test_fms/axis_utils/test_axis_utils2.sh
test_fms/data_override/Makefile.am
test_fms/data_override/test_data_override2.sh
test_fms/data_override/test_data_override2_mono.sh [new file with mode: 0755]
test_fms/data_override/test_data_override2_ongrid.sh [copied from test_fms/data_override/test_data_override2.sh with 65% similarity]
test_fms/data_override/test_data_override_ongrid.F90
test_fms/horiz_interp/test_horiz_interp.F90
test_fms/horiz_interp/test_horiz_interp2.sh