Changeset 12886


Ignore:
Timestamp:
08/03/12 10:01:15 (13 years ago)
Author:
lemorzad
Message:

isdelta18o update 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/shared/Elements/ComputeDelta18oTemperaturePrecipitation.cpp

    r12867 r12886  
    2727
    2828  for (int imonth = 0; imonth<12; imonth++){ 
    29     monthlytemperaturestmp[imonth] = TemperaturesPresentday[imonth];//glacialindex*TemperaturesLgm[imonth] + (1-glacialindex)*TemperaturesPresentday[imonth];
     29    monthlytemperaturestmp[imonth] = glacialindex*TemperaturesLgm[imonth] + (1-glacialindex)*TemperaturesPresentday[imonth];
    3030    //monthlyprectmp[imonth] = 1.5*pow(2,((monthlytemperaturestmp[imonth]-273.15-0)/10)); //equation from rob's paper
    3131    monthlyprectmp[imonth] = PrecipitationsPresentday[imonth];
Note: See TracChangeset for help on using the changeset viewer.