Skip to content

Commit

Permalink
doc for LST equation observation operator routine
Browse files Browse the repository at this point in the history
  • Loading branch information
jjokella committed Jun 20, 2024
1 parent 756f38c commit e9f7fb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bldsva/intf_DA/pdaf/framework/obs_op_pdaf.F90
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ SUBROUTINE obs_op_pdaf(step, dim_p, dim_obs_p, state_p, m_state_p)
lpointobs = .false.

DO i = 1, dim_obs_p
! Equation for LST computation from Kustas2009, Eq(7)
! http://dx.doi.org/10.1016/j.agrformet.2009.05.016
m_state_p(i) &
= (exp(-0.5*clm_paramarr(obs_index_p(i))) &
*state_p(obs_index_p(i))**4 &
Expand Down

0 comments on commit e9f7fb8

Please sign in to comment.