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

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

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

revision 1.1 by jmc, Tue Aug 5 21:49:30 2008 UTC revision 1.2 by jmc, Tue Aug 24 14:07:52 2010 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2  C $Name$  C $Name$
3    
4  C #ifdef ALLOW_CHEAPAML  c #ifdef ALLOW_CHEAPAML
5  cswdblk  C     !ROUTINE: CHEAPAML.h
6  c     !ROUTINE: CHEAPAML.h  C -------------------------------
7  c -------------------------------  C   CHEAPAML.h
 c   CHEAPAML.h  
8  C   Parameters for cheap atmos mixed layer model  C   Parameters for cheap atmos mixed layer model
9  c -------------------------------  C -------------------------------
10  C     Tr :: Relaxation temperature profile for lateral boundary region  C     Tr :: Relaxation temperature profile for lateral boundary region
11  c     qr :: Relaxation specific humidity profile for lateral boundary region  C     qr :: Relaxation specific humidity profile for lateral boundary region
12  c     Tair :: atmosphere boundary layer temperature  C     Tair :: atmosphere boundary layer temperature
13  c     gTairm :: atmosphere temperature tendency  C     gTairm :: atmosphere temperature tendency
14  c     qair :: atmosphere specific humidity  C     qair :: atmosphere specific humidity
15  c     uwind :: zonal wind  C     uwind :: zonal wind
16  c     vwind :: meridional wind  C     vwind :: meridional wind
17  c     solar :: short wave insolation  C     solar :: short wave insolation
18  c  C
19        COMMON /CHEAPAML_PARMS/        COMMON /CHEAPAML_PARMS/
20       &       Tr,qr,uwind,vwind,solar,       &       Tr,qr,uwind,vwind,solar,
21       &       ustress, vstress,Tair,gTairm,       &       ustress, vstress,Tair,gTairm,
# Line 51  c     &       cheapaml_dtc,rhoa,cpair,st Line 50  c     &       cheapaml_dtc,rhoa,cpair,st
50        _RL    cdrag_1, cdrag_2, cdrag_3        _RL    cdrag_1, cdrag_2, cdrag_3
51        _RL     dsolms,dsolmn        _RL     dsolms,dsolmn
52        _RL     xphaseinit        _RL     xphaseinit
53          INTEGER cheapaml_ntim        INTEGER cheapaml_ntim
54        CHARACTER*(MAX_LEN_FNAM) AirTempFile        CHARACTER*(MAX_LEN_FNAM) AirTempFile
55        CHARACTER*(MAX_LEN_FNAM) AirQFile        CHARACTER*(MAX_LEN_FNAM) AirQFile
56        CHARACTER*(MAX_LEN_FNAM) SolarFile        CHARACTER*(MAX_LEN_FNAM) SolarFile
# Line 60  c     &       cheapaml_dtc,rhoa,cpair,st Line 59  c     &       cheapaml_dtc,rhoa,cpair,st
59        CHARACTER*(MAX_LEN_FNAM) TRFile        CHARACTER*(MAX_LEN_FNAM) TRFile
60        CHARACTER*(MAX_LEN_FNAM) QrFile        CHARACTER*(MAX_LEN_FNAM) QrFile
61        LOGICAL useFreshwaterFlux        LOGICAL useFreshwaterFlux
62  C #endif /* ALLOW_CHEAPAML */  c #endif /* ALLOW_CHEAPAML */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22