+ All Categories
Home > Documents > ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier

ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier

Date post: 16-Feb-2016
Category:
Upload: collin
View: 28 times
Download: 0 times
Share this document with a friend
Description:
ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier. FUSION METHOD: EARLY RESULTS. July 10, 2012. Climatology Aided Interpolation through fusion. Strategy: divide the variability in a long term component and a daily component. - PowerPoint PPT Presentation
Popular Tags:
26
ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier
Transcript
Page 1: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier

ENVIRONMENTAL LAYERS MEETINGIPLANT TUCSON

2012-07-10

RoundupBenoit Parmentier

Page 2: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier

FUSION METHOD: EARLY RESULTS

July 10, 2012

Page 3: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier

LST MonthlyNormal/avg

BIAS Variability may be due to diff between skin and air temp.This is the long term component of tmax.

DELTA

TMax:Monthly normal/avg

Tmax:Daily value

Climatology Aided Interpolation through fusion

Variability may be due to daily weather phenomena (air masses and front, local convection)

Strategy: divide the variability in a long term component and a daily component. Similar to Willmott and Robeson 1995 and Haylock et al. 2008 but using additional steps and LST bias surface.

May plug in modeling of surface through elevation and other covariates that are static??

Harder to predict with static covariates: auto-interpolation seems appropriate

Tmax(daily)=LST(month)+LST_bias(month)+tmax_delta(daily)

LST

0 C

Page 4: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier

FUSION METHODS: Brian McGill

Monthly tmax

- Derive monthly mean at every station based on a reference time period for every month.

Day LST averages and BIAS

- Calculate monthly averages from daily MOD11A1- Difference between monthly LST averages and monthly Tmax at stations: this is the “bias”.- Produce a bias surface at every location using: Kriging, TPS or GAM. Daily deviation: delta

- Difference between daily values and monthly Tmax at stations: this is the “delta”.- Produce a delta surface at every location using: Kriging, TPS or GAM.

Two current code versions:fusion_analysis_07052012_GAM_Fusion.R : fusion (with Kriging) compared to GAMfusion_analysis_07052012.R: fusion (with Kriging and GAM) compared fusion (with Kriging)

Page 5: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier

COMPARING FUSION AND GAM

RMSE values for 10 dates in Oregon:GAM was performed with 7 models using the same validation and training sets as in fusion.

F_training: RMSE fusion with training dataF_validation: RMSE fusion with testing dataGAM_m_val: RMSE for GAM validationGAM_m_training: RMSE for GAM trainingSlopes and aspects were modified!!!

Page 6: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier

data_s$y_var<-data_s$LSTD_bias #data_s$y_var<-(data_s$dailyTmax)*10 #Model and response variable can be changed without affecting the script mod1<- gam(y_var~ s(lat) + s (lon) + s (ELEV_SRTM), data=data_s) mod2<- gam(y_var~ s(lat,lon)+ s(ELEV_SRTM), data=data_s) #modified nesting....from 3 to 2 mod3<- gam(y_var~ s(lat) + s (lon) + s (ELEV_SRTM) + s (Northness)+ s (Eastness) + s(DISTOC), data=data_s) mod4<- gam(y_var~ s(lat) + s (lon) + s(ELEV_SRTM) + s(Northness) + s (Eastness) + s(DISTOC) + s(LST), data=data_s) mod5<- gam(y_var~ s(lat,lon) +s(ELEV_SRTM) + s(Northness,Eastness) + s(DISTOC) + s(LST), data=data_s) mod6<- gam(y_var~ s(lat,lon) +s(ELEV_SRTM) + s(Northness,Eastness) + s(DISTOC) + s(LST)+s(LC1), data=data_s) mod7<- gam(y_var~ s(lat,lon) +s(ELEV_SRTM) + s(Northness,Eastness) + s(DISTOC) + s(LST)+s(LC3), data=data_s) mod8<- gam(y_var~ s(lat,lon) +s(ELEV_SRTM) + s(Northness,Eastness) + s(DISTOC) + s(LST) + s(LC1), data=data_s) #Added

GAM MODELING USED IN THE BIAS

Note that model 6 and 8 are the same. Models were modified to resolve issues related to the insufficient number of observations to calculate GAM parameters.

Modeling the LST BIAS using GAM models with environmental covariates.

Page 7: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier

COMPARING FUSION+KRIGING AND FUSION+GAM

RMSE values for 10 dates in Oregon:GAM was performed with 7 models using the same validation and training sets as in fusion.

F_training: RMSE fusion with training dataF_validation: RMSE fusion with testing dataGAM_m_val: RMSE for fusion using GAM for the bias surface.GAM_m_training: RMSE for fusion using GAM for the bias surface.

Page 8: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier

COMPARING FUSION AND GAM

This plot displays the mean and median RMSE across 10 dates in Oregon for 9 models.GAM: Model 1 through model 8 Model 9= Fusion (using kriging for LST bias and delta tmax)

Page 9: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier

STATIONS UPDATED FROM THE POSTGRES DATABASE

mean_month10_rescaled.rst

Codes were updated to allow the use of the new POSTGRES database…

USC00357857

USC00357857

Page 10: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier

http://www.nationalatlas.gov/printable/images/pdf/reference/pagegen_or.pdf

OREGON STATE

Page 11: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier

RESULTS USING …

Bias surface for the month of October using kriging from the Field package.

Page 12: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier

RESULTS USING …

Air mass?M:\Data\IPLANT_project\data_Oregon_stations\Delta_surface_LST_TMax_20101016_07022012_10d_fusion14.png

Delta surface for October 16 using kriging from the Field package.

Page 13: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier

RESULTS USING …Large variation in delta surface??

Delta surface for October 16 using kriging from the Field package.

Page 14: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier

2 4 6 8 10 12

05

1525

35

dst$month

dst$

TMax

Monthly average value per station…

Calculated from 2000 to 2010 for Oregon stations

There are 193 stations with monthly Tmax averages in Oregon.

277.65

280.65283.65

286.65

289.65292.65

295.65

298.65

301.65304.65

J F M A M J J A S O N D

Profile of OR_mean_LSTProfile of OR_mean_LST

LST AVERAGE FOR THE REGION SURROUNDING PORTLAND

Page 15: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier

0 50 100 150 200

-10

-8-6

-4-2

0

Index

sta_b

ias

LST BIAS FOR JANUARY

Histogram of sta_bias

sta_bias

Freq

uenc

y

-10 -8 -6 -4 -2 0 2

010

2030

40

The mean bias is: -3.5C for January

There are 193 unique stations

Page 16: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier
Page 17: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier
Page 18: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier

mod1 mod3 mod5 mod7 mod9

1.0

2.0

3.0

4.0

COMPARISON BETWEEN FUSION AND GAM FOR THE YEAR 2010

This is an average over almost a full year (361 days).

mod1 mod2 mod3 mod4 mod5 mod6 mod7 mod8 mod9mean 2.544616 2.475407 2.542356 2.565878 2.528446 2.539166 2.583812 2.539166 2.262404sd 0.661578 0.673336 0.68827 0.698692 0.710643 0.696784 0.754592 0.696784 0.67654gain 0.258132 0.188922 0.255872 0.279393 0.241962 0.252682 0.297328 0.252682 -0.02408CI 0.068476 0.069693 0.071239 0.072317 0.073554 0.07212 0.078103 0.07212 0.070025

This is an average over almost a full year (361 days).

Page 19: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier

July 1

RMSE TIME SERIES FOR FUSION MODEL

Page 20: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier

RMSE TIME SERIES FOR FUSION MODEL

Mod2 is the model that is ranked number 2.

Page 21: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier

DELTA SURFACE SEQUENCE…

Page 22: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier
Page 23: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier

RESULTS USING …

Air mass?M:\Data\IPLANT_project\data_Oregon_stations\Delta_surface_LST_TMax_20101017_07022012_10d_fusion14.png

Page 24: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier
Page 25: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier

1e+05 2e+05 3e+05 4e+05 5e+05 6e+05

0e+0

01e

+05

2e+0

53e

+05

4e+0

55e

+05

X

Y

-6

-5

-4

-3

-2

-1

-3

-2

-1

Interpolated bias for January Using training only

Page 26: ENVIRONMENTAL LAYERS MEETING IPLANT TUCSON 2012-07-10 Roundup Benoit Parmentier

All…


Recommended