diff --git a/projDir/qcDualPRTground/params/Dsr2Radx.qc.10hz.combined b/projDir/qcDualPRTground/params/Dsr2Radx.qc.10hz.combined index 8e58c05d..e9cb2fa9 100644 --- a/projDir/qcDualPRTground/params/Dsr2Radx.qc.10hz.combined +++ b/projDir/qcDualPRTground/params/Dsr2Radx.qc.10hz.combined @@ -76,7 +76,7 @@ procmap_register_interval = 60; // Type: string // -input_fmq_url = "/tmp/fmq/moments/qc.10hz.combined"; +input_fmq_url = "$(COMBINED_MOMENTS_FMQ)"; ///////////// seek_to_end_of_input //////////////////// // diff --git a/projDir/qcDualPRTground/params/HcrShortLongCombine.qc.10hz b/projDir/qcDualPRTground/params/HcrShortLongCombine.qc.10hz index 6b8e3774..474906b7 100644 --- a/projDir/qcDualPRTground/params/HcrShortLongCombine.qc.10hz +++ b/projDir/qcDualPRTground/params/HcrShortLongCombine.qc.10hz @@ -484,7 +484,8 @@ correct_velocity_for_platform_vertical_motion = FALSE; // // Type: string -output_fmq_url = "/tmp/fmq/moments/qc.10hz.combined"; +// output_fmq_url = "/tmp/fmq/moments/qc.10hz.combined"; +output_fmq_url = "$(COMBINED_MOMENTS_FMQ)"; ///////////// output_fmq_compress ///////////////////// // diff --git a/projDir/qcDualPRTground/scripts/createMoments.qc.10hz.combined b/projDir/qcDualPRTground/scripts/createMoments.qc.10hz.combined index 8a29fc3b..739324d0 100755 --- a/projDir/qcDualPRTground/scripts/createMoments.qc.10hz.combined +++ b/projDir/qcDualPRTground/scripts/createMoments.qc.10hz.combined @@ -1,51 +1,148 @@ #! /bin/csh +# combine the 50hz short and long into 10hz dwells source ~/git/HCR_configuration/projDir/system/params/project_info.meow cd $PROJ_DIR/qcDualPRTground/params -# start Dsr2Radx, which reads the moments from the FMQ and writes cfradial files +# make sure we start clean -snuff "Dsr2Radx -params Dsr2Radx.qc.10hz.combined" -Dsr2Radx -params Dsr2Radx.qc.10hz.combined -debug >& /tmp/Dsr2Radx.qc.10hz.combined.log & +snuff Dsr2Radx HcrShortLongCombine -# combine the 50hz short and long into 10hz dwells - -#HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -debug -start "2024 06 14 00 00 00" -end "2024 06 15 00 00 00" >& /tmp/HcrShortLongCombine.10hz.combined.log & -HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -debug -start "2024 05 03 00 00 00" -end "2024 07 01 00 00 00" >& /tmp/HcrShortLongCombine.10hz.combined.log & +# 20240503 + +setenv COMBINED_MOMENTS_FMQ /tmp/fmq/moments/qc.10hz.combined.20240503 + +Dsr2Radx -params Dsr2Radx.qc.10hz.combined -instance 20240503 -debug >& /tmp/Dsr2Radx.qc.10hz.combined.20240503.log & + +HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -instance 20240503 -debug -start "2024 05 03 00 00 00" -end "2024 05 04 00 00 00" >& /tmp/HcrShortLongCombine.10hz.combined.20240503.log & + +# 20240506 + +setenv COMBINED_MOMENTS_FMQ /tmp/fmq/moments/qc.10hz.combined.20240506 + +Dsr2Radx -params Dsr2Radx.qc.10hz.combined -instance 20240506 -debug >& /tmp/Dsr2Radx.qc.10hz.combined.20240506.log & + +HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -instance 20240506 -debug -start "2024 05 06 00 00 00" -end "2024 05 04 00 00 00" >& /tmp/HcrShortLongCombine.10hz.combined.20240506.log & + +# 20240507 + +setenv COMBINED_MOMENTS_FMQ /tmp/fmq/moments/qc.10hz.combined.20240507 + +Dsr2Radx -params Dsr2Radx.qc.10hz.combined -instance 20240507 -debug >& /tmp/Dsr2Radx.qc.10hz.combined.20240507.log & + +HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -instance 20240507 -debug -start "2024 05 07 00 00 00" -end "2024 05 04 00 00 00" >& /tmp/HcrShortLongCombine.10hz.combined.20240507.log & + +# 20240508 + +setenv COMBINED_MOMENTS_FMQ /tmp/fmq/moments/qc.10hz.combined.20240508 + +Dsr2Radx -params Dsr2Radx.qc.10hz.combined -instance 20240508 -debug >& /tmp/Dsr2Radx.qc.10hz.combined.20240508.log & + +HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -instance 20240508 -debug -start "2024 05 08 00 00 00" -end "2024 05 04 00 00 00" >& /tmp/HcrShortLongCombine.10hz.combined.20240508.log & + +# 20240509 + +setenv COMBINED_MOMENTS_FMQ /tmp/fmq/moments/qc.10hz.combined.20240509 + +Dsr2Radx -params Dsr2Radx.qc.10hz.combined -instance 20240509 -debug >& /tmp/Dsr2Radx.qc.10hz.combined.20240509.log & + +HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -instance 20240509 -debug -start "2024 05 09 00 00 00" -end "2024 05 04 00 00 00" >& /tmp/HcrShortLongCombine.10hz.combined.20240509.log & + +# 20240510 + +setenv COMBINED_MOMENTS_FMQ /tmp/fmq/moments/qc.10hz.combined.20240510 + +Dsr2Radx -params Dsr2Radx.qc.10hz.combined -instance 20240510 -debug >& /tmp/Dsr2Radx.qc.10hz.combined.20240510.log & + +HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -instance 20240510 -debug -start "2024 05 10 00 00 00" -end "2024 05 04 00 00 00" >& /tmp/HcrShortLongCombine.10hz.combined.20240510.log & + +# 20240520 + +setenv COMBINED_MOMENTS_FMQ /tmp/fmq/moments/qc.10hz.combined.20240520 + +Dsr2Radx -params Dsr2Radx.qc.10hz.combined -instance 20240520 -debug >& /tmp/Dsr2Radx.qc.10hz.combined.20240520.log & + +HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -instance 20240520 -debug -start "2024 05 20 00 00 00" -end "2024 05 04 00 00 00" >& /tmp/HcrShortLongCombine.10hz.combined.20240520.log & + +# 20240521 + +setenv COMBINED_MOMENTS_FMQ /tmp/fmq/moments/qc.10hz.combined.20240521 + +Dsr2Radx -params Dsr2Radx.qc.10hz.combined -instance 20240521 -debug >& /tmp/Dsr2Radx.qc.10hz.combined.20240521.log & + +HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -instance 20240521 -debug -start "2024 05 21 00 00 00" -end "2024 05 04 00 00 00" >& /tmp/HcrShortLongCombine.10hz.combined.20240521.log & + +# 20240522 + +setenv COMBINED_MOMENTS_FMQ /tmp/fmq/moments/qc.10hz.combined.20240522 + +Dsr2Radx -params Dsr2Radx.qc.10hz.combined -instance 20240522 -debug >& /tmp/Dsr2Radx.qc.10hz.combined.20240522.log & + +HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -instance 20240522 -debug -start "2024 05 22 00 00 00" -end "2024 05 04 00 00 00" >& /tmp/HcrShortLongCombine.10hz.combined.20240522.log & + +# 20240529 + +setenv COMBINED_MOMENTS_FMQ /tmp/fmq/moments/qc.10hz.combined.20240529 + +Dsr2Radx -params Dsr2Radx.qc.10hz.combined -instance 20240529 -debug >& /tmp/Dsr2Radx.qc.10hz.combined.20240529.log & + +HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -instance 20240529 -debug -start "2024 05 29 00 00 00" -end "2024 05 04 00 00 00" >& /tmp/HcrShortLongCombine.10hz.combined.20240529.log & + +# 20240530 + +setenv COMBINED_MOMENTS_FMQ /tmp/fmq/moments/qc.10hz.combined.20240530 + +Dsr2Radx -params Dsr2Radx.qc.10hz.combined -instance 20240530 -debug >& /tmp/Dsr2Radx.qc.10hz.combined.20240530.log & + +HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -instance 20240530 -debug -start "2024 05 30 00 00 00" -end "2024 05 04 00 00 00" >& /tmp/HcrShortLongCombine.10hz.combined.20240530.log & + +# 20240607 + +setenv COMBINED_MOMENTS_FMQ /tmp/fmq/moments/qc.10hz.combined.20240607 + +Dsr2Radx -params Dsr2Radx.qc.10hz.combined -instance 20240607 -debug >& /tmp/Dsr2Radx.qc.10hz.combined.20240607.log & + +HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -instance 20240607 -debug -start "2024 06 07 00 00 00" -end "2024 06 04 00 00 00" >& /tmp/HcrShortLongCombine.10hz.combined.20240607.log & + +# 20240610 + +setenv COMBINED_MOMENTS_FMQ /tmp/fmq/moments/qc.10hz.combined.20240610 + +Dsr2Radx -params Dsr2Radx.qc.10hz.combined -instance 20240610 -debug >& /tmp/Dsr2Radx.qc.10hz.combined.20240610.log & -# HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -debug -start "2024 05 06 00 00 00" -end "2024 05 06 23 59 59" >& /tmp/HcrShortLongCombine.10hz.combined.20240506.log +HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -instance 20240610 -debug -start "2024 06 10 00 00 00" -end "2024 06 04 00 00 00" >& /tmp/HcrShortLongCombine.10hz.combined.20240610.log & -# HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -debug -start "2024 05 07 00 00 00" -end "2024 05 07 23 59 59" >& /tmp/HcrShortLongCombine.10hz.combined.20240507.log +# 20240614 -# HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -debug -start "2024 05 08 00 00 00" -end "2024 05 08 23 59 59" >& /tmp/HcrShortLongCombine.10hz.combined.20240508.log +setenv COMBINED_MOMENTS_FMQ /tmp/fmq/moments/qc.10hz.combined.20240614 -# HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -debug -start "2024 05 09 00 00 00" -end "2024 05 09 23 59 59" >& /tmp/HcrShortLongCombine.10hz.combined.20240509.log +Dsr2Radx -params Dsr2Radx.qc.10hz.combined -instance 20240614 -debug >& /tmp/Dsr2Radx.qc.10hz.combined.20240614.log & -# HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -debug -start "2024 05 10 00 00 00" -end "2024 05 10 23 59 59" >& /tmp/HcrShortLongCombine.10hz.combined.20240510.log +HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -instance 20240614 -debug -start "2024 06 14 00 00 00" -end "2024 06 04 00 00 00" >& /tmp/HcrShortLongCombine.10hz.combined.20240614.log & -# HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -debug -start "2024 05 20 00 00 00" -end "2024 05 20 23 59 59" >& /tmp/HcrShortLongCombine.10hz.combined.20240520.log +# 20240620 -# HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -debug -start "2024 05 21 00 00 00" -end "2024 05 21 23 59 59" >& /tmp/HcrShortLongCombine.10hz.combined.20240521.log +setenv COMBINED_MOMENTS_FMQ /tmp/fmq/moments/qc.10hz.combined.20240620 -# HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -debug -start "2024 05 22 00 00 00" -end "2024 05 22 23 59 59" >& /tmp/HcrShortLongCombine.10hz.combined.20240522.log +Dsr2Radx -params Dsr2Radx.qc.10hz.combined -instance 20240620 -debug >& /tmp/Dsr2Radx.qc.10hz.combined.20240620.log & -# HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -debug -start "2024 05 29 00 00 00" -end "2024 05 29 23 59 59" >& /tmp/HcrShortLongCombine.10hz.combined.20240529.log +HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -instance 20240620 -debug -start "2024 06 20 00 00 00" -end "2024 06 04 00 00 00" >& /tmp/HcrShortLongCombine.10hz.combined.20240620.log & -# HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -debug -start "2024 05 30 00 00 00" -end "2024 05 30 23 59 59" >& /tmp/HcrShortLongCombine.10hz.combined.20240530.log +# 20240624 -# HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -debug -start "2024 05 03 00 00 00" -end "2024 05 03 23 59 59" >& /tmp/HcrShortLongCombine.10hz.combined.20240503.log +setenv COMBINED_MOMENTS_FMQ /tmp/fmq/moments/qc.10hz.combined.20240624 -# HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -debug -start "2024 06 07 00 00 00" -end "2024 06 07 23 59 59" >& /tmp/HcrShortLongCombine.10hz.combined.20240607.log +Dsr2Radx -params Dsr2Radx.qc.10hz.combined -instance 20240624 -debug >& /tmp/Dsr2Radx.qc.10hz.combined.20240624.log & -# HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -debug -start "2024 06 10 00 00 00" -end "2024 06 10 23 59 59" >& /tmp/HcrShortLongCombine.10hz.combined.20240610.log +HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -instance 20240624 -debug -start "2024 06 24 00 00 00" -end "2024 06 04 00 00 00" >& /tmp/HcrShortLongCombine.10hz.combined.20240624.log & -# HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -debug -start "2024 06 14 00 00 00" -end "2024 06 14 23 59 59" >& /tmp/HcrShortLongCombine.10hz.combined.20240614.log +# 20240627 -# HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -debug -start "2024 06 20 00 00 00" -end "2024 06 20 23 59 59" >& /tmp/HcrShortLongCombine.10hz.combined.20240620.log +setenv COMBINED_MOMENTS_FMQ /tmp/fmq/moments/qc.10hz.combined.20240627 -# HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -debug -start "2024 06 24 00 00 00" -end "2024 06 24 23 59 59" >& /tmp/HcrShortLongCombine.10hz.combined.20240624.log +Dsr2Radx -params Dsr2Radx.qc.10hz.combined -instance 20240627 -debug >& /tmp/Dsr2Radx.qc.10hz.combined.20240627.log & -# HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -debug -start "2024 06 27 00 00 00" -end "2024 06 27 23 59 59" >& /tmp/HcrShortLongCombine.10hz.combined.20240627.log +HcrShortLongCombine -params HcrShortLongCombine.qc.10hz -instance 20240627 -debug -start "2024 06 27 00 00 00" -end "2024 06 04 00 00 00" >& /tmp/HcrShortLongCombine.10hz.combined.20240627.log & diff --git a/projDir/system/params/project_info.meow b/projDir/system/params/project_info.meow index 5739727d..2d5dc12d 100755 --- a/projDir/system/params/project_info.meow +++ b/projDir/system/params/project_info.meow @@ -25,4 +25,7 @@ mkdir -p $LOG_DIR # This is commented because velcorr is run from matlab # setenv WAVE_FILTER_LENGTH_SECS 20 +# FMQ for combined 10hz moments + +setenv COMBINED_MOMENTS_FMQ /tmp/fmq/moments/qc.10hz.combined