Skip to content

Commit 0aa3122

Browse files
authored
Merge branch 'wrf-model:master' into master
2 parents 58ec19c + f15568c commit 0aa3122

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phys/module_diag_functions.F

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ FUNCTION WetBulbTemp ( p, tK, rh) result( wbt )
11661166
! -----------------
11671167
real :: tdK !~ Dewpoint temperature ( K )
11681168
real :: tC !~ Temperature ( C )
1169-
real :: tdC !~ Dewpoint temperature ( K )
1169+
real :: tdC !~ Dewpoint temperature ( C )
11701170
real :: svapr !~ Saturation vapor pressure ( Pa )
11711171
real :: vapr !~ Ambient vapor pressure ( Pa )
11721172
real :: gamma !~ Dummy term

share/wrf_timeseries.F

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ SUBROUTINE write_ts( grid )
907907
grid%ts_clw(n,i)
908908
ELSE
909909
!!! WRF-Solar diagnostics
910-
WRITE(UNIT=iunit,FMT='(i2,f13.6,i5,i5,i5,1x,49(f13.5,1x))') &
910+
WRITE(UNIT=iunit,FMT='(i2,f13.6,i5,i5,i5,1x,50(f13.5,1x))') &
911911
grid%id, grid%ts_hour(n,i), &
912912
grid%id_tsloc(i), ix, iy, &
913913
grid%ts_t(n,i), &

0 commit comments

Comments
 (0)