Skip to content

Commit

Permalink
GitHub Issue #152. Update of modulefile.ProdGSI.wcoss_c and get_gefs_…
Browse files Browse the repository at this point in the history
…for_regional.f90 bug fixes.
  • Loading branch information
lbi2018 committed Apr 28, 2021
1 parent c502c92 commit 3d222ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modulefiles/modulefile.ProdGSI.wcoss_c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module load intel/18.1.163
module load craype-sandybridge
module load cray-mpich/7.2.0

module load cmake/3.6.2
module load cmake/3.16.2

# Loading netcdf modules
module load HDF5-parallel-intel-sandybridge/1.10.6
Expand Down
4 changes: 1 addition & 3 deletions src/gsi/get_gefs_for_regional.f90
Original file line number Diff line number Diff line change
Expand Up @@ -376,16 +376,14 @@ subroutine get_gefs_for_regional
gfshead%idsl= 1
gfshead%idvc = 2

! FV3GFS write component does not include JCAP, infer from DIMY-2
njcap=latb-2

nlat_gfs=gfshead%latb+2
nlon_gfs=gfshead%lonb
nsig_gfs=gfshead%levs

jcap_gfs=gfshead%latb-2

if (mype==mype_out) write(6,*)'GESINFO: Read NCEP FV3GFS netCDF ', &
if (mype==0) write(6,*)'GESINFO: Read NCEP FV3GFS netCDF ', &
'format file, ',trim(filename)
! hard code nvcoord to be 2
gfshead%nvcoord=2 ! ak and bk
Expand Down

0 comments on commit 3d222ce

Please sign in to comment.