No articles match
Publication1 months ago
Abstract | Reproduce Plots
remind2 reporting2 months ago
Function | Development | Automated testing through buildLibrary and backwards compatibility | REMIND Variable Naming
Configuring shinyresults2 months ago
Overview | Basic configuration | Example .Rprofile | Multiple models | Launching the app | Selection sets | Variable configuration (YAML)
LPJmL Data3 months ago
Overview | 1. r if (!knitr::is_latex_output()) {"📖"} Read function read_io | 2. r if (!knitr::is_latex_output()) {"📁"} Data class LPJmLData | 3. r if (!knitr::is_latex_output()) {"📈"} Basic statistics of LPJmLData objects | 4. r if (!knitr::is_latex_output()) {"✏"} Modify LPJmLData objects | 5. r if (!knitr::is_latex_output()) {"📦"} Export LPJmLData objects | Miscellaneous | Usage | 1. Example Global Trend in net primary productivity (NPP) over the years | 2. Example Runoff in northern hemisphere during summertime | 3. Example Gross primary productivity (GPP) per latitude | 4. Example CFT fractions for area around Potsdam | Notes & tips
How to downscale data from a new model6 months ago
Starting Point | Overview | Requirements and Preparation | Files Needed | Software Setup | Install R and configure your environment | Install mrdownscale and development tools | Getting Started with the Integration | Integration Steps | Step 1: Create Reference Mapping | Step 2: Create Read Function | Set up the data folder structure | Create the read function | Test the read function | Step 3: Add to calcLandInput | Step 4: Add to calcResolutionMapping | Step 5: Register in toolLandCategoriesMapping | Running the Harmonization | Running the Full Pipeline - Harmonization and Downscaling | Checklist
Concept behind magclass6 months ago
magclass vs other data-classes | dataclass: matrix | dataclass: array | dataclass: dataframe | dataclass: magclass | Why use magclass for your work?
magclass 66 months ago
Testing | (soon to be) deprecated functions | New feature: extended sub-dimension support | New magclass subsetting variant | Generalized handling of spatial raster data | One-stop-shop-function getItems | Internal code modifications
MAGPIE Class Tutorial6 months ago
Generate a magpie object | Accessing magpie objects | General properties | Subsets | Data transformations / calculations
REMIND/IAM Data Analysis Using quitte6 months ago
Load required packages | Data Wrangling | Load Data | Trim Data | Use Pretty Names | Piping | Filtering | Selecting | Grouping | Mutating | Summarising | Sum Things Up | Add New Variables | Net Present Value of a Time Series | Calculate Sample Quantiles | Interpolate Missing Periods | Plotting with mip | Plotting 'correct' Bars
Converting regional GDP data7 months ago
The with_regions argument | with_regions = a data-frame with a country-to-region mapping | with_regions = a string with a madrat regionmapping
Handling missing conversion factors7 months ago
The replace_NAs argument | replace_NAs = NULL or NA | replace_NAs = 0 | replace_NAs = "no_conversion" | replace_NAs = "linear" | replace_NAs = "regional_average" | replace_NAs = c("linear", "...") | replace_NAs = "with_USA"
benchmark-change-settings7 months ago
Portable unagreggated collections (PUCs) in MADRaT8 months ago
Basics | A typical workflow | Making a madrat preprocessing ready for puc-files | Potential problems
validateScenarios8 months ago
Overview | Installation | Usage | REMIND output script | Scenario Validation | Validation Report | Scenario Data | Reference Data | Configuration File | Columns | Using multiple references | Units | Available Configs | Use Cases | Use Case 1: relative comparison to reference data | Use Case 2: difference to reference data | Use Case 3: relative comparison to other model/scenario/period | Use Case 4: difference to other model/scenario/period | Use Case 5: direct comparison to absolute thresholds | Use Case 6: direct comparison to yearly growthrate
Choosing conversion factors9 months ago
The source argument | Package internal 'sources' | User-defined 'source' objects | The use_USA_cf_for_all argument
compareScenarios in remind21 years ago
Overview | Usage | Via output script in REMIND | Via direct function call | Interactive use of the Rmd-files | Using outputFormat = "Rmd" | Using a cloned remind2 repository | Profiles | Existing profiles | Changing or Adding Profiles | Viewing variables available in mif Files | Via package function in remind2 | How to add a new plot to remind2 | Preprocessing | Further Info
Data caching in madrat1 years ago
Basics | Fingerprint | Customize fingerprinting | Control flags | Examples | forcecache
LPJmL Runner1 years ago
r if (!knitr::is_latex_output()) {"⚙"} Setup | Overview | 1. r if (!knitr::is_latex_output()) {"📋"} Define a table of modified configuration parameters\ | 2. r if (!knitr::is_latex_output()) {"✍"} Create corresponding Configuration files\ | 3. r if (!knitr::is_latex_output()) {"🔍"} Check validity of Configurations\ | 4. r if (!knitr::is_latex_output()) {"▶"} Run or r if (!knitr::is_latex_output()) {"🚀"} submit LPJmL\ | miscellaneous \ | Usage | Single cell simulations\ | Example Potential natural vegetation and land-use run | Example Old vs. new phenology and old land-use vs. input toolbox | Global simulations on the PIK cluster | Example Compare old vs new land use (lpjml input toolbox) | Notes & tips
Calculate and plot boundaries1 years ago
Overview | 1. r if (!knitr::is_latex_output()) {"✏"} Calculate boundaries\ | 2. r if (!knitr::is_latex_output()) {"📊"} Plot boundary status(es)\ | 3. r if (!knitr::is_latex_output()) {"📋"} Create global validation table\ | Miscellaneous \ | Usage | Global status timeseries\ | Example Global status calculation with moving average | Example Compare two calculation approaches for the same boundary | Gridded status\ | Example Gridded status calculation and plotting | Regional status\ | Example Regional status calculation and plotting | Plotting external data for PB control variables\ | Example 1 Plotting external gridded data | Example 2 Plotting external time series | Notes & tips
Scenarios1 years ago
Key scenarios | GDP per capita and GDP | SSPs | SDPs | Population | Labour | Urban population share | Available Scenarios | User Defined Scenarios
Basic Usage of mrdownscale1 years ago
benchmark2 years ago
Using the benchmark function | Working with the benchmark results | The PDF report | The benchmark result object
Adding plots to the REMIND_summary.pdf2 years ago
Learning objectives | Introduction | Call the (untouched) function | Get the code | Code chunk of a single plot | Area plot | Line plot | Manually executing parts of the function | Add a new plot | Rebuild the package | Generate a pdf containing the new plot | Commit your changes to the repository
EnergyDemandGenerator-Transport Model (EDGE-T)2 years ago
Description | Usage | Data generation structure | Scenarios description | References
compareScenarios2 years ago
Overview | Getting Started | Add Rmd files to your reporting library | Run compareScenarios | Interactive use of the Rmd-files | Structure of cs_main.Rmd | YAML-header | Loading | Preprocessing | Global Variables | Custom Code | Section-Rmd-files | userSectionPath | Special Sections | 0 Info | 99 Further Info | Content Functions | Plot Functions | Table Functions
Computing biospheremetrics2 years ago
Installation lpjmlkit | Installation biospheremetrics | Preparations | Demo case | BioCol | EcoRisk | Metrics definitions and file names | Example use
Testing Suite2 years ago
Introduction | How it works: | How to use/contribute:
Creating GAMS model documentations with goxygen3 years ago
Purpose and Functionality | Running goxygen on plain GAMS code | Goxygen syntax | Additional attributes | extrapage | Further features | Running goxygen on modularized GAMS code | References
mrwater Assumptions3 years ago
Overview | Treatment of data mismatches | Zero Irrigation Water Requirements
mrwater Documentation3 years ago
Overview | Related libraries | Input data | Motivation | Hydrological input data | Human water use data | Land-use input data | Irrigation Water Potentials (IWP) | Alternative allocation algortihms | Economic yield value gains | Work-in-progress | Cropland extent | Irrigation Area Potential (IAP) | Generation of potential irrigation area (PIA) curves
Available argument settings in mrwater3 years ago
Overview | Scenario Setting arguments | River Discharge Allocation Arguments
Converting magpie objects3 years ago
mrorganic: a data aggregation package for soil organic carbon and biomass data3 years ago
Installation | How to use it | How to run single components | Data processing in mrorganic | Land type data | Soil Organic Carbon data | Aboveground and Belowground Biomass data | Acknowledgement
compareScenariosLimes3 years ago
Local Use and mif-Files | Interactive Use of the Rmd-files | Workflow for Adding a new Plot to compareScenariosLimes | cs2_main.Rmd | YAML-header | Loading | Preprocessing | Global Variables | Section-Rmd-files | userSectionPath | Special Sections | 0 Info | 99 Further Info | Plot Functions
Run statistics 2 (rs2)3 years ago
5 common use cases:
Data preparation with madrat3 years ago
Setup | madrat framework components | downloadSource | readSource | read | correct | convert | calcOutput | retrieveData | Coding etiquette | Use own functions with madrat | Create madrat-based package
Download Data from the Energy Databus for use with MADRaT4 years ago
Upload Data to the Energy Databus with R4 years ago
Example | Further Reading | Group JSON-LD | DataID JSON-LD
rOpenscmRunner4 years ago
Introduction | Installation | Setup | Usage | Debugging
Silence warnings4 years ago
The GDPuc.warn option | The replace_NAs argument
MAGPIE Class Object Expansion4 years ago
Auto expansion v1 vs v2 | Set matching | Idential set elements, different set names | Different set element, identical set names
Getting information on the conversion process4 years ago
The verbose argument | The return_cfs argument | Conversion method
How to produce bioenergy supply price curves for REMIND 3.0 using MAgPIE 5.0 (MAgPIE Emulator)4 years ago
Introduction | The method | Main steps | 1. Perform MAgPIE runs | 1.1 Start emulator runs | 1.2 Calculate bioenergy supply curves | 1.3 Correct emulators if necessary (replace flat fits) | 2. Add to REMIND input data | 2.1 Via mrremind | 2.2 Adding manually | Replace NAs with artificial fits | Use the file in REMIND as base
mrwater River Structure4 years ago
Overview | Data | River structure | Basin attribution
India foodcrop data preparation with R5 years ago
Setup | Data for all India | Data for individual states | Data for India Zonal Councils | Output to file(s)
Fitting curves to data (in magclass format) and plotting the curves to nice graphs and pdf5 years ago
Purpose and Functionality | Input data | Examples | Alternative A: Calculate emulator for one single case consisting of all scenarios present in the data | Alternative B: Calculate emulator for multiple cases. Distinguish cases by scenarios present in the data. | How to define your own function to be fitted | Advanced | Replace flat fits | Compare supplycurves
Model Intercomparison File Format (MIF)5 years ago
Definition
Using and adding IAMC data checks5 years ago
Purpose and Functionality | Components | Input data | Configuration | Pre-checks | Checks | Validation (in PDF file only) | A simple example | Customizing the project settings | Validate data against historical and other reference data | Adding own checks
Working with magpiesets5 years ago
Objective | The magpiesets table | Example: | Calling a set | Using set versions | Calling a set of a specific version | Expanding the set space | Examples | More information
gdxrrw Tutorial11 years ago