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

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

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


Revision 1.3.2.1 - (show annotations) (download)
Fri Dec 27 15:09:44 2002 UTC (21 years, 5 months ago) by cheisey
Branch: branch-exfmods-curt
CVS Tags: branch-exfmods-tag
Changes since 1.3: +3 -3 lines
File MIME type: text/plain
Adding a branch "branch-exfmods-curt" for enhancements to
pkg/exf package (this is relative to tag checkpoint47e_post).

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 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) at tracer points
17 C
18 C Optional:
19 c uwind - zonal wind speed (m/s) at tracer points
20 c vwind - meridional wind speed (m/s) at tracer points
21 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

  ViewVC Help
Powered by ViewVC 1.1.22