From 7ff5f7ea2ef76b1fd4e638e9ec04aa5c99e3afba Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Tue, 5 Sep 2023 17:16:51 +0200 Subject: [PATCH] Use variable for the path to Aviso files This variable was already used in other tests. --- Inst_eddies/Tests/short_tests.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Inst_eddies/Tests/short_tests.json b/Inst_eddies/Tests/short_tests.json index a63793f1..f34f3064 100644 --- a/Inst_eddies/Tests/short_tests.json +++ b/Inst_eddies/Tests/short_tests.json @@ -434,7 +434,7 @@ [ [ "ncpdq", "-U", "-h", - "/proju/lmd-oce/data/AVISO/DT_2018/All_SymbolicLinks/dt_global_allsat_phy_l4_20060112_20210726.nc", + "$Aviso_DT_dir/dt_global_allsat_phy_l4_20060112_20210726.nc", "--dimension=longitude,0.125,29.875", "--dimension=latitude,-59.875,-15.125", "plouf.nc" ], @@ -455,7 +455,7 @@ [ [ "ncpdq", "-U", "-h", - "/proju/lmd-oce/data/AVISO/DT_2018/All_SymbolicLinks/dt_global_allsat_phy_l4_20060103_20210726.nc", + "$Aviso_DT_dir/dt_global_allsat_phy_l4_20060103_20210726.nc", "--dimension=longitude,0.125,29.875", "--dimension=latitude,-59.875,-15.125", "plouf.nc" ], -- GitLab