/[MITgcm]/MITgcm/pkg/icefront/ICEFRONT.h
ViewVC logotype

Diff of /MITgcm/pkg/icefront/ICEFRONT.h

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

revision 1.7 by dimitri, Wed Feb 17 20:31:23 2010 UTC revision 1.10 by dimitri, Wed May 12 01:08:14 2010 UTC
# Line 16  C     \================================= Line 16  C     \=================================
16  C-----------------------------------------------------------------------  C-----------------------------------------------------------------------
17  C  C
18  C--   Constants that can be set in data.icefront  C--   Constants that can be set in data.icefront
19    C-    Namelist /ICEFRONT_PARM01/
20  C     ICEFRONTdepthFile        - name of icefront depth file (m)  C     ICEFRONTdepthFile        - name of icefront depth file (m)
21  C                                2D file containing depth of the ice front  C                                2D file containing depth of the ice front
22  C                                at each model grid cell  C                                at each model grid cell
# Line 27  C     ICEFRONTheatTransCoeff   - heat tr Line 28  C     ICEFRONTheatTransCoeff   - heat tr
28  C                                 heat flux into icefront (m/s)  C                                 heat flux into icefront (m/s)
29  C     ICEFRONTsaltTransCoeff   - salinity transfer coefficient that determines  C     ICEFRONTsaltTransCoeff   - salinity transfer coefficient that determines
30  C                                salt flux into icefront (m/s)  C                                salt flux into icefront (m/s)
31    C     ICEFRONTthetaSurface     - surface temperature on the top of icefront (oC)
32    C                                interior temperture of the ice changes linearly
33    C                                from ICEFRONTthetaSurface at surface to 0 oC at
34    C                                the bottom
35  C     ICEFRONTlatentHeat       - latent heat of fusion (J/kg)  C     ICEFRONTlatentHeat       - latent heat of fusion (J/kg)
36  C     applyIcefrontTendT/S     -    C     applyIcefrontTendT/S     -  
37  C  C
 C--   Fields  
38  C     K_icefront             - # of icefront model levels at every horizontal location (2D)  C     K_icefront             - # of icefront model levels at every horizontal location (2D)
39  C     R_icefront             - icefront depth [m] (2D)  C     R_icefront             - icefront depth [m] (2D)
40  C     icefrontlength         - icefront horizontal length divided by grid cell area [m/m^2] (2D)  C     icefrontlength         - icefront horizontal length divided by grid cell area [m/m^2] (2D)
41  C     icefront_TendT         - temperature tendency (Kelvin/s)  C     icefront_TendT         - temperature tendency (Kelvin/s)
42  C     icefront_TendS         - salinity tendency (psu/s)  C     icefront_TendS         - salinity tendency (psu/s)
43    C
44    C     SGrunoffFile           - name of subglacial runoff file (kg/s)
45    C                              2D file containing mass of subglacial runoff
46    C                              added at bottom of model ocean
47    C     SGrunoff               - subglacial runoff (kg/s)
48    C     Arrays *0 and *1 below are used for temporal interpolation.
49    C
50  C-----------------------------------------------------------------------  C-----------------------------------------------------------------------
51  C \ev  C \ev
52  CEOP  CEOP
# Line 84  CEOP Line 95  CEOP
95       &     ICEFRONTlengthFile,       &     ICEFRONTlengthFile,
96       &     ICEFRONTdepthFile       &     ICEFRONTdepthFile
97    
98    #ifdef ALLOW_SUBGLACIAL_RUNOFF
99          CHARACTER*(MAX_LEN_FNAM) SGrunoffFile
100          _RL SGrunoff (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
101          _RL SGrunoff0(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
102          _RL SGrunoff1(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
103          COMMON /SUBGLACIAL_RUNOFF/
104         &     SGrunoffFile,
105         &     SGrunoff, SGrunoff0,SGrunoff1
106    #endif /* ALLOW_SUBGLACIAL_RUNOFF */
107    
108  #endif /* ALLOW_ICEFRONT */  #endif /* ALLOW_ICEFRONT */

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

  ViewVC Help
Powered by ViewVC 1.1.22