Skip to content

Commit

Permalink
Merge pull request #743 from amametjanov/azamat/ibm-xl/init-th-sat
Browse files Browse the repository at this point in the history
Add initialization of th_sat
  • Loading branch information
rgknox authored May 15, 2021
2 parents 4430987 + 6c3e30e commit 516c184
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions biogeophys/FatesHydroWTFMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ end subroutine set_wrf_param_base
function get_thsat_base(this) result(th_sat)
class(wrf_type) :: this
real(r8) :: th_sat
th_sat = 0._r8
write(fates_log(),*) 'The base thsat call'
write(fates_log(),*) 'should never be actualized'
write(fates_log(),*) 'check how the class pointer was setup'
Expand Down

0 comments on commit 516c184

Please sign in to comment.