diff --git a/examples/01_real-from-ideal.sh b/examples/01_real-from-ideal.sh
index ba29c86c08c42f55f94efb1b1fb57a0a24c4a813..11d47aee69cbc52a51896046733b0ca7134bbacc 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