Skip to content
2 changes: 1 addition & 1 deletion components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions src/Applications/GEOSdas_App/jedi/etc/geos_jediobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion src/Applications/GEOSdas_App/testsuites/runjob.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down
1 change: 1 addition & 0 deletions src/Applications/NCEP_Paqc/block-unblock/reblock.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
!---------------------------------------------------------------------- */

#include <stdio.h>
#include <stdlib.h>

#define BUFSIZE 50000
int WORDSIZE;
Expand Down
Loading