/[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.8 by yunx, Thu Apr 22 18:24:44 2010 UTC revision 1.9 by dimitri, Tue May 4 21:41:59 2010 UTC
# Line 35  C                                the bot Line 35  C                                the bot
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-    Namelist /SGRUNOFF_PARMS/  
 C     SGrunoffFile             - name of subglacial runoff file (kg/s)  
 C                                2D file containing the mass of subglacial runoff  
 C                                added at the bottom of ocean  
 C     SGRUNOFF_period          - period of subglacial runoff (eg. 1 month) in seconds  
 C                                use constant subglacial runoff when it equals 0.0  
 C     SGRUNOFF_cycle           - repeat time of forcing (eg. 1 year) in seconds  
 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 99  CEOP Line 97  CEOP
97    
98  #ifdef ALLOW_SUBGLACIAL_RUNOFF  #ifdef ALLOW_SUBGLACIAL_RUNOFF
99        CHARACTER*(MAX_LEN_FNAM) SGrunoffFile        CHARACTER*(MAX_LEN_FNAM) SGrunoffFile
       _RL  SGRUNOFF_Period, SGRUNOFF_Cycle  
100        COMMON /SUBGLACIAL_RUNOFF/        COMMON /SUBGLACIAL_RUNOFF/
      &     SGRUNOFF_Period, SGRUNOFF_Cycle,  
101       &     SGrunoffFile       &     SGrunoffFile
102          _RL SGrunoff (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
103          _RL SGrunoff0(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
104          _RL SGrunoff1(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
105  #endif /* ALLOW_SUBGLACIAL_RUNOFF */  #endif /* ALLOW_SUBGLACIAL_RUNOFF */
106    
107  #endif /* ALLOW_ICEFRONT */  #endif /* ALLOW_ICEFRONT */

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.22