From eb4cf21629585f7de0644e6eb8775cb2f62dc0c5 Mon Sep 17 00:00:00 2001 From: JorisP <pianezze.joris@gmail.com> Date: Thu, 12 Oct 2023 22:18:16 +0200 Subject: [PATCH] Change toy_1.0 by toy_2.0 --- .../013_Iroise_OASIS_coupling/A_cpl_mnh_toy/run_mesonh_xyz | 2 +- src/configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MY_RUN/KTEST/013_Iroise_OASIS_coupling/A_cpl_mnh_toy/run_mesonh_xyz b/MY_RUN/KTEST/013_Iroise_OASIS_coupling/A_cpl_mnh_toy/run_mesonh_xyz index 3c1d5cfcd..6ee0120d1 100755 --- a/MY_RUN/KTEST/013_Iroise_OASIS_coupling/A_cpl_mnh_toy/run_mesonh_xyz +++ b/MY_RUN/KTEST/013_Iroise_OASIS_coupling/A_cpl_mnh_toy/run_mesonh_xyz @@ -4,7 +4,7 @@ echo '--------------------------------------' echo ' Run Meso-NH coupling ' echo '--------------------------------------' -export PATH_EXETOY=${SRC_MESONH}/src/LIB/toy_1.0/ +export PATH_EXETOY=${SRC_MESONH}/src/LIB/toy_2.0/ #~~~~~ MESONH ln -sf ../1_input_mnh/IROISE_5KM* . diff --git a/src/configure b/src/configure index d6867ff45..c031c1252 100755 --- a/src/configure +++ b/src/configure @@ -29,7 +29,7 @@ export VERSION_ECRAD=${VERSION_ECRAD:-"1.4.0"} export VER_ECRAD=${VERSION_ECRAD//./} export VERSION_OASIS=${VERSION_OASIS:-"5.0"} -export VERSION_TOY=${VERSION_TOY:-"1.0"} +export VERSION_TOY=${VERSION_TOY:-"2.0"} export MNH_LEN_HREC=${MNH_LEN_HREC:-16} # -- GitLab