Publications by Yunpeng Luo
Align_plots for all PFTs using original P-model GPP
Description: comparing the variables in “event” and “non-event” site years after aligning the data using the data from oringal P-model gpp ## [1] "dimensions of instances before merging short periods" ## [1] 237 2 ## [1] "dimensions of instances after merging short periods" ## [1] 207 2 ## [1] "ok" ## [1] "dimensions of instances...
163 sym R (419 sym/3 pcs) 3 img
Align_plots for all PFTs using updated P-model GPP
Description: comparing the variables in “event” and “non-event” site years after aligning the data using the data from update P-model gpp ## [1] "dimensions of instances before merging short periods" ## [1] 113 2 ## [1] "dimensions of instances after merging short periods" ## [1] 104 2 ## [1] "ok" ## [1] "dimensions of instances ...
162 sym R (419 sym/3 pcs) 3 img
stress function for continents using Koen's stress function
In this script,using Koen’s stress function -for different continents:NorthAmerica, Europe, East Asia(only two sites in Japan) r setup (1) read data #load the data uploaded by Koen df_recent <- readRDS("../data/model_data.rds") %>% mutate( year = format(date, "%Y") ) %>% na.omit() #load the data Beni sent me before: df_old<-...
619 sym R (1049 sym/6 pcs) 7 img
calibrate_using_MAE_add_parameter_k
In this script,using Beni’s stress function -for different PFTs: r setup (1) read data #load the data uploaded by Koen df_recent <- readRDS(paste0(base.path,"data/model_data.rds")) %>% mutate( year = format(date, "%Y") ) %>% na.omit() #load the data Beni sent me before: df_old<-read.csv(file=paste0(base.path,"data/","ddf_flu...
524 sym R (1118 sym/6 pcs) 7 img
calibrate_using_MSE_add_parameter_k
In this script,using Beni’s stress function -for different PFTs: r setup (1) read data #load the data uploaded by Koen df_recent <- readRDS(paste0(base.path,"data/model_data.rds")) %>% mutate( year = format(date, "%Y") ) %>% na.omit() #load the data Beni sent me before: df_old<-read.csv(file=paste0(base.path,"data/","ddf_flu...
524 sym R (1106 sym/6 pcs) 7 img