/[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.8 by yunx, Thu Apr 22 18:24:44 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
38    C-    Namelist /SGRUNOFF_PARMS/
39    C     SGrunoffFile             - name of subglacial runoff file (kg/s)
40    C                                2D file containing the mass of subglacial runoff
41    C                                added at the bottom of ocean
42    C     SGRUNOFF_period          - period of subglacial runoff (eg. 1 month) in seconds
43    C                                use constant subglacial runoff when it equals 0.0
44    C     SGRUNOFF_cycle           - repeat time of forcing (eg. 1 year) in seconds
45    C
46  C--   Fields  C--   Fields
47  C     K_icefront             - # of icefront model levels at every horizontal location (2D)  C     K_icefront             - # of icefront model levels at every horizontal location (2D)
48  C     R_icefront             - icefront depth [m] (2D)  C     R_icefront             - icefront depth [m] (2D)
# Line 84  CEOP Line 97  CEOP
97       &     ICEFRONTlengthFile,       &     ICEFRONTlengthFile,
98       &     ICEFRONTdepthFile       &     ICEFRONTdepthFile
99    
100    #ifdef ALLOW_SUBGLACIAL_RUNOFF
101          CHARACTER*(MAX_LEN_FNAM) SGrunoffFile
102          _RL  SGRUNOFF_Period, SGRUNOFF_Cycle
103          COMMON /SUBGLACIAL_RUNOFF/
104         &     SGRUNOFF_Period, SGRUNOFF_Cycle,
105         &     SGrunoffFile
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.8

  ViewVC Help
Powered by ViewVC 1.1.22