@@ -451,6 +451,15 @@ class TaskQuestions(QuestionContainer, Enum):
451451
452452 # --------------------------------------------------------------------------------------------------
453453
454+ JediOopsLogParser = QuestionList (
455+ list_name = "JediOopsLogParser" ,
456+ questions = [
457+ qd .comparison_log_type (),
458+ ]
459+ )
460+
461+ # --------------------------------------------------------------------------------------------------
462+
454463 LinkGeosOutput = QuestionList (
455464 list_name = "LinkGeosOutput" ,
456465 questions = [
@@ -517,7 +526,8 @@ class TaskQuestions(QuestionContainer, Enum):
517526 qd .observations (),
518527 qd .total_processors (),
519528 qd .window_offset (),
520- qd .window_type ()
529+ qd .window_type (),
530+ qd .comparison_log_type ('convert_state_soca2cice' ),
521531 ]
522532 )
523533
@@ -534,6 +544,7 @@ class TaskQuestions(QuestionContainer, Enum):
534544 qd .jedi_forecast_model (),
535545 qd .observations (),
536546 qd .observing_system_records_path (),
547+ qd .comparison_log_type ('ensmeanvariance' ),
537548 ]
538549 )
539550
@@ -543,7 +554,8 @@ class TaskQuestions(QuestionContainer, Enum):
543554 list_name = "RunJediFgatExecutable" ,
544555 questions = [
545556 run_jedi_executable ,
546- qd .marine_models ()
557+ qd .marine_models (),
558+ qd .comparison_log_type ('fgat' )
547559 ]
548560 )
549561
@@ -561,7 +573,8 @@ class TaskQuestions(QuestionContainer, Enum):
561573 qd .ensemble_num_members (),
562574 qd .generate_yaml_and_exit (),
563575 qd .jedi_forecast_model (),
564- qd .total_processors ()
576+ qd .total_processors (),
577+ qd .comparison_log_type ('hofx' )
565578 ]
566579 )
567580
@@ -577,7 +590,8 @@ class TaskQuestions(QuestionContainer, Enum):
577590 qd .generate_yaml_and_exit (),
578591 qd .jedi_forecast_model (),
579592 qd .save_geovals (),
580- qd .total_processors ()
593+ qd .total_processors (),
594+ qd .comparison_log_type ('ensemblehofx' ),
581595 ]
582596 )
583597
@@ -616,7 +630,8 @@ class TaskQuestions(QuestionContainer, Enum):
616630 qd .vertical_localization_ioda_vertical_coord_group (),
617631 qd .vertical_localization_lengthscale (),
618632 qd .vertical_localization_method (),
619- qd .perhost ()
633+ qd .perhost (),
634+ qd .comparison_log_type ('localensembleda' ),
620635 ]
621636 )
622637
@@ -633,7 +648,8 @@ class TaskQuestions(QuestionContainer, Enum):
633648 qd .jedi_forecast_model (),
634649 qd .observing_system_records_path (),
635650 qd .total_processors (),
636- qd .obs_thinning_rej_fraction ()
651+ qd .obs_thinning_rej_fraction (),
652+ qd .comparison_log_type ('obsfilters' )
637653 ]
638654 )
639655
@@ -646,7 +662,8 @@ class TaskQuestions(QuestionContainer, Enum):
646662 qd .generate_yaml_and_exit (),
647663 qd .single_observations (),
648664 qd .window_length (),
649- qd .window_offset ()
665+ qd .window_offset (),
666+ qd .comparison_log_type ('ufo_tests' ),
650667 ]
651668 )
652669
@@ -656,7 +673,8 @@ class TaskQuestions(QuestionContainer, Enum):
656673 list_name = "RunJediVariationalExecutable" ,
657674 questions = [
658675 run_jedi_executable ,
659- qd .perhost ()
676+ qd .perhost (),
677+ qd .comparison_log_type ('variational' ),
660678 ]
661679 )
662680
0 commit comments