Skip to content

Commit

Permalink
Merge pull request #109 from ScottSieron-NOAA/feature/gmi
Browse files Browse the repository at this point in the history
call_crtm bug fix for gmi
  • Loading branch information
MichaelLueken committed Feb 19, 2021
2 parents 9eb537e + 69f2251 commit a944725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gsi/crtm_interface.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2074,7 +2074,7 @@ subroutine call_crtm(obstype,obstime,data_s,nchanl,nreal,ich, &
hwp_total = sum(hwp_guess(:))
theta_700 = atmosphere(1)%temperature(idx700)*(r1000/atmosphere(1)%pressure(idx700))**rd_over_cp
theta_sfc = data_s(itsavg)*(r100/ps)**rd_over_cp
stability = theta_700 - theta_sfc
if (present(stability)) stability = theta_700 - theta_sfc
endif

! Set clouds for CRTM
Expand Down

0 comments on commit a944725

Please sign in to comment.