Ignore:
Timestamp:
04/07/15 16:10:07 (10 years ago)
Author:
schlegel
Message:

CHG: remove the yts pdd conversion in create parameters

File:
1 edited

Legend:

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

    r18969 r19268  
    2121    monthlytemperaturestmp[imonth] = tdiffh + TemperaturesPresentday[imonth] ;
    2222
    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]
    2424
    2525    /*Assign output pointer*/
Note: See TracChangeset for help on using the changeset viewer.