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

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

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


Revision 1.3 - (hide annotations) (download)
Sun Nov 23 01:36:55 2003 UTC (20 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint53f_post, checkpoint54a_pre, checkpoint55c_post, checkpoint53b_pre, checkpoint57m_post, checkpoint52l_pre, checkpoint52e_pre, hrcube4, hrcube5, checkpoint57v_post, checkpoint57g_pre, checkpoint52j_post, checkpoint57f_post, checkpoint52e_post, checkpoint57s_post, checkpoint57j_post, checkpoint57b_post, checkpoint52d_pre, checkpoint53c_post, checkpoint53d_post, checkpoint57f_pre, checkpoint55d_pre, checkpoint57g_post, checkpoint57a_post, checkpoint55j_post, checkpoint56b_post, checkpoint57h_pre, checkpoint57y_post, checkpoint57x_post, checkpoint52j_pre, checkpoint54a_post, branch-netcdf, checkpoint55h_post, checkpoint52n_post, checkpoint54b_post, checkpoint57e_post, checkpoint54d_post, checkpoint56c_post, checkpoint54e_post, checkpoint55b_post, checkpoint57h_post, checkpoint52m_post, checkpoint57y_pre, checkpoint55, checkpoint53a_post, checkpoint55a_post, checkpoint57c_pre, checkpoint53b_post, checkpoint57o_post, checkpoint55g_post, checkpoint57r_post, checkpoint57k_post, checkpoint57d_post, checkpoint55f_post, checkpoint57i_post, checkpoint52l_post, checkpoint52k_post, checkpoint58, checkpoint57a_pre, checkpoint54, checkpoint57, checkpoint56, checkpoint53, checkpoint52d_post, checkpoint57h_done, checkpoint52b_post, checkpoint53g_post, checkpoint52f_post, checkpoint57n_post, checkpoint52c_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint57q_post, checkpoint57z_post, checkpoint54f_post, eckpoint57e_pre, checkpoint57c_post, checkpoint53d_pre, checkpoint55e_post, checkpoint54c_post, checkpoint52i_post, checkpoint55i_post, checkpoint57l_post, checkpoint52i_pre, checkpoint52h_pre, checkpoint52f_pre, hrcube_1, hrcube_2, hrcube_3, checkpoint56a_post, checkpoint55d_post
Branch point for: netcdf-sm0
Changes since 1.2: +4 -11 lines
light cleaning to make it work with new thSIce pkg.

1 jmc 1.3 c $Header: /u/gcmpack/MITgcm/pkg/bulk_force/exf_bulkcdn.F,v 1.1 2002/11/21 19:11:42 cheisey Exp $
2 edhill 1.2 C $Name: $
3 cheisey 1.1
4 jmc 1.3
5 edhill 1.2 #include "BULK_FORCE_OPTIONS.h"
6 cheisey 1.1
7     _RL function exf_BulkCdn(
8     I umps
9     & )
10    
11     c ==================================================================
12     c FUNCTION exf_BulkCdn
13     c ==================================================================
14     c
15     c o Compute the neutral drag coefficient as a function of the wind
16     c speed.
17     c
18     c started: Christian Eckert eckert@mit.edu 27-Aug-1999
19     c
20     c changed: Christian Eckert eckert@mit.edu 14-Jan-2000
21     c
22     c - Restructured the code in order to create a package
23     c for the MITgcmUV.
24     c
25     c Patrick Heimbach heimbach@mit.edu 05-May-2000
26     c
27     c - Included appropriate CPP options
28     c ALLOW_BULK_FORCEE, ALLOW_ATM_TEMP
29     c swd, Apr 2002: modified to be used in bulkf package
30     c
31     c ==================================================================
32     c FUNCTION exf_BulkCdn
33     c ==================================================================
34    
35     implicit none
36    
37     c == global variables ==
38    
39 jmc 1.3 #include "BULKF_PARAMS.h"
40 cheisey 1.1
41     c == function arguments ==
42     _RL umps
43    
44     c == end of interface ==
45 jmc 1.3 #ifdef ALLOW_BULK_FORCE
46 cheisey 1.1
47     exf_BulkCdn = cdrag_1/umps + cdrag_2 + cdrag_3*umps
48    
49     #endif
50    
51     end

  ViewVC Help
Powered by ViewVC 1.1.22