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

Annotation of /MITgcm/pkg/exf/exf_bulkcdn.F

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


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

  ViewVC Help
Powered by ViewVC 1.1.22