/[MITgcm]/MITgcm/pkg/cheapaml/CHEAPAML.h
ViewVC logotype

Annotation of /MITgcm/pkg/cheapaml/CHEAPAML.h

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


Revision 1.2 - (hide annotations) (download)
Tue Aug 24 14:07:52 2010 UTC (13 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62j
Changes since 1.1: +16 -17 lines
File MIME type: text/plain
remove tabs

1 jmc 1.2 C $Header: /u/gcmpack/MITgcm/pkg/cheapaml/CHEAPAML.h,v 1.1 2008/08/05 21:49:30 jmc Exp $
2 jmc 1.1 C $Name: $
3    
4 jmc 1.2 c #ifdef ALLOW_CHEAPAML
5     C !ROUTINE: CHEAPAML.h
6     C -------------------------------
7     C CHEAPAML.h
8 jmc 1.1 C Parameters for cheap atmos mixed layer model
9 jmc 1.2 C -------------------------------
10 jmc 1.1 C Tr :: Relaxation temperature profile for lateral boundary region
11 jmc 1.2 C qr :: Relaxation specific humidity profile for lateral boundary region
12     C Tair :: atmosphere boundary layer temperature
13     C gTairm :: atmosphere temperature tendency
14     C qair :: atmosphere specific humidity
15     C uwind :: zonal wind
16     C vwind :: meridional wind
17     C solar :: short wave insolation
18     C
19 jmc 1.1 COMMON /CHEAPAML_PARMS/
20     & Tr,qr,uwind,vwind,solar,
21     & ustress, vstress,Tair,gTairm,
22     c & ustress, vstress,
23     & cheapaml_h,
24     c & cheapaml_kdiff, cheapaml_taurelax1,
25     c & cheapaml_taurelax2, cheapaml_xf,
26     c & cheapaml_dtc,rhoa,cpair,stefan,
27     & cheapaml_kdiff,
28     & cheapaml_taurelax2,
29     & rhoa,cpair,stefan,
30     & dsolms,dsolmn,
31     & xphaseinit,
32     & cdrag_1,cdrag_2,cdrag_3,cheapaml_ntim,
33     & AirTempFile, AirQFile,SolarFile, UWindFile,
34     & VWindFile, TrFile, QrFile, useFreshwaterFlux
35    
36     _RL Tr (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
37     _RL qr (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
38     _RL Tair (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
39     _RL gTairm (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
40     _RL qair (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
41     _RL Solar (1-olx:snx+olx,1-oly:sny+oly,nsx,nsy)
42     _RL uwind (1-olx:snx+olx,1-oly:sny+oly,nsx,nsy)
43     _RL vwind (1-olx:snx+olx,1-oly:sny+oly,nsx,nsy)
44     _RL ustress (1-olx:snx+olx,1-oly:sny+oly,nsx,nsy)
45     _RL vstress (1-olx:snx+olx,1-oly:sny+oly,nsx,nsy)
46     _RL cheapaml_h
47     _RL cheapaml_kdiff, cheapaml_taurelax1
48     _RL cheapaml_taurelax2, cheapaml_xf
49     _RL cheapaml_dtc,rhoa,cpair,stefan
50     _RL cdrag_1, cdrag_2, cdrag_3
51     _RL dsolms,dsolmn
52     _RL xphaseinit
53 jmc 1.2 INTEGER cheapaml_ntim
54 jmc 1.1 CHARACTER*(MAX_LEN_FNAM) AirTempFile
55     CHARACTER*(MAX_LEN_FNAM) AirQFile
56     CHARACTER*(MAX_LEN_FNAM) SolarFile
57     CHARACTER*(MAX_LEN_FNAM) UWindFile
58     CHARACTER*(MAX_LEN_FNAM) VWindFile
59     CHARACTER*(MAX_LEN_FNAM) TRFile
60     CHARACTER*(MAX_LEN_FNAM) QrFile
61     LOGICAL useFreshwaterFlux
62 jmc 1.2 c #endif /* ALLOW_CHEAPAML */

  ViewVC Help
Powered by ViewVC 1.1.22