Last updated: 2022-01-10

Checks: 7 0

Knit directory: emlr_obs_analysis/analysis/

This reproducible R Markdown analysis was created with workflowr (version 1.6.2). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.


Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.

Great job! The global environment was empty. Objects defined in the global environment can affect the analysis in your R Markdown file in unknown ways. For reproduciblity it’s best to always run the code in an empty environment.

The command set.seed(20210412) was run prior to running the code in the R Markdown file. Setting a seed ensures that any results that rely on randomness, e.g. subsampling or permutations, are reproducible.

Great job! Recording the operating system, R version, and package versions is critical for reproducibility.

Nice! There were no cached chunks for this analysis, so you can be confident that you successfully produced the results during this run.

Great job! Using relative paths to the files within your workflowr project makes it easier to run your code on other machines.

Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility.

The results in this page were generated with repository version 6984dec. See the Past versions tab to see a history of the changes made to the R Markdown and HTML files.

Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish or wflow_git_commit). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:


Ignored files:
    Ignored:    .Rhistory
    Ignored:    .Rproj.user/
    Ignored:    analysis/figure/
    Ignored:    data/
    Ignored:    output/other/
    Ignored:    output/publication/

Untracked files:
    Untracked:  analysis/child/budget_analysis_plot_data.Rmd
    Untracked:  analysis/child/budget_analysis_read_data.Rmd
    Untracked:  analysis/child/column_inventories_analysis_plot_data.Rmd
    Untracked:  analysis/child/column_inventories_analysis_read_data.Rmd
    Untracked:  analysis/child/zonal_sections_analysis_plot_data.Rmd
    Untracked:  analysis/child/zonal_sections_analysis_read_data.Rmd
    Untracked:  figure/bias_density_distribution-1.png
    Untracked:  figure/bias_density_distribution_ensemble-1.png
    Untracked:  figure/cases_absolute-1.png
    Untracked:  figure/cases_absolute-2.png
    Untracked:  figure/cases_absolute_depth-1.png
    Untracked:  figure/cases_absolute_depth_global-1.png
    Untracked:  figure/cases_absolute_global-1.png
    Untracked:  figure/cases_bias-1.png
    Untracked:  figure/cases_bias-2.png
    Untracked:  figure/cases_bias-3.png
    Untracked:  figure/cases_bias_depth-1.png
    Untracked:  figure/cases_bias_depth_global-1.png
    Untracked:  figure/cases_bias_global-1.png
    Untracked:  figure/cases_bias_global-2.png
    Untracked:  figure/cases_bias_rel_depth-1.png
    Untracked:  figure/cases_bias_rel_depth_global-1.png
    Untracked:  figure/composed_absolute_and_bias_figure-1.png
    Untracked:  figure/composed_figure-1.png
    Untracked:  figure/density_distributions-1.png
    Untracked:  figure/ensemble_deviation_from_mean-1.png
    Untracked:  figure/ensemble_deviation_from_mean-2.png
    Untracked:  figure/ensemble_deviation_from_mean-3.png
    Untracked:  figure/ensemble_mean-1.png
    Untracked:  figure/ensemble_mean-2.png
    Untracked:  figure/ensemble_mean_bias-1.png
    Untracked:  figure/ensemble_mean_bias-2.png
    Untracked:  figure/ensemble_mean_bias_global-1.png
    Untracked:  figure/ensemble_mean_bias_global-2.png
    Untracked:  figure/ensemble_mean_global-1.png
    Untracked:  figure/ensemble_mean_global-2.png
    Untracked:  figure/ensemble_mean_two_decades-1.png
    Untracked:  figure/ensemble_range-1.png
    Untracked:  figure/ensemble_sd-1.png
    Untracked:  figure/ensemble_sd_uncertainty-1.png
    Untracked:  figure/ensemble_sd_vs_bias-1.png
    Untracked:  figure/lat_grid_budget_all-1.png
    Untracked:  figure/lat_grid_budget_all-2.png
    Untracked:  figure/lat_grid_budget_ensemble-1.png
    Untracked:  figure/lon_grid_budget_all-1.png
    Untracked:  figure/lon_grid_budget_all-2.png
    Untracked:  figure/lon_grid_budget_all-3.png
    Untracked:  figure/lon_grid_budget_all-4.png
    Untracked:  figure/lon_grid_budget_ensemble-1.png
    Untracked:  figure/mean_tcant_over_atm_co2-1.png
    Untracked:  figure/slab_budgets-1.png
    Untracked:  figure/slab_budgets_bias-1.png
    Untracked:  figure/slab_budgets_bias-2.png
    Untracked:  figure/slab_budgets_bias-3.png
    Untracked:  figure/slab_budgets_individual-1.png
    Untracked:  figure/slab_budgets_individual-2.png
    Untracked:  figure/slab_budgets_individual-3.png
    Untracked:  figure/slab_budgets_spread-1.png
    Untracked:  figure/slab_budgets_spread-2.png
    Untracked:  figure/slab_budgets_spread-3.png
    Untracked:  figure/steady_state_comparison-1.png
    Untracked:  figure/steady_state_comparison-2.png
    Untracked:  figure/steady_state_comparison-3.png
    Untracked:  figure/steady_state_comparison-4.png
    Untracked:  figure/steady_state_comparison-5.png
    Untracked:  figure/summed_decades-1.png

Unstaged changes:
    Deleted:    analysis/child/budget_analysis.Rmd
    Deleted:    analysis/child/column_inventories_analysis.Rmd
    Deleted:    analysis/child/zonal_sections_analysis.Rmd
    Modified:   analysis/classic_budgets.Rmd
    Modified:   analysis/classic_column_inventories.Rmd
    Modified:   code/Workflowr_project_managment.R

Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.


These are the previous versions of the repository in which changes were made to the R Markdown (analysis/classic_zonal_sections.Rmd) and HTML (docs/classic_zonal_sections.html) files. If you’ve configured a remote Git repository (see ?wflow_git_remote), click on the hyperlinks in the table below to view the files as they were in that past version.

File Version Author Date Message
Rmd 6984dec jens-daniel-mueller 2022-01-10 split child documents
html 33f190b jens-daniel-mueller 2022-01-09 Build site.
Rmd 053a459 jens-daniel-mueller 2022-01-09 test with MLR_target runs
html 88c47ca jens-daniel-mueller 2022-01-07 Build site.
Rmd 22e83d8 jens-daniel-mueller 2022-01-07 test with MLR_target runs
html a1b4fac jens-daniel-mueller 2022-01-07 Build site.
html 6808a75 jens-daniel-mueller 2022-01-07 Build site.
html c3786f9 jens-daniel-mueller 2022-01-07 Build site.
Rmd 6c1d8e4 jens-daniel-mueller 2022-01-07 test child document
html 030836b jens-daniel-mueller 2022-01-06 Build site.
html bc2c182 jens-daniel-mueller 2021-12-23 Build site.
html e55f868 jens-daniel-mueller 2021-12-23 Build site.
html db09d70 jens-daniel-mueller 2021-12-10 Build site.
html 7e0a36b jens-daniel-mueller 2021-11-21 Build site.
html e505a4b jens-daniel-mueller 2021-11-09 Build site.
html 3f7b649 jens-daniel-mueller 2021-11-03 Build site.
Rmd d675dd9 jens-daniel-mueller 2021-11-03 updated plots
html f7c3da2 jens-daniel-mueller 2021-11-03 Build site.
html e534f51 jens-daniel-mueller 2021-11-02 Build site.
html 57cfc36 jens-daniel-mueller 2021-11-01 Build site.
html 4331a22 jens-daniel-mueller 2021-10-29 Build site.
html a162b7e jens-daniel-mueller 2021-10-28 Build site.
Rmd ebaf3bd jens-daniel-mueller 2021-10-28 cleaned output
html ae5ae64 jens-daniel-mueller 2021-10-26 Build site.
Rmd 059b2bf jens-daniel-mueller 2021-10-26 rebuild after /docs error
html 059b2bf jens-daniel-mueller 2021-10-26 rebuild after /docs error
html 44e0e53 jens-daniel-mueller 2021-10-26 Build site.
Rmd 5e671d5 jens-daniel-mueller 2021-10-26 revised composite plots
html 5d80e21 jens-daniel-mueller 2021-10-26 Build site.
Rmd c4ac357 jens-daniel-mueller 2021-10-26 revised composite plots
html 8b4e334 jens-daniel-mueller 2021-10-26 Build site.
Rmd 09c80f9 jens-daniel-mueller 2021-10-26 revised composite plots
html 93f903d jens-daniel-mueller 2021-10-25 Build site.
Rmd ea4285f jens-daniel-mueller 2021-10-25 layer budgets added
html d444839 jens-daniel-mueller 2021-10-25 Build site.
Rmd 88c4411 jens-daniel-mueller 2021-10-25 layer budgets added
html 8c9fa17 jens-daniel-mueller 2021-10-22 Build site.
html 6c49790 jens-daniel-mueller 2021-10-18 Build site.
Rmd f352581 jens-daniel-mueller 2021-10-18 profiles revised
html 968fe94 jens-daniel-mueller 2021-10-18 Build site.
Rmd 88117a8 jens-daniel-mueller 2021-10-18 profile analysis added
html 581baa0 jens-daniel-mueller 2021-10-07 Build site.
html a7af62f jens-daniel-mueller 2021-10-06 Build site.
html f9b4f93 jens-daniel-mueller 2021-10-05 Build site.
html 29faa21 jens-daniel-mueller 2021-09-29 Build site.
Rmd e42ccd7 jens-daniel-mueller 2021-09-29 plots for presentation
html 960d158 jens-daniel-mueller 2021-09-29 Build site.
html 0573621 jens-daniel-mueller 2021-09-29 Build site.
html f51dcb9 jens-daniel-mueller 2021-09-28 Build site.
Rmd 056c790 jens-daniel-mueller 2021-09-28 new MLR_basin added
html 55d2059 jens-daniel-mueller 2021-09-28 Build site.
html d0945da jens-daniel-mueller 2021-09-28 Build site.
Rmd 7780618 jens-daniel-mueller 2021-09-28 update zonal section plots
html 09002a7 jens-daniel-mueller 2021-09-26 Build site.
html 0c6be7e jens-daniel-mueller 2021-09-24 Build site.
Rmd 6a79fd0 jens-daniel-mueller 2021-09-24 consider ensemble selection across all analysis
html f54d5db jens-daniel-mueller 2021-09-24 Build site.
Rmd 76c942b jens-daniel-mueller 2021-09-24 1990 as start year 1 for classic runs
html 31c33cb jens-daniel-mueller 2021-09-23 Build site.
Rmd 9b1df4d jens-daniel-mueller 2021-09-23 1994 vs 2014 added
html ec4f702 jens-daniel-mueller 2021-09-22 Build site.
html 6525680 jens-daniel-mueller 2021-09-21 Build site.
html 6bf38c9 jens-daniel-mueller 2021-09-21 Build site.
html 63911d0 jens-daniel-mueller 2021-09-21 Build site.
html 499c9d5 jens-daniel-mueller 2021-09-21 Build site.
html 271a3ac jens-daniel-mueller 2021-09-21 Build site.
html 35ad8b5 jens-daniel-mueller 2021-09-20 Build site.
Rmd 919f74b jens-daniel-mueller 2021-09-20 rebuildt with canyon b cleaning analysis

all_predictors <- c("saltempaouoxygenphosphatenitratesilicate")

params_local_all <- params_local_all %>%
  mutate(MLR_predictors = str_remove_all(all_predictors,
                                         MLR_predictors))

sessionInfo()
R version 4.0.3 (2020-10-10)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: openSUSE Leap 15.3

Matrix products: default
BLAS:   /usr/local/R-4.0.3/lib64/R/lib/libRblas.so
LAPACK: /usr/local/R-4.0.3/lib64/R/lib/libRlapack.so

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
 [3] LC_TIME=en_US.UTF-8        LC_COLLATE=en_US.UTF-8    
 [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
 [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C            
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
 [1] ggforce_0.3.3   metR_0.9.0      scico_1.2.0     patchwork_1.1.1
 [5] collapse_1.5.0  forcats_0.5.0   stringr_1.4.0   dplyr_1.0.5    
 [9] purrr_0.3.4     readr_1.4.0     tidyr_1.1.3     tibble_3.1.3   
[13] ggplot2_3.3.5   tidyverse_1.3.0 workflowr_1.6.2

loaded via a namespace (and not attached):
 [1] fs_1.5.0                 lubridate_1.7.9          RColorBrewer_1.1-2      
 [4] httr_1.4.2               rprojroot_2.0.2          tools_4.0.3             
 [7] backports_1.1.10         bslib_0.2.5.1            utf8_1.1.4              
[10] R6_2.5.0                 DBI_1.1.0                colorspace_2.0-2        
[13] withr_2.3.0              tidyselect_1.1.0         compiler_4.0.3          
[16] git2r_0.27.1             cli_3.0.1                rvest_0.3.6             
[19] xml2_1.3.2               isoband_0.2.2            labeling_0.4.2          
[22] sass_0.4.0               scales_1.1.1             checkmate_2.0.0         
[25] digest_0.6.27            rmarkdown_2.10           pkgconfig_2.0.3         
[28] htmltools_0.5.1.1        dbplyr_1.4.4             highr_0.8               
[31] rlang_0.4.11             readxl_1.3.1             rstudioapi_0.13         
[34] jquerylib_0.1.4          generics_0.1.0           farver_2.0.3            
[37] jsonlite_1.7.1           magrittr_1.5             Matrix_1.2-18           
[40] Rcpp_1.0.5               munsell_0.5.0            fansi_0.4.1             
[43] lifecycle_1.0.0          stringi_1.5.3            whisker_0.4             
[46] yaml_2.2.1               MASS_7.3-53              grid_4.0.3              
[49] blob_1.2.1               parallel_4.0.3           promises_1.1.1          
[52] crayon_1.3.4             lattice_0.20-41          haven_2.3.1             
[55] hms_0.5.3                knitr_1.33               pillar_1.6.2            
[58] reprex_0.3.0             glue_1.4.2               evaluate_0.14           
[61] RcppArmadillo_0.10.1.2.0 data.table_1.14.0        modelr_0.1.8            
[64] vctrs_0.3.8              tweenr_1.0.2             httpuv_1.5.4            
[67] cellranger_1.1.0         gtable_0.3.0             polyclip_1.10-0         
[70] assertthat_0.2.1         xfun_0.25                broom_0.7.9             
[73] RcppEigen_0.3.3.7.0      later_1.2.0              viridisLite_0.3.0       
[76] ellipsis_0.3.2           here_0.1