From b6be2897e6d640a7b29a9e06f657ecc7499d3afc Mon Sep 17 00:00:00 2001 From: Weiyuan Jiang Date: Thu, 12 Mar 2026 12:04:30 -0400 Subject: [PATCH 1/3] no check for automation --- src/Applications/GEOSdas_App/testsuites/runjob.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Applications/GEOSdas_App/testsuites/runjob.pl b/src/Applications/GEOSdas_App/testsuites/runjob.pl index 5ae6d90f..b849721a 100644 --- a/src/Applications/GEOSdas_App/testsuites/runjob.pl +++ b/src/Applications/GEOSdas_App/testsuites/runjob.pl @@ -815,7 +815,9 @@ sub run_fvsetup { if ($verify) { print "\nUnless you are sure the input file is okay, you should quit" . " and run the checkinput utility before continuing.\n"; - $ans = query("Continue (y/n)?", "n"); + if ($nocheck) { $dflt = "y" } + else { $dflt = "n" } + $ans = query("Continue (y/n)?", $dflt); quit("Quitting.") if neg($ans); } From 9200b6cd076066873a893e8e468ab738cd659dfe Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Thu, 12 Mar 2026 14:17:03 -0400 Subject: [PATCH 2/3] Fixes for icx --- components.yaml | 2 +- src/Applications/NCEP_Paqc/block-unblock/reblock.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components.yaml b/components.yaml index 97d328c7..86d65468 100644 --- a/components.yaml +++ b/components.yaml @@ -111,7 +111,7 @@ GigaTraj: g5pert: local: ./src/Components/@g5pert remote: ../g5pert.git - tag: v1.1.2 + tag: v1.1.3 develop: main GEOSagcmPert_GridComp: diff --git a/src/Applications/NCEP_Paqc/block-unblock/reblock.c b/src/Applications/NCEP_Paqc/block-unblock/reblock.c index a3106e5f..cc5b02cb 100644 --- a/src/Applications/NCEP_Paqc/block-unblock/reblock.c +++ b/src/Applications/NCEP_Paqc/block-unblock/reblock.c @@ -22,6 +22,7 @@ !---------------------------------------------------------------------- */ #include +#include #define BUFSIZE 50000 int WORDSIZE; From efd81e5067d910f130e94a7d482ea4e8aca6145b Mon Sep 17 00:00:00 2001 From: karpob Date: Tue, 28 Apr 2026 13:25:36 -0400 Subject: [PATCH 3/3] replace link to jpp x51 experiment with user $FVHOME/run/jedi --- src/Applications/GEOSdas_App/jedi/etc/geos_jediobs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Applications/GEOSdas_App/jedi/etc/geos_jediobs.yaml b/src/Applications/GEOSdas_App/jedi/etc/geos_jediobs.yaml index c7cc7326..6ebab0da 100644 --- a/src/Applications/GEOSdas_App/jedi/etc/geos_jediobs.yaml +++ b/src/Applications/GEOSdas_App/jedi/etc/geos_jediobs.yaml @@ -32204,7 +32204,7 @@ obs operator: name: VertInterp vertical coordinate: air_pressure - observation alias file: /discover/nobackup/projects/gmao/dadev/rtodling/JEDI/x51/jprePP/run/jedi/Config/obsop_name_map.yaml + observation alias file: $FVHOME/run/jedi/Config/obsop_name_map.yaml obs filters: # range sanity check - filter: Bounds Check @@ -32239,7 +32239,7 @@ obs operator: name: VertInterp vertical coordinate: air_pressure - observation alias file: /discover/nobackup/projects/gmao/dadev/rtodling/JEDI/x51/jprePP/run/jedi/Config/obsop_name_map.yaml + observation alias file: $FVHOME/run/jedi/Config/obsop_name_map.yaml obs filters: # range sanity check - filter: Bounds Check