Skip to content

Commit

Permalink
Fix reading soil temperature and soil mositure from RRFS warm-start r…
Browse files Browse the repository at this point in the history
…estart file.
  • Loading branch information
xyzemc committed Jan 16, 2024
1 parent 275ee0d commit 8a6664e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gsi/gsi_rfv3io_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2112,9 +2112,9 @@ subroutine gsi_fv3ncdf2d_read(fv3filenamegin,it,ges_z,ges_t2m,ges_q2m,ges_howv)
k=k_tsea
else if( trim(name)=='sheleg'.or.trim(name)=='SHELEG' ) then
k=k_snwdph
else if( trim(name)=='stc'.or.trim(name)=='STC' ) then
else if( trim(name)=='stc'.or.trim(name)=='tslb' ) then
k=k_stc
else if( trim(name)=='smc'.or.trim(name)=='SMC' ) then
else if( trim(name)=='smc'.or.trim(name)=='smois' ) then
k=k_smc
else if( trim(name)=='SLMSK'.or.trim(name)=='slmsk' ) then
k=k_slmsk
Expand Down

0 comments on commit 8a6664e

Please sign in to comment.