/[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.12 by jmc, Wed Aug 1 18:22:41 2012 UTC revision 1.13 by jmc, Thu May 2 20:03:12 2013 UTC
# Line 37  C   snowAge   :: snow age Line 37  C   snowAge   :: snow age
37  C-- COMMON /THSICE_FLUX/ hold fluxes needed for thsice model  C-- COMMON /THSICE_FLUX/ hold fluxes needed for thsice model
38  C   sHeating :: surf heating left to melt snow or ice (= Atmos-Conduction)  C   sHeating :: surf heating left to melt snow or ice (= Atmos-Conduction)
39  C   flxCndBt :: heat flux conducted through the ice to bottom surface  C   flxCndBt :: heat flux conducted through the ice to bottom surface
 C   snowPrc  :: snow precipitation                        [kg/m2/s]  
40  C   siceAlb  :: area weighted sea-ice albedo           [0-1]  C   siceAlb  :: area weighted sea-ice albedo           [0-1]
41  C   icAlbNIR :: seaice(+snow) surface Near Infra-Red Albedo  C   icAlbNIR :: seaice(+snow) surface Near Infra-Red Albedo
42  C atmospheric fluxes (change along the time-stepping):  C atmospheric fluxes (change along the time-stepping):
# Line 55  C   adjustFrW :: global adjustment to su Line 54  C   adjustFrW :: global adjustment to su
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, icAlbNIR,       &       siceAlb, icAlbNIR,
58       &       icFlxSW, icFlxAtm, icFrwAtm,       &       icFlxSW, icFlxAtm, icFrwAtm,
59       &       adjustFrW       &       adjustFrW
60    
# Line 65  c     _RL oceFWfx(1-OLx:sNx+OLx,1-OLy:sN Line 64  c     _RL oceFWfx(1-OLx:sNx+OLx,1-OLy:sN
64  c     _RL oceSflx(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)  c     _RL oceSflx(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
65        _RL sHeating(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL sHeating(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
66        _RL flxCndBt(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL flxCndBt(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
       _RL snowPrc (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)  
67        _RL siceAlb (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL siceAlb (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
68        _RL icAlbNIR(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL icAlbNIR(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
69        _RL icFlxSW (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL icFlxSW (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.22