source: branches/publications/ORCHIDEE_2.2_r7266/ORCHIDEE/DOC/ORCHIDEE/src_sechiba/qsat_moisture/qsatcalc.tex @ 7541

Last change on this file since 7541 was 7541, checked in by fabienne.maignan, 2 years ago
  1. Zhang publication on coupling factor
  • Property svn:executable set to *
File size: 593 bytes
Line 
1The interpolation the saturated humidity on one pixel $x$  depends on the temperature $T$ (in Kelvin).
2It is set by the following equation :
3\begin{equation}
4q_{sat}(x,T)= \dfrac{q_s(x,\lfloor T \rfloor +1) - q_s(x,\lfloor T \rfloor).\lbrace T \rbrace + q_s(x,\lfloor T \rfloor)}{P}
5\end{equation}
6where : \\
7\begin{itemize}
8 \item  $ \lfloor T \rfloor $ represents the largest integer not greater than $T$.
9 \item  $ \lbrace T \rbrace = T -\lfloor T \rfloor $ is the fractional part of $T$.
10 \item  $q_s$ is the array caclulated in the subroutine qsfrict\_init.
11\end{itemize}
12
Note: See TracBrowser for help on using the repository browser.