Changeset 19268 for issm/trunk-jpl/src/c/shared
- Timestamp:
- 04/07/15 16:10:07 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/shared/Elements/ComputeMungsmTemperaturePrecipitation.cpp
r18969 r19268 21 21 monthlytemperaturestmp[imonth] = tdiffh + TemperaturesPresentday[imonth] ; 22 22 23 monthlyprectmp[imonth] =min(1.5, PrecipitationsPresentday[imonth] * pow(PrecipitationsLgm[imonth],PfacTime)); // [m/ month]23 monthlyprectmp[imonth] =min(1.5, PrecipitationsPresentday[imonth] * pow(PrecipitationsLgm[imonth],PfacTime)); // [m/yr] 24 24 25 25 /*Assign output pointer*/
Note:
See TracChangeset
for help on using the changeset viewer.