QSAT_SEAWATER2 Function

function QSAT_SEAWATER2(PT, PP, PSSS)

Uses

  • proc~~qsat_seawater2~2~~UsesGraph proc~qsat_seawater2~2 QSAT_SEAWATER2 module~modd_csts MODD_CSTS proc~qsat_seawater2~2->module~modd_csts module~dimphy~3 dimphy proc~qsat_seawater2~2->module~dimphy~3 module~indice_sol_mod indice_sol_mod proc~qsat_seawater2~2->module~indice_sol_mod

*** QSATW * - function to compute saturation vapor humidity from temperature

PURPOSE
-------

** METHOD ------ Given temperature T (PT) and salinity S (PSSS), the saturation vapor pressure es(T,S) (FOES(PT,PSSS)) is computed following Weiss and Price (1980).

  Then, the specific humidity at saturation is deduced.


EXTERNAL
--------
  NONE

IMPLICIT ARGUMENTS
------------------
  Module MODD_CST : contains physical constants

REFERENCE
---------
  Weiss, R.F., and Price, B.A., 1980 : Nitrous oxide solubility in water
  and seawater. Marine Chemistry, nb 8, pp 347-359.


AUTHOR
------
  S. Belamari     * Meteo France *

MODIFICATIONS
-------------
  Original    19/03/2014


   0.    DECLARATIONS
          ------------

   0.1   Declarations of arguments and results


   2.    COMPUTE SATURATION SPECIFIC HUMIDITY
          ------------------------------------

Arguments

Type IntentOptional Attributes Name
real, intent(in), DIMENSION(klon) :: PT
real, intent(in), DIMENSION(klon) :: PP
real, intent(in), DIMENSION(klon) :: PSSS

Return Value real


Contents