/[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.3 by mlosch, Mon Feb 13 13:10:38 2006 UTC revision 1.4 by mlosch, Mon Aug 14 16:52:46 2006 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     SHELFICEboundaryLayer    - turn on vertical merging of cells to for a
29    C                                boundary layer of drF thickness
30  C     no_slip_shelfice         - set slip conditions for shelfice separately,  C     no_slip_shelfice         - set slip conditions for shelfice separately,
31  C                                (by default the same as no_slip_bottom)  C                                (by default the same as no_slip_bottom)
32  C     SHELFICEwriteState       - enable output  C     SHELFICEwriteState       - enable output
# Line 86  CEOP Line 88  CEOP
88                
89        LOGICAL SHELFICEisOn        LOGICAL SHELFICEisOn
90        LOGICAL useISOMIPTD        LOGICAL useISOMIPTD
91          LOGICAL SHELFICEboundaryLayer
92        LOGICAL no_slip_shelfice        LOGICAL no_slip_shelfice
93        LOGICAL SHELFICEwriteState        LOGICAL SHELFICEwriteState
94        LOGICAL SHELFICE_dump_mdsio        LOGICAL SHELFICE_dump_mdsio
# Line 95  CEOP Line 98  CEOP
98        COMMON /SHELFICE_PARMS_L/        COMMON /SHELFICE_PARMS_L/
99       &     SHELFICEisOn,       &     SHELFICEisOn,
100       &     useISOMIPTD,       &     useISOMIPTD,
101         &     SHELFICEboundaryLayer,
102       &     no_slip_shelfice,       &     no_slip_shelfice,
103       &     SHELFICEwriteState,       &     SHELFICEwriteState,
104       &     SHELFICE_dump_mdsio,       &     SHELFICE_dump_mdsio,

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

  ViewVC Help
Powered by ViewVC 1.1.22