Skip to content

Commit

Permalink
Fix bug in create_scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
CoLM-SYSU authored Jan 23, 2025
1 parent af7efaf commit 18bd8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/scripts/create_scripts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ CreateScripts()
fi
cat>>mksrf.submit<<EOF
cd ${CASEPATH}/${CASENAME}/bld/run/
${EXEC} $NP ./mksrfdata.x ../../input_${CASENAME}.nml > ../../logmksrfdata
${EXEC} ${EXEO} $NP ./mksrfdata.x ../../input_${CASENAME}.nml > ../../logmksrfdata
EOF

Expand Down

0 comments on commit 18bd8ae

Please sign in to comment.