/[MITgcm]/MITgcm/pkg/aim_ocn_coupler/ATMVARS.h
ViewVC logotype

Contents of /MITgcm/pkg/aim_ocn_coupler/ATMVARS.h

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


Revision 1.2 - (show annotations) (download)
Fri May 21 19:31:50 2004 UTC (20 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint53f_post, checkpoint54a_pre, checkpoint55c_post, checkpoint57m_post, checkpoint58e_post, checkpoint57v_post, checkpoint57g_pre, checkpoint57f_post, checkpoint57s_post, checkpoint57j_post, checkpoint58b_post, checkpoint57b_post, checkpoint53c_post, checkpoint53d_post, checkpoint57f_pre, checkpoint55d_pre, checkpoint57g_post, checkpoint57a_post, checkpoint55j_post, checkpoint56b_post, checkpoint57h_pre, checkpoint57y_post, checkpoint58g_post, checkpoint57x_post, checkpoint54a_post, checkpoint55h_post, checkpoint54b_post, checkpoint58h_post, checkpoint57e_post, checkpoint54d_post, checkpoint56c_post, checkpoint54e_post, checkpoint55b_post, checkpoint57h_post, checkpoint57y_pre, checkpoint55, checkpoint55a_post, checkpoint57c_pre, checkpoint57o_post, checkpoint55g_post, checkpoint57r_post, checkpoint57k_post, checkpoint57d_post, checkpoint55f_post, checkpoint57i_post, checkpoint58, checkpoint57a_pre, checkpoint54, checkpoint57, checkpoint56, checkpoint57h_done, checkpoint58f_post, checkpoint53g_post, checkpoint57n_post, checkpoint58d_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint58a_post, checkpoint58i_post, checkpoint57q_post, checkpoint57z_post, checkpoint54f_post, eckpoint57e_pre, checkpoint58c_post, checkpoint57c_post, checkpoint53d_pre, checkpoint55e_post, checkpoint54c_post, checkpoint55i_post, checkpoint57l_post, checkpoint56a_post, checkpoint55d_post
Changes since 1.1: +42 -24 lines
File MIME type: text/plain
new version of coupler for AIM+thSIce and ocean

1 C $Header: /u/gcmpack/MITgcm/pkg/aim_ocn_coupler/ATMVARS.h,v 1.1 2003/12/15 02:28:00 jmc Exp $
2 C $Name: $
3
4 C /==========================================================\
5 C | ATMVARS.h Declare arrays for holding data on the atmos. |
6 C | grid. Arrays may need adding or removing |
7 C | different couplings. |
8 C \==========================================================/
9 C AtmDepths_atm - Atmos. depths on atmos. grid
10 C OcMxlD_atm - Ocean mixed-layer depths on atmos. grid (m)
11 C SST_atm - Sea surface temperature on atmos. grid ( oC).
12 C SSS_atm - Sea surface temperature on atmos. grid (psu).
13 C vSq_atm - Sea surface velocity square on atmos. grid (m2/s2)
14 C atmSLPr_atm - Sea Level atmos. pressure on atmos. grid (Pa)
15 C HeatFlux_atm - net Heat flux on atmos. grid (W/m2, +=upward)
16 C qShortWave_atm - net shortwave radiation on atmos. grid (W/m2, +=upward)
17 C TauX_atm - Zonal momentum flux on atmos. grid ( N/m^2, same
18 C sign as the wind ; positive wind == westward flow)
19 C TauY_atm - Meridional momentum flux on atmos. grid ( N/m^2, same
20 C sign as the wind ; positive wind == northward flow)
21 C EvMPr_atm - Fresh water flux (=Evap-Precip) on atmos. grid
22 C ( m/s, positive into atmosphere).
23 C RunOff_atm - Fresh water flux (=RunOff) on atmos. grid
24 C ( m/s, positive is leaving the land bucket)
25 C ROEnFx_atm - Energy carried by RunOff on atmos. grid
26 C ( W/m2, +=leaving land bucket)
27 C SaltFlx_atm - salt flux from sea-ice compon. on atmos. grid
28 C (+=upward=leaving the ocean)
29 C sIceMass_atm - sea-ice mass on atmos. grid (kg/m2)
30
31 COMMON /ATMVARS_R/
32 & AtmDepths_atm,
33 & OcMxlD_atm, SST_atm, SSS_atm, vSq_atm,
34 & atmSLPr_atm, HeatFlux_atm, qShortWave_atm,
35 c & qLatent_atm, qSensible_atm, qLongWave_atm,
36 c & uVelGround_atm, vVelGround_atm,
37 & TauX_atm, TauY_atm,
38 & EvMPr_atm, RunOff_atm, ROEnFx_atm,
39 & SaltFlx_atm, sIceMass_atm
40
41 _RS AtmDepths_atm (Nx_atm,Ny_atm)
42 _RL OcMxlD_atm (Nx_atm,Ny_atm)
43 _RL SST_atm (Nx_atm,Ny_atm)
44 _RL SSS_atm (Nx_atm,Ny_atm)
45 _RL vSq_atm (Nx_atm,Ny_atm)
46 _RL atmSLPr_atm (Nx_atm,Ny_atm)
47 _RL HeatFlux_atm (Nx_atm,Ny_atm)
48 _RL qShortWave_atm (Nx_atm,Ny_atm)
49 c _RL qLatent_atm (Nx_atm,Ny_atm)
50 c _RL qSensible_atm (Nx_atm,Ny_atm)
51 c _RL qLongWave_atm (Nx_atm,Ny_atm)
52 c _RL uVelGround_atm (Nx_atm,Ny_atm)
53 c _RL vVelGround_atm (Nx_atm,Ny_atm)
54 _RL TauX_atm (Nx_atm,Ny_atm)
55 _RL TauY_atm (Nx_atm,Ny_atm)
56 _RL EvMPr_atm (Nx_atm,Ny_atm)
57 _RL RunOff_atm (Nx_atm,Ny_atm)
58 _RL ROEnFx_atm (Nx_atm,Ny_atm)
59 _RL SaltFlx_atm (Nx_atm,Ny_atm)
60 _RL sIceMass_atm (Nx_atm,Ny_atm)

  ViewVC Help
Powered by ViewVC 1.1.22