/[MITgcm]/MITgcm/pkg/aim_v23/AIM2DYN.h
ViewVC logotype

Contents of /MITgcm/pkg/aim_v23/AIM2DYN.h

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


Revision 1.3 - (show annotations) (download)
Mon Jan 21 21:55:32 2013 UTC (11 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint65, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65o, checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, HEAD
Changes since 1.2: +14 -11 lines
File MIME type: text/plain
store near surface wind-speed in specific array (aim_surfWind) for export
 to coupler.

1 C $Header: /u/gcmpack/MITgcm/pkg/aim_v23/AIM2DYN.h,v 1.2 2005/06/23 20:02:50 edhill Exp $
2 C $Name: $
3
4 #ifdef ALLOW_AIM
5 C *==========================================================*
6 C | AIM2DYN.h
7 C | o AIM output fields in dynamics conforming arrays
8 C *==========================================================*
9
10 C-- COMMON /AIM_DDT/
11 C aim_drag :: Holds AIM surface drag term : C_drag*Rho*|V| ( kg.m-2.s-1 )
12 C location : AIM "A" grid = center of the dynamics "C" grid
13 C aim_dTdt :: Net tendency for potential temperature ( K/s )
14 C aim_dSdt :: Net tendency for water vapor ( g/kg/s )
15 C aim_surfWind :: near surface atmospheric wind speed ( m/s )
16 C
17 COMMON /AIM_DDT/
18 & aim_drag,
19 & aim_dTdt,
20 & aim_dSdt,
21 & aim_surfWind
22 _RL aim_drag (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
23 _RL aim_dTdt (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
24 _RL aim_dSdt (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
25 _RL aim_surfWind (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
26
27 #endif /* ALLOW_AIM */
28
29 CEH3 ;;; Local Variables: ***
30 CEH3 ;;; mode:fortran ***
31 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22