/[MITgcm]/MITgcm/pkg/exf/exf_bulkqsat.F
ViewVC logotype

Contents of /MITgcm/pkg/exf/exf_bulkqsat.F

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon May 14 22:08:40 2001 UTC (23 years ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint46b_post, checkpoint46k_post, icebear2, checkpoint46c_pre, checkpoint45d_post, branch-exfmods-tag, checkpoint47e_post, checkpoint44h_pre, checkpoint47, ecco_c44_e16, checkpoint46j_post, checkpoint47c_post, checkpoint47d_post, ecco_c44_e21, ecco_c44_e26, ecco_c44_e27, ecco_c44_e24, checkpoint44f_pre, checkpoint45a_post, checkpoint47a_post, icebear3, checkpoint46f_post, checkpoint46a_post, checkpoint46n_post, release1_p1, checkpoint46d_pre, checkpoint46e_post, checkpoint45b_post, release1-branch_tutorials, checkpoint40pre1, checkpoint44g_post, checkpoint46h_pre, checkpoint45c_post, checkpoint44h_post, chkpt44c_post, checkpoint44e_post, checkpoint46e_pre, ecco-branch-mod4, checkpoint43a-release1mods, ecco_c44_e22, checkpoint46l_pre, checkpoint46j_pre, checkpoint46b_pre, checkpoint46l_post, chkpt44a_pre, release1-branch-end, release1_final_v1, ecco_c44_e19, checkpoint46, checkpoint44f_post, ecco_c44_e20, checkpoint44, ecco_c44_e18, checkpoint47b_post, checkpoint40pre2, checkpoint40pre5, checkpoint40pre6, checkpoint40pre8, ecco_c44_e17, release1_b1, chkpt44d_post, checkpoint42, release1_p9, release1_p8, checkpoint43, checkpoint46m_post, checkpoint46g_pre, release1_p2, release1_p3, release1_p4, release1_p6, chkpt44a_post, checkpoint44b_pre, checkpoint40pre4, checkpoint46a_pre, ecco-branch-mod1, checkpoint40pre3, release1_p5, checkpoint44e_pre, chkpt44c_pre, checkpoint40pre9, ecco_ice1, checkpoint46d_post, ecco-branch-mod2, checkpoint46g_post, ecco-branch-mod3, checkpoint47d_pre, checkpoint46i_post, release1_beta1, ecco_c44_e23, release1-branch_branchpoint, checkpoint40pre7, checkpoint46c_post, checkpoint40, checkpoint45, checkpoint39, checkpoint46h_post, release1_chkpt44d_post, ecco_c44_e25, ecco-branch-mod5, icebear5, icebear4, checkpoint41, release1_p7, checkpoint44b_post
Branch point for: c24_e25_ice, ecco-branch, release1_coupled, icebear, release1_final, release1-branch, release1, branch-exfmods-curt
Added external forcing package.
Not presently supported by mitgcm, i.e. disabled by default.

1 c $Header: /u/gcmpack/development/heimbach/ecco_env/pkg/exf/exf_bulkqsat.F,v 1.4 2001/02/02 19:43:45 heimbach Exp $
2
3 #include "EXF_CPPOPTIONS.h"
4
5
6 _RL function exf_BulkqSat(
7 I tkelvin
8 & )
9
10 c ==================================================================
11 c FUNCTION exf_BulkqSat
12 c ==================================================================
13 c
14 c o Compute the saturation specific humidity.
15 c
16 c started: Christian Eckert eckert@mit.edu 27-Aug-1999
17 c
18 c changed: Christian Eckert eckert@mit.edu 14-Jan-2000
19 c
20 c - Restructured the code in order to create a package
21 c for the MITgcmUV.
22 c
23 c Patrick Heimbach heimbach@mit.edu 05-May-2000
24 c
25 c - Included appropriate CPP options
26 c ALLOW_BULKFORMULAE, ALLOW_ATM_TEMP
27 c
28 c ==================================================================
29 c FUNCTION exf_BulkqSat
30 c ==================================================================
31
32 implicit none
33
34 #if (defined (ALLOW_BULKFORMULAE) && defined (ALLOW_ATM_TEMP))
35
36 c == global variables ==
37
38 #include "SIZE.h"
39 #include "exf_constants.h"
40
41 c == function arguments ==
42 _RL tkelvin
43
44 c == end of interface ==
45
46 exf_BulkqSat = cvapor_fac/exp(cvapor_exp/tkelvin)
47
48 #else
49
50 c == function arguments ==
51 _RL tkelvin
52
53 exf_BulkqSat = 0.0
54 #endif
55
56 end
57
58
59

  ViewVC Help
Powered by ViewVC 1.1.22