next up previous contents
Next: Calculate the humidity Up: Air-Sea interaction Previous: Set the SST to


Module airsea_variables


INTERFACE:

   module airsea_variables
DESCRIPTION:

Here, number of public variables in the airsea module is declared.


USES:

   IMPLICIT NONE
 
   default: all is private.
   private
PUBLIC DATA MEMBERS:
   REALTYPE, public, parameter         :: cpa=1008.
   REALTYPE, public, parameter         :: cpw=3985.
   REALTYPE, public, parameter         :: emiss=0.97
   REALTYPE, public, parameter         :: bolz=5.67e-8
   REALTYPE, public, parameter         :: kelvin=273.16
   REALTYPE, public, parameter         :: const06=0.62198
   REALTYPE,public,  parameter         :: rgas = 287.1 
   REALTYPE, public                    :: es,ea,qs,qa,L,rhoa
REVISION HISTORY:
   Original author(s): Karsten Bolding, Hans Burchard
   $Log: airsea_variables.F90,v $
   Revision 1.2  2007-10-02 10:14:08  kbk
   fixed rhoa calculation - rgas in airsea_variables module
   Revision 1.1  2007-09-25 10:06:10  kbk
   modularized the airsea module - added Fairall method



Lars Umlauf
2007-12-11