From e33d25fdc4edd7725edf1efe9386db3e5adcab5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de> Date: Fri, 19 May 2023 11:22:21 +0200 Subject: [PATCH] Fix psp namelist parameters in 01_real-from-ideal.sh. --- examples/01_real-from-ideal.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/01_real-from-ideal.sh b/examples/01_real-from-ideal.sh index ba29c86..11d47ae 100755 --- a/examples/01_real-from-ideal.sh +++ b/examples/01_real-from-ideal.sh @@ -117,10 +117,12 @@ data_management: atmosphere_namelist: | nwp_phy_nml: - psp_mode: 1 + inwp_psp: 1 + psp_scale: 5.0 atmosphere_namelist_ideal: | nwp_phy_nml: - psp_mode: 1 + inwp_psp: 1 + psp_scale: 5.0 EOF if [ "$STAGE" -eq 0 ]; then -- GitLab