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

Annotation of /MITgcm/pkg/aim/AIM2DYN.h

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


Revision 1.3 - (hide annotations) (download)
Mon Aug 1 19:34:56 2005 UTC (18 years, 9 months ago) by cnh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
File MIME type: text/plain
FILE REMOVED
Emptying aim/ since aim_v23 is now "the one" for all experiements.

1 cnh 1.3 C $Header: /u/gcmpack/MITgcm/pkg/aim/AIM2DYN.h,v 1.2 2002/09/27 20:01:57 jmc Exp $
2 cnh 1.1 C $Name: $
3    
4     #ifdef ALLOW_AIM
5    
6     C /==========================================================\
7     C | AIM2DYN.h |
8     C | o AIM output fields in dynamics conforming arrays |
9     C \==========================================================/
10    
11 jmc 1.2 C aim_drag - Holds AIM surface drag term : C_drag*Rho*|V| ( kg.m-2.s-1 )
12 cnh 1.1 C location : AIM "A" grid = center of the dynamics "C" grid
13     C aim_dTdt - Net tendency for potential temperature ( oK/s )
14     C aim_dSdt - Net tendency for water vapor ( g/kg/s )
15     C
16     COMMON /AIM_DDT/
17     & aim_drag,
18     & aim_dTdt,
19     & aim_dSdt
20     _RL aim_drag (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
21     _RL aim_dTdt (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
22     _RL aim_dSdt (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
23    
24     #endif /* ALLOW_AIM */

  ViewVC Help
Powered by ViewVC 1.1.22