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

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

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


Revision 1.3 - (show annotations) (download)
Mon Aug 1 19:34:56 2005 UTC (18 years, 10 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 C $Header: /u/gcmpack/MITgcm/pkg/aim/AIM_FFIELDS.h,v 1.2 2001/06/18 17:39:58 cnh Exp $
2 C $Name: $
3
4 #ifdef ALLOW_AIM
5
6 C /==========================================================\
7 C | AIM_FFIELDS.h |
8 C | o AIM forcing fields. |
9 C \==========================================================/
10
11
12 C aim_albedo - Holds surface albedo ( 0-1 )
13 C aim_surfTemp - Holds surface temperature ( K )
14 C aim_soilMoisture - Holds soil moisture ( 0-20 )
15 C
16 COMMON /AIM_FFIELDS_R/
17 & aim_albedo,
18 & aim_surfTemp,
19 & aim_soilMoisture
20 _RS aim_albedo (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
21 _RS aim_surfTemp (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
22 _RS aim_soilMoisture(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
23
24 #endif /* ALLOW_AIM */

  ViewVC Help
Powered by ViewVC 1.1.22