Changeset 12886
- Timestamp:
- 08/03/12 10:01:15 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/shared/Elements/ComputeDelta18oTemperaturePrecipitation.cpp
r12867 r12886 27 27 28 28 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]; 30 30 //monthlyprectmp[imonth] = 1.5*pow(2,((monthlytemperaturestmp[imonth]-273.15-0)/10)); //equation from rob's paper 31 31 monthlyprectmp[imonth] = PrecipitationsPresentday[imonth];
Note:
See TracChangeset
for help on using the changeset viewer.