/[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.2 by mlosch, Fri Feb 10 10:00:42 2006 UTC revision 1.3 by mlosch, Mon Feb 13 13:10:38 2006 UTC
# Line 19  C--   Constants that can be set in data. Line 19  C--   Constants that can be set in data.
19  C     SHELFICEloadAnomalyFile  - name of shelfice load anomaly file  C     SHELFICEloadAnomalyFile  - name of shelfice load anomaly file
20  C     SHELFICEDragLinear       - linear drag at bottom shelfice (1/s)  C     SHELFICEDragLinear       - linear drag at bottom shelfice (1/s)
21  C     SHELFICEDragQuadratic    - quadratic drag at bottom shelfice (1/m)  C     SHELFICEDragQuadratic    - quadratic drag at bottom shelfice (1/m)
22  C     SHELFICEexchangeVelocity - scale parameter that determines heat flux  C     SHELFICEheatTransCoeff   - heat transfer coefficient that determines
23  C                                into shelfice (m/s)  C                                 heat flux into shelfice (m/s)
24    C     SHELFICEsaltTransCoeff   - salinity transfer coefficient that determines
25    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     no_slip_shelfice         - set slip conditions for shelfice separately,  C     no_slip_shelfice         - set slip conditions for shelfice separately,
# Line 48  CEOP Line 50  CEOP
50    
51        COMMON /SHELFICE_PARMS_R/        COMMON /SHELFICE_PARMS_R/
52       &     SHELFICE_dumpFreq, SHELFICE_taveFreq,       &     SHELFICE_dumpFreq, SHELFICE_taveFreq,
53       &     SHELFICEexchangeVelocity,       &     SHELFICEheatTransCoeff, SHELFICEsaltTransCoeff,
54         &     rhoShelfice, SHELFICEkappa,
55       &     SHELFICElatentHeat, recip_SHELFICElatentHeat,       &     SHELFICElatentHeat, recip_SHELFICElatentHeat,
56         &     SHELFICEheatCapacity_Cp,
57         &     SHELFICEthetaSurface,
58       &     SHELFICEDragLinear, SHELFICEDragQuadratic       &     SHELFICEDragLinear, SHELFICEDragQuadratic
59        _RL SHELFICE_dumpFreq, SHELFICE_taveFreq        _RL SHELFICE_dumpFreq, SHELFICE_taveFreq
60        _RL SHELFICEexchangeVelocity        _RL SHELFICEheatTransCoeff
61          _RL SHELFICEsaltTransCoeff
62        _RL SHELFICElatentHeat        _RL SHELFICElatentHeat
63          _RL SHELFICEheatCapacity_Cp
64          _RL rhoShelfice
65          _RL SHELFICEkappa
66        _RL recip_SHELFICElatentHeat        _RL recip_SHELFICElatentHeat
67        _RL SHELFICEDragLinear        _RL SHELFICEDragLinear
68        _RL SHELFICEDragQuadratic        _RL SHELFICEDragQuadratic
69          _RL SHELFICEthetaSurface
70    
71        COMMON /SHELFICE_FIELDS_RL/        COMMON /SHELFICE_FIELDS_RL/
72       &     shelficeForcingT,       &     shelficeForcingT,

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

  ViewVC Help
Powered by ViewVC 1.1.22