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

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

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


Revision 1.2 - (show annotations) (download)
Tue Dec 10 02:35:27 2002 UTC (21 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint51k_post, checkpoint47e_post, checkpoint52l_pre, hrcube4, hrcube5, checkpoint57g_pre, checkpoint50c_post, checkpoint57b_post, checkpoint52d_pre, checkpoint57g_post, checkpoint48e_post, checkpoint56b_post, checkpoint50c_pre, checkpoint52j_pre, checkpoint51o_pre, checkpoint54d_post, checkpoint54e_post, checkpoint51l_post, checkpoint48i_post, checkpoint57d_post, checkpoint57i_post, checkpoint50d_pre, checkpoint52k_post, checkpoint55, checkpoint54, checkpoint57, checkpoint56, checkpoint51, checkpoint50, checkpoint53, checkpoint52, checkpoint50d_post, checkpoint52f_post, checkpoint50b_pre, checkpoint54f_post, checkpoint51f_post, checkpoint48b_post, checkpoint51d_post, checkpoint48c_pre, checkpoint47d_pre, checkpoint51t_post, checkpoint51n_post, checkpoint55i_post, checkpoint52i_pre, hrcube_1, hrcube_2, hrcube_3, checkpoint51s_post, checkpoint55c_post, checkpoint48d_pre, checkpoint51j_post, checkpoint47i_post, checkpoint52e_pre, checkpoint57f_post, checkpoint52e_post, checkpoint51n_pre, checkpoint47d_post, checkpoint53d_post, checkpoint57a_post, checkpoint48d_post, checkpoint57h_pre, checkpoint48f_post, checkpoint52b_pre, checkpoint54b_post, checkpoint57h_post, checkpoint51l_pre, checkpoint52m_post, checkpoint55g_post, checkpoint48h_post, checkpoint51q_post, checkpoint51b_pre, checkpoint47g_post, checkpoint52b_post, checkpoint52c_post, checkpoint51h_pre, checkpoint48a_post, checkpoint57c_post, checkpoint50f_post, checkpoint50a_post, checkpoint50f_pre, checkpoint52f_pre, checkpoint55d_post, checkpoint47j_post, checkpoint54a_pre, checkpoint53c_post, checkpoint55d_pre, checkpoint57c_pre, checkpoint55j_post, branch-exfmods-tag, branchpoint-genmake2, checkpoint54a_post, checkpoint55h_post, checkpoint51r_post, checkpoint48c_post, checkpoint51i_post, checkpoint57e_post, checkpoint55b_post, checkpoint51b_post, checkpoint51c_post, checkpoint53a_post, checkpoint55f_post, checkpoint52d_post, checkpoint53g_post, checkpoint50g_post, eckpoint57e_pre, checkpoint52a_pre, checkpoint50h_post, checkpoint52i_post, checkpoint50e_pre, checkpoint50i_post, checkpoint51i_pre, checkpoint52h_pre, checkpoint56a_post, checkpoint53f_post, checkpoint57h_done, checkpoint52j_post, checkpoint47f_post, checkpoint50e_post, checkpoint57f_pre, branch-netcdf, checkpoint52l_post, checkpoint52n_post, checkpoint53b_pre, checkpoint56c_post, checkpoint51e_post, checkpoint57a_pre, checkpoint55a_post, checkpoint48, checkpoint49, checkpoint51o_post, checkpoint51f_pre, checkpoint53b_post, checkpoint47h_post, checkpoint52a_post, checkpoint51g_post, ecco_c52_e35, checkpoint50b_post, checkpoint51m_post, checkpoint53d_pre, checkpoint55e_post, checkpoint54c_post, checkpoint51a_post, checkpoint51p_post, checkpoint48g_post, checkpoint51u_post
Branch point for: branch-exfmods-curt, branch-genmake2, branch-nonh, tg2-branch, netcdf-sm0, checkpoint51n_branch
Changes since 1.1: +49 -13 lines
File MIME type: text/plain
allow to use AIM physics with SPEEDY input files (from Franco Molteni):
 surface Boundary-Conditions are computed in (new) S/R aim_surf_bc.F.
can still use monthly mean (NCEP) surface forcing (with surface
 Temperature or surface Pot.Temp)

1 C $Header: /u/gcmpack/MITgcm/pkg/aim_v23/AIM_FFIELDS.h,v 1.1 2002/11/22 17:16:06 jmc Exp $
2 C $Name: $
3
4 #ifdef ALLOW_AIM
5
6 C *==========================================================*
7 C | AIM_FFIELDS.h
8 C | o AIM (surface) forcing fields.
9 C *==========================================================*
10
11
12 C--- COMMON /AIM_FFIELDS_R/
13 C truncSurfP : use to correct Surf.Temp for truncation of Surf.Ref.Press
14 C aim_landFr :: Holds Land Fraction ( 0-1 )
15 C aim_veget :: Holds vegetation fraction ( 0-1 )
16 C aim_albedo :: Holds surface albedo ( 0-1 )
17 C aim_...0 :: Holds data centered in time before the current time
18 C aim_...1 :: Holds data centered in time after the current time
19 C aim_sWght0,1 :: weight for time interpolation of surface BC
20 C 0/1 = time period before/after the current time
21 C aim_sst0,1 :: Holds Sea surface temperature ( K )
22 C aim_lst0,1 :: Holds Land surface temperature ( K )
23 C aim_oic0,1 :: Holds Sea Ice fraction ( 0-1 )
24 C aim_snw0,1 :: Holds snow depth ( 0-1 )
25 C aim_sw10,1 :: Holds soil water content, level 1 ( 0-1 )
26 C aim_sw20,1 :: Holds soil water content, level 2 ( 0-1 )
27 COMMON /AIM_FFIELDS_R/
28 & truncSurfP, aim_landFr, aim_veget, aim_albedo,
29 & aim_sst0, aim_lst0, aim_oic0, aim_snw0, aim_sw10, aim_sw20,
30 & aim_sst1, aim_lst1, aim_oic1, aim_snw1, aim_sw11, aim_sw21,
31 & aim_sWght0, aim_sWght1
32
33 _RL truncSurfP(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
34 _RS aim_landFr(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
35 _RS aim_veget (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
36 _RS aim_albedo(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
37
38 _RS aim_sst0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
39 _RS aim_lst0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
40 _RS aim_oic0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
41 _RS aim_snw0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
42 _RS aim_sw10 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
43 _RS aim_sw20 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
44
45 _RS aim_sst1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
46 _RS aim_lst1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
47 _RS aim_oic1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
48 _RS aim_snw1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
49 _RS aim_sw11 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
50 _RS aim_sw21 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
51 _RL aim_sWght0, aim_sWght1
52
53 C-- used only if aim_useMMsurfFc=T : Forcing fields are loaded
54 C and used directly with no time-interpolation.
55 _RS aim_surfTemp (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
56 _RS aim_soilWater(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
57 EQUIVALENCE (aim_surfTemp, aim_sst0)
58 EQUIVALENCE (aim_soilWater, aim_sw10)
59
60 #endif /* ALLOW_AIM */

  ViewVC Help
Powered by ViewVC 1.1.22