/[MITgcm]/MITgcm/pkg/bulk_force/BULKF.h
ViewVC logotype

Annotation of /MITgcm/pkg/bulk_force/BULKF.h

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


Revision 1.3 - (hide annotations) (download)
Fri Dec 13 18:06:05 2002 UTC (21 years, 6 months ago) by cheisey
Branch: MAIN
CVS Tags: checkpoint51k_post, checkpoint47e_post, checkpoint47c_post, checkpoint50c_post, checkpoint48e_post, checkpoint50c_pre, checkpoint51o_pre, checkpoint51l_post, checkpoint48i_post, checkpoint50d_pre, checkpoint51, checkpoint50, checkpoint52, checkpoint50d_post, checkpoint50b_pre, checkpoint51f_post, checkpoint48b_post, checkpoint51d_post, checkpoint48c_pre, checkpoint47d_pre, checkpoint51t_post, checkpoint51n_post, checkpoint51s_post, checkpoint48d_pre, checkpoint51j_post, checkpoint47i_post, checkpoint51n_pre, checkpoint47d_post, checkpoint48d_post, checkpoint48f_post, checkpoint52b_pre, checkpoint51l_pre, checkpoint48h_post, checkpoint51q_post, checkpoint51b_pre, checkpoint47g_post, checkpoint51h_pre, checkpoint48a_post, checkpoint50f_post, checkpoint50a_post, checkpoint50f_pre, checkpoint47j_post, branchpoint-genmake2, checkpoint51r_post, checkpoint48c_post, checkpoint51i_post, checkpoint51b_post, checkpoint51c_post, checkpoint50g_post, checkpoint52a_pre, checkpoint50h_post, checkpoint50e_pre, checkpoint50i_post, checkpoint51i_pre, checkpoint47f_post, checkpoint50e_post, checkpoint51e_post, checkpoint48, checkpoint49, checkpoint51o_post, checkpoint51f_pre, checkpoint47h_post, checkpoint52a_post, checkpoint51g_post, ecco_c52_e35, checkpoint50b_post, checkpoint51m_post, checkpoint51a_post, checkpoint51p_post, checkpoint48g_post, checkpoint51u_post
Branch point for: branch-exfmods-curt, branch-genmake2, branch-nonh, tg2-branch, checkpoint51n_branch
Changes since 1.2: +11 -8 lines
File MIME type: text/plain
More updates for verificaiton experiment.

1 cheisey 1.1 #ifdef ALLOW_BULK_FORCE
2     cswdblk
3     c !ROUTINE: BULKF.h
4     c -------------------------------
5     c BULKF.h
6     C variable for forcing using bulk
7     c formula
8     c -------------------------------
9     c FORCING VARIABLES
10 cheisey 1.3 C Mandatory:
11     c tair - air temperature (K)
12     c qair - specific humidity at surface (Kg/Kg)
13     c rain - precipitation, which may become snow (m/s), <0 decreases salinity
14     c solar - shortwave radiation (W/m^2), <0 for ocean warming
15     c flw - downward longwave flux (W/m^2), <0 for ocean warming
16     c wspeed - wind speed (m/s)
17     C
18     C Optional:
19     c uwind - zonal wind speed (m/s)
20     c vwind - meridional wind speed (m/s)
21 cheisey 1.1 c runoff - freshwater runoff
22     c qnetch - net heat flux (cheating)
23     c empch - E-P (cheating)
24     c cloud - fraction sky covered in cloud
25     c
26     COMMON /BULKF_FFIELDS_PARMS/
27     & Tair, Qair, Rain, Solar, flw,
28     & uwind, vwind, runoff, wspeed,
29     & qnetch, empch, cloud, evapora,
30     & AirTempFile, AirHumidityFile, RainFile,
31     & SolarFile, LongwaveFile, UWindFile, VWindFile,
32     & RunoffFile, WSpeedFile, readwindstress,
33     & readsurface,
34     & QnetFile,EmPFile, CloudFile, SnowFile
35    
36     _RL Tair (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
37     _RL Qair (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
38     _RL Rain (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
39     _RL Solar (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
40     _RL flw (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
41     _RL uwind (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
42     _RL vwind (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
43     _RL runoff (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
44     _RL wspeed (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
45     _RL qnetch (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
46     _RL empch (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
47     _RL cloud (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
48     _RL evapora (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
49     CHARACTER*(MAX_LEN_FNAM) AirTempFile
50     CHARACTER*(MAX_LEN_FNAM) AirHumidityFile
51     CHARACTER*(MAX_LEN_FNAM) RainFile
52     CHARACTER*(MAX_LEN_FNAM) SolarFile
53     CHARACTER*(MAX_LEN_FNAM) LongwaveFile
54     CHARACTER*(MAX_LEN_FNAM) UWindFile
55     CHARACTER*(MAX_LEN_FNAM) VWindFile
56     CHARACTER*(MAX_LEN_FNAM) RunoffFile
57     CHARACTER*(MAX_LEN_FNAM) WSpeedFile
58     CHARACTER*(MAX_LEN_FNAM) QnetFile
59     CHARACTER*(MAX_LEN_FNAM) EmPFile
60     CHARACTER*(MAX_LEN_FNAM) CloudFile
61     CHARACTER*(MAX_LEN_FNAM) SnowFile
62     LOGICAL readwindstress
63     LOGICAL readsurface
64     #endif
65 cheisey 1.2

  ViewVC Help
Powered by ViewVC 1.1.22