Skip to content
Snippets Groups Projects
Commit e33d25fd authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Fix psp namelist parameters in 01_real-from-ideal.sh.

parent 269fe735
No related branches found
No related tags found
No related merge requests found
Pipeline #18724 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment