Changeset 19225
- Timestamp:
- 03/26/15 11:24:27 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/shared/Elements/ComputeD18OTemperaturePrecipitationFromPD.cpp
r19173 r19225 22 22 for (int imonth = 0; imonth<12; imonth++){ 23 23 24 monthlytemperatures out[imonth] = TemperaturePresentday[imonth] + deltaTemp;25 monthlyprec out[imonth] = PrecipitationPresentday[imonth]*exp((0.169/dpermil)*deltaTemp);24 monthlytemperaturestmp[imonth] = TemperaturePresentday[imonth] + deltaTemp; 25 monthlyprectmp[imonth] = PrecipitationPresentday[imonth]*exp((0.169/dpermil)*deltaTemp); 26 26 27 27 /*Assign output pointer*/
Note:
See TracChangeset
for help on using the changeset viewer.