Skip to content

Commit

Permalink
Fixed issue with ripdp configuration file being ignored.
Browse files Browse the repository at this point in the history
  • Loading branch information
fherreazcue committed Sep 15, 2022
1 parent cca8e03 commit 08fe543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Singularity/singularity_rip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ if [ $noRDP -eq 0 ]; then
envsubst '$t_0 $t_f $dt' < $rdp_tpl >$folder/RIPDP/$ripdpdata

# Copies run template
rip_program="ripdp_wrfarw"
rip_program="ripdp_wrfarw -n RIPDP/$ripdpdata"
rip_program_args="all WRFData/wrfout_d01_*"
export rip_program rip_program_args ripdpdata
envsubst '$rip_program $rip_program_args $ripdpdata' < $run_tpl > $folder/run_rdp.sh
Expand Down

0 comments on commit 08fe543

Please sign in to comment.