Changeset 15863
- Timestamp:
- 08/22/13 01:15:22 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Materials/Matpar.cpp
r15375 r15863 398 398 IssmDouble Matpar::GetEnthalpyDiffusionParameter(IssmDouble enthalpy,IssmDouble pressure){ 399 399 if(enthalpy<PureIceEnthalpy(pressure)){ 400 400 return thermalconductivity/(rho_ice*heatcapacity); 401 401 } 402 402 else{ 403 return 0.1*thermalconductivity/(rho_ice*heatcapacity);403 return 1.045*pow(10,-4.)/rho_ice; // K0=1.045*1e-4 from Aschwanden 2012. TODO: fetch K0 from model 404 404 } 405 405 }
Note:
See TracChangeset
for help on using the changeset viewer.