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

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

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


Revision 1.1 - (show annotations) (download)
Tue May 29 19:28:53 2001 UTC (22 years, 11 months ago) by cnh
Branch: MAIN
CVS Tags: icebear2, checkpoint40pre1, checkpoint44h_pre, release1_p12, release1_p10, release1_p11, release1_p16, release1_p15, ecco_c44_e17, ecco_c44_e16, ecco_c44_e21, ecco_c44_e26, ecco_c44_e27, ecco_c44_e24, icebear5, icebear4, checkpoint44f_pre, icebear3, checkpoint46f_post, release1_p13_pre, checkpoint46d_pre, checkpoint46e_post, release1-branch_tutorials, release1_p14, checkpoint44g_post, checkpoint46h_pre, checkpoint44h_post, release1_p12_pre, checkpoint44e_post, checkpoint46e_pre, ecco-branch-mod4, checkpoint43a-release1mods, checkpoint45d_post, checkpoint45b_post, checkpoint46b_pre, chkpt44a_pre, release1-branch-end, release1_final_v1, ecco_c44_e19, checkpoint46, ecco_c44_e20, checkpoint44, release1_p13, ecco_c44_e18, checkpoint44f_post, checkpoint40pre2, checkpoint40pre5, checkpoint40pre6, checkpoint40pre8, release1_p17, release1_b1, checkpoint44b_post, chkpt44c_post, chkpt44d_post, checkpoint42, release1_p9, release1_p8, checkpoint43, checkpoint46g_pre, release1_p2, release1_p3, release1_p4, release1_p6, checkpoint46a_post, chkpt44a_post, checkpoint44b_pre, release1_p1, checkpoint40pre4, checkpoint46a_pre, ecco-branch-mod1, checkpoint40pre3, checkpoint45c_post, release1_p5, checkpoint44e_pre, chkpt44c_pre, checkpoint40pre9, release1_p7, ecco_ice2, ecco_ice1, checkpoint46b_post, checkpoint46d_post, ecco-branch-mod2, checkpoint46g_post, checkpoint45a_post, checkpoint46c_pre, ecco-branch-mod3, ecco-branch-mod5, ecco_c44_e22, release1_beta1, ecco_c44_e23, release1-branch_branchpoint, checkpoint40pre7, checkpoint46c_post, checkpoint40, checkpoint45, checkpoint46h_post, release1_chkpt44d_post, ecco_c44_e25, checkpoint41
Branch point for: c24_e25_ice, ecco-branch, release1_coupled, icebear, release1_final, release1-branch, release1, release1_50yr
File MIME type: text/plain
Updates for multi-threaded AIM with support for both latlon
and CS.
Needs compatible changes to verfication/

1 C $Header: /u/gcmpack/models/MITgcmUV/verification/aim.5l_LatLon/code/Attic/AIM_DDT.h,v 1.1.2.2 2001/04/17 01:16:32 jmc Exp $
2 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 C aim_drag - Holds AIM surface C_drag*|V| term ( s-1 )
12 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