/[MITgcm]/MITgcm_contrib/PRM/multi_comp_setup/cg/code/PARENT_OVERRIDE.h
ViewVC logotype

Annotation of /MITgcm_contrib/PRM/multi_comp_setup/cg/code/PARENT_OVERRIDE.h

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


Revision 1.2 - (hide annotations) (download)
Thu Oct 12 22:46:45 2006 UTC (19 years, 10 months ago) by cnh
Branch: MAIN
Changes since 1.1: +11 -3 lines
File MIME type: text/plain
*** empty log message ***

1 cnh 1.2 C $Header: /u/gcmpack/MITgcm_contrib/PRM/multi_comp_setup/cg/code/PARENT_OVERRIDE.h,v 1.1.1.1 2006/10/10 18:17:27 cnh Exp $
2 cnh 1.1 C $Name: $
3     CBOP
4     C !ROUTINE: PARENT_OVERRIDE
5     C !INTERFACE:
6     C include "PARENT_OVERRIDE.h"
7     C !DESCRIPTION:
8     C \bv
9     C *==========================================================*
10     C | PARENT_OVERRIDE.h
11     C | o Extra forcing fields
12     C *==========================================================*
13     C \ev
14     CEOP
15     C
16     COMMON /PO_FIELDS_R/
17 cnh 1.2 & po_gu,
18     & po_gv,
19     & po_gtheta
20 cnh 1.1 _RS po_gu (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nR,nSx,nSy)
21 cnh 1.2 _RS po_gv (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nR,nSx,nSy)
22     _RS po_gtheta(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nR,nSx,nSy)
23 cnh 1.1
24     COMMON /PO_FIELDS_L/
25 cnh 1.2 & usePO_Tendency_Apply_U,
26     & usePO_Tendency_Apply_V,
27     & usePO_Tendency_Apply_Theta
28 cnh 1.1 LOGICAL usePO_Tendency_Apply_U
29 cnh 1.2 LOGICAL usePO_Tendency_Apply_V
30     LOGICAL usePO_Tendency_Apply_Theta

  ViewVC Help
Powered by ViewVC 1.1.22