Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/upstream/develop' into feature/…
Browse files Browse the repository at this point in the history
…hafsv2_baseline
  • Loading branch information
BinLiu-NOAA committed Nov 20, 2023
2 parents 5968de4 + 2f8675f commit 5ae664c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/chgres_cube.fd/atmosphere.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ subroutine read_vcoord_info

print*
print*,"OPEN VERTICAL COORD FILE: ", trim(vcoord_file_target_grid)
open(14, file=trim(vcoord_file_target_grid), form='formatted', iostat=istat)
open(14, file=trim(vcoord_file_target_grid), form='formatted', iostat=istat, action='read')
if (istat /= 0) then
call error_handler("OPENING VERTICAL COORD FILE", istat)
endif
Expand Down
3 changes: 3 additions & 0 deletions util/gdas_init/driver.jet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ PROJECT_CODE=hfv3gfs
QUEUE=batch
PARTITION=xjet

# Needed for NDATE utility
module load prod_util/1.2.2

source config

if [ $EXTRACT_DATA == yes ]; then
Expand Down

0 comments on commit 5ae664c

Please sign in to comment.