/[MITgcm]/MITgcm/pkg/shelfice/SHELFICE.h
ViewVC logotype

Diff of /MITgcm/pkg/shelfice/SHELFICE.h

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

revision 1.4 by mlosch, Mon Aug 14 16:52:46 2006 UTC revision 1.5 by mlosch, Wed Oct 10 09:26:39 2007 UTC
# Line 25  C     SHELFICEsaltTransCoeff   - salinit Line 25  C     SHELFICEsaltTransCoeff   - salinit
25  C                                salt flux into shelfice (m/s)  C                                salt flux into shelfice (m/s)
26  C     SHELFICElatentHeat       - latent heat of fusion (J/kg)  C     SHELFICElatentHeat       - latent heat of fusion (J/kg)
27  C     useISOMIPTD              - use simple ISOMIP thermodynamics  C     useISOMIPTD              - use simple ISOMIP thermodynamics
28    C     SHELFICEconserve         - use conservative form of H&O-thermodynamics
29    C                                following Jenkins et al. (2001, JPO)
30  C     SHELFICEboundaryLayer    - turn on vertical merging of cells to for a  C     SHELFICEboundaryLayer    - turn on vertical merging of cells to for a
31  C                                boundary layer of drF thickness  C                                boundary layer of drF thickness
32  C     no_slip_shelfice         - set slip conditions for shelfice separately,  C     no_slip_shelfice         - set slip conditions for shelfice separately,
# Line 88  CEOP Line 90  CEOP
90                
91        LOGICAL SHELFICEisOn        LOGICAL SHELFICEisOn
92        LOGICAL useISOMIPTD        LOGICAL useISOMIPTD
93          LOGICAL SHELFICEconserve
94        LOGICAL SHELFICEboundaryLayer        LOGICAL SHELFICEboundaryLayer
95        LOGICAL no_slip_shelfice        LOGICAL no_slip_shelfice
96        LOGICAL SHELFICEwriteState        LOGICAL SHELFICEwriteState
# Line 98  CEOP Line 101  CEOP
101        COMMON /SHELFICE_PARMS_L/        COMMON /SHELFICE_PARMS_L/
102       &     SHELFICEisOn,       &     SHELFICEisOn,
103       &     useISOMIPTD,       &     useISOMIPTD,
104         &     SHELFICEconserve,
105       &     SHELFICEboundaryLayer,       &     SHELFICEboundaryLayer,
106       &     no_slip_shelfice,       &     no_slip_shelfice,
107       &     SHELFICEwriteState,       &     SHELFICEwriteState,

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22