Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts_db/metExample_mcip/matching_raob.csh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ setenv METCRO $AMETBASE/model_data/MET/$AMET_PROJECT/METCRO3D_160701.nc
setenv METDOT $AMETBASE/model_data/MET/$AMET_PROJECT/METDOT3D_160701.nc

# Logic to check for case where MCIP files are being passed by loop_over_day.csh wrapper
if ( ! $?METCRO3DX || ! $?METDOT3DX || ! $?GRIDCRO) then
if ( ! $?METCRO3DX || ! $?METDOT3DX || ! $?GRIDCROX) then
echo "Script not set in daily run mode. Will run matching for a single day. "
else
echo "METCRO3D and METDOT3D files are being passed into script via loop_over_days.csh"
Expand Down