Changeset 15863


Ignore:
Timestamp:
08/22/13 01:15:22 (12 years ago)
Author:
jbondzio
Message:

CHG changed value of diffusive constant for enthalpy to value from Aschwanden 2012

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Materials/Matpar.cpp

    r15375 r15863  
    398398IssmDouble Matpar::GetEnthalpyDiffusionParameter(IssmDouble enthalpy,IssmDouble pressure){
    399399        if(enthalpy<PureIceEnthalpy(pressure)){
    400                 return thermalconductivity/(rho_ice*heatcapacity);
     400          return thermalconductivity/(rho_ice*heatcapacity);
    401401        }
    402402        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
    404404        }
    405405}
Note: See TracChangeset for help on using the changeset viewer.