/[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.2 - (hide annotations) (download)
Wed Dec 11 14:23:35 2002 UTC (21 years, 6 months ago) by cheisey
Branch: MAIN
Changes since 1.1: +1 -0 lines
File MIME type: text/plain
Tidying up some recent bulk_forcing changes.

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     c tair - air temperature
11     c qair - specific humidity at surface
12     c rain - precipitation, which may become snow
13     c solar - shortwave radiation
14     c flw - downward longwave flux
15     c uwind - zonal wind speed
16     c vwind - meridional wind speed
17     c wspeed - wind speed
18     c runoff - freshwater runoff
19     c qnetch - net heat flux (cheating)
20     c empch - E-P (cheating)
21     c cloud - fraction sky covered in cloud
22     c
23     COMMON /BULKF_FFIELDS_PARMS/
24     & Tair, Qair, Rain, Solar, flw,
25     & uwind, vwind, runoff, wspeed,
26     & qnetch, empch, cloud, evapora,
27     & AirTempFile, AirHumidityFile, RainFile,
28     & SolarFile, LongwaveFile, UWindFile, VWindFile,
29     & RunoffFile, WSpeedFile, readwindstress,
30     & readsurface,
31     & QnetFile,EmPFile, CloudFile, SnowFile
32    
33     _RL Tair (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
34     _RL Qair (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
35     _RL Rain (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
36     _RL Solar (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
37     _RL flw (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
38     _RL uwind (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
39     _RL vwind (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
40     _RL runoff (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
41     _RL wspeed (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
42     _RL qnetch (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
43     _RL empch (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
44     _RL cloud (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
45     _RL evapora (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
46     CHARACTER*(MAX_LEN_FNAM) AirTempFile
47     CHARACTER*(MAX_LEN_FNAM) AirHumidityFile
48     CHARACTER*(MAX_LEN_FNAM) RainFile
49     CHARACTER*(MAX_LEN_FNAM) SolarFile
50     CHARACTER*(MAX_LEN_FNAM) LongwaveFile
51     CHARACTER*(MAX_LEN_FNAM) UWindFile
52     CHARACTER*(MAX_LEN_FNAM) VWindFile
53     CHARACTER*(MAX_LEN_FNAM) RunoffFile
54     CHARACTER*(MAX_LEN_FNAM) WSpeedFile
55     CHARACTER*(MAX_LEN_FNAM) QnetFile
56     CHARACTER*(MAX_LEN_FNAM) EmPFile
57     CHARACTER*(MAX_LEN_FNAM) CloudFile
58     CHARACTER*(MAX_LEN_FNAM) SnowFile
59     LOGICAL readwindstress
60     LOGICAL readsurface
61     #endif
62 cheisey 1.2

  ViewVC Help
Powered by ViewVC 1.1.22