/[MITgcm]/MITgcm/pkg/thsice/THSICE_VARS.h
ViewVC logotype

Diff of /MITgcm/pkg/thsice/THSICE_VARS.h

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

revision 1.6 by jmc, Sun May 14 14:06:13 2006 UTC revision 1.7 by jmc, Thu May 25 18:03:24 2006 UTC
# Line 40  C   flxCndBt :: heat flux conducted thro Line 40  C   flxCndBt :: heat flux conducted thro
40  C   snowPrc  :: snow precipitation                        [kg/m2/s]  C   snowPrc  :: snow precipitation                        [kg/m2/s]
41  C   siceAlb  :: area weighted sea-ice albedo           [0-1]  C   siceAlb  :: area weighted sea-ice albedo           [0-1]
42  C   dFdT     :: heat deriveative for coupled model  C   dFdT     :: heat deriveative for coupled model
43    C atmospheric fluxes (change along the time-stepping):
44    C   icFlxSW  :: short-wave heat flux (+=down) over sea-ice
45    C               (downward SW / net SW @ surface / net SW below sea-ice)
46    C   icFlxAtm :: Atmospheric surf. heat flux over sea-ice [W/m2] (+=down)
47    C               (over sea-ice only / weighted by ice-fraction)
48    C   icFrwAtm :: fresh-water flux (E-P) from the atmosphere [kg/m2/s] (+=up)
49    C               ( ice Evap only / ice E-P / ice - ocean weighted E-P )
50  C   oceQnet  :: net heat flux  to the ocean         (+=down) [W/m2]  C   oceQnet  :: net heat flux  to the ocean         (+=down) [W/m2]
51  C   oceQsw   :: net short-wave that enter the ocean (+=down) [W/m2]  C   oceQsw   :: net short-wave that enter the ocean (+=down) [W/m2]
52  C   oceFWfx  :: net fresh water flux to the ocean   (+=down) [kg/m2]  C   oceFWfx  :: net fresh water flux to the ocean   (+=down) [kg/m2]
# Line 47  C   oceSflx  :: net salt flux to the oce Line 54  C   oceSflx  :: net salt flux to the oce
54        COMMON / THSICE_FLUX /        COMMON / THSICE_FLUX /
55  c    &       oceQsw, oceQnet, oceFWfx, oceSflx,  c    &       oceQsw, oceQnet, oceFWfx, oceSflx,
56       &       sHeating, flxCndBt,       &       sHeating, flxCndBt,
57       &       snowPrc, siceAlb       &       snowPrc, siceAlb,
58  #ifdef COUPLE_MODEL  #ifdef COUPLE_MODEL
59       &     , dFdT       &       dFdT,
60  #endif  #endif
61         &       icFlxSW, icFlxAtm, icFrwAtm
62    
63  c     _RL oceQnet(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)  c     _RL oceQnet(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
64  c     _RL oceQsw (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)  c     _RL oceQsw (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
# Line 63  c     _RL oceSflx(1-OLx:sNx+OLx,1-OLy:sN Line 71  c     _RL oceSflx(1-OLx:sNx+OLx,1-OLy:sN
71  #ifdef COUPLE_MODEL  #ifdef COUPLE_MODEL
72        _RL dFdT    (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL dFdT    (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
73  #endif  #endif
74          _RL icFlxSW (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
75          _RL icFlxAtm(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
76          _RL icFrwAtm(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
77    
78  C-- COMMON / THSICE_OCEMXLAYER / oceanic mixed layer state  C-- COMMON / THSICE_OCEMXLAYER / oceanic mixed layer state
79  C   hOceMxL :: thickness   of the ocean mixed layer [m]  C   hOceMxL :: thickness   of the ocean mixed layer [m]

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.22