Skip to content

Commit

Permalink
Testing createMoments.qc.10hz.combined
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dixon committed Oct 20, 2024
1 parent 08e1436 commit 1d64969
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 26 deletions.
2 changes: 1 addition & 1 deletion projDir/qcDualPRTground/params/Dsr2Radx.qc.10hz.combined
Original file line number Diff line number Diff line change
Expand Up @@ -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 ////////////////////
//
Expand Down
3 changes: 2 additions & 1 deletion projDir/qcDualPRTground/params/HcrShortLongCombine.qc.10hz
Original file line number Diff line number Diff line change
Expand Up @@ -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 /////////////////////
//
Expand Down
145 changes: 121 additions & 24 deletions projDir/qcDualPRTground/scripts/createMoments.qc.10hz.combined
Original file line number Diff line number Diff line change
@@ -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 &

3 changes: 3 additions & 0 deletions projDir/system/params/project_info.meow
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1d64969

Please sign in to comment.