/[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.1 - (hide annotations) (download)
Tue Aug 5 21:49:30 2008 UTC (15 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62i, checkpoint62h, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61c, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
File MIME type: text/plain
From Nicolas: new package, (Cheap) Atmospheric Mixed Layer

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

  ViewVC Help
Powered by ViewVC 1.1.22