7 #include "../Numerics/numerics.h"
16 IssmDouble monthlytemperaturestmp[12],monthlyprectmp[12];
20 glacialindex = (Delta18oTime-Delta18oPresent-delta18oLapseRate*(Delta18oSurfaceTime-Delta18oSurfacePresent))
21 /(Delta18oLgm-Delta18oPresent-delta18oLapseRate*(Delta18oSurfaceLgm-Delta18oSurfacePresent));
23 for (
int imonth = 0; imonth<12; imonth++){
24 monthlytemperaturestmp[imonth] = glacialindex*TemperaturesLgm[imonth] + (1.-glacialindex)*TemperaturesPresentday[imonth];
25 monthlyprectmp[imonth] = PrecipitationsPresentday[imonth];
28 *(monthlytemperaturesout+imonth) = monthlytemperaturestmp[imonth];
29 *(monthlyprecout+imonth) = monthlyprectmp[imonth];