source: CONFIG_DEVT/LMDZOR_V6.2_work_ENSEMBLES/modeles/ORCHIDEE/DOC/ORCHIDEE/src_parameters/constantes_veg/constantes_veg_qsat.tex @ 5477

Last change on this file since 5477 was 5477, checked in by aclsce, 4 years ago
  • Created CONFIG_DEVT directory
  • First import of LMDZOR_V6.2_work_ENSEMBLES working configuration
  • Property svn:executable set to *
File size: 567 bytes
Line 
1The interpolation the saturated humidity depends on the temperature $T$ (in Kelvin).
2It is set by the following equation :
3\begin{equation}
4q_{sat}(T)= \dfrac{q_s(\lfloor T \rfloor +1) - q_s(\lfloor T \rfloor).\lbrace T \rbrace + q_s(\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.