/[MITgcm]/MITgcm/pkg/atm_phys/ATM_PHYS_VARS.h
ViewVC logotype

Contents of /MITgcm/pkg/atm_phys/ATM_PHYS_VARS.h

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


Revision 1.1 - (show annotations) (download)
Wed May 8 22:14:14 2013 UTC (10 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64n, checkpoint65r, checkpoint65p, checkpoint65q, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint65, checkpoint64j, checkpoint64m, checkpoint64l
File MIME type: text/plain
add source code for new pkg "atm_phys" (atmospheric physics pkg
  from P. O'Gorman and T. Schneider, JCl, 2008).

1 C $Header: /u/gcmpack/MITgcm_contrib/verification_other/atm_gray/code_gray/MYPACKAGE.h,v 1.2 2012/10/04 16:57:34 jmc Exp $
2 C $Name: $
3
4 #ifdef ALLOW_ATM_PHYS
5
6 C- AtmPhys 2-dim. fields
7 _RL atmPhys_SST (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
8 _RL atmPhys_Qflx(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
9 COMMON /ATMPHYS_2D_VARS/
10 & atmPhys_SST,
11 & atmPhys_Qflx
12
13 C- AtmPhys 3-dim. fields
14 _RL atmPhys_dT(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
15 _RL atmPhys_dQ(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
16 _RL atmPhys_dU(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
17 _RL atmPhys_dV(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
18 COMMON /ATMPHYS_3D_VARS/
19 & atmPhys_dT, atmPhys_dQ,
20 & atmPhys_dU, atmPhys_dV
21
22 #endif /* ALLOW_ATM_PHYS */
23
24 CEH3 ;;; Local Variables: ***
25 CEH3 ;;; mode:fortran ***
26 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22