From 6936f320dcbe65004fc0069a06a8d256942b9268 Mon Sep 17 00:00:00 2001 From: "Fabian.Jakub" <fabian@jakub.com> Date: Tue, 16 May 2023 13:44:52 +0200 Subject: [PATCH] fix psp mode namelist override --- examples/01_real-from-ideal.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/01_real-from-ideal.sh b/examples/01_real-from-ideal.sh index 80019af..113c867 100644 --- a/examples/01_real-from-ideal.sh +++ b/examples/01_real-from-ideal.sh @@ -141,10 +141,10 @@ data_management: local_destination_folder: $OUTPUTDIR/ atmosphere_namelist: | - icon_nwp_phys: + nwp_phy_nml: psp_mode: 1 atmosphere_namelist_ideal: | - icon_nwp_phys: + nwp_phy_nml: psp_mode: 1 EOF -- GitLab