Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
remind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jerome Hilaire
remind
Commits
7699ec4d
Unverified
Commit
7699ec4d
authored
4 years ago
by
Lavinia Baumstark
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #118 from Loisel/tutorial_docs
Patch to README and Tutorials
parents
7de66d7b
6744bcbf
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+7
-2
7 additions, 2 deletions
README.md
start.R
+20
-0
20 additions, 0 deletions
start.R
tutorials/2_RunningREMIND.md
+6
-6
6 additions, 6 deletions
tutorials/2_RunningREMIND.md
tutorials/README.md
+2
-7
2 additions, 7 deletions
tutorials/README.md
with
35 additions
and
15 deletions
README.md
+
7
−
2
View file @
7699ec4d
...
...
@@ -13,8 +13,7 @@ The macro-economic core of REMIND is a Ramsey-type optimal growth model
in which intertemporal global welfare is optimized subject to equilibrium constraints.
## DOCUMENTATION
The model documentation for version 2.1 can be found at XXX.
<!-- The model documentation for version 2.1 can be found at XXX.-->
A most recent version of the documentation can also be extracted from the
model source code via the R package goxygen
(https://github.com/pik-piam/goxygen). To extract the documentation, install the
...
...
@@ -27,6 +26,12 @@ Please pay attention to the REMIND Coding Etiquette when you modify the code
The Coding Etiquette is found in the documentation section of the file main.gms.
It explains also the used name conventions and other structural characteristics.
## TUTORIALS
Tutorials can be found in the form of markdown files in the repository:
https://github.com/remindmodel/remind/tree/develop/tutorials
## COPYRIGHT
Copyright 2006-2019 Potsdam Institute for Climate Impact Research (PIK)
...
...
This diff is collapsed.
Click to expand it.
start.R
+
20
−
0
View file @
7699ec4d
#!/usr/bin/env Rscript
library
(
lucode
)
#' Usage:
#' Rscript start.R [options]
#' Rscript start.R file
#'
#' Without additional arguments this starts a single REMIND runs using the settings
#' from `config/default.cfg`.
#'
#' Control the script's behavior by providing additional arguments:
#'
#' --testOneRegi: Starting a single REMIND run in OneRegi mode using the
#' settings from `config/default.cfg`
#'
#' --restart: Restart a run.
#'
#' Starting a bundle of REMIND runs using the settings from a scenario_config_XYZ.csv:
#'
#' Rscript start.R config/scenario_config_XYZ.csv
#'
source
(
"scripts/start/submit.R"
)
source
(
"scripts/start/choose_slurmConfig.R"
)
...
...
This diff is collapsed.
Click to expand it.
tutorials/2_RunningREMIND.md
+
6
−
6
View file @
7699ec4d
...
...
@@ -3,15 +3,15 @@ Start running REMIND with default settings
Felix Schreyer (
<felix.schreyeru@pik-potsdam.de>), Lavinia Baumstark (<baumstark@pik-potsdam.de>), David Klein (<dklein@pik-potsdam.de>
)
30 April, 2019
-
[
1. Your first run
](
#Your
first
run)
-
[
1. Your first run
](
#
1._
Your
_
first
_
run
)
-
[
Default configurations
](
#Default_Configurations
)
-
[
Configuration with scenario_config.csv
](
#configuration_with_scenario_config
)
-
[
Starting the run
](
#Starting
the
Run)
-
[
2. What happens during a REMIND run?
](
#2.
What
happens
during
a
REMIND
run?)
-
[
3. What happens once you start REMIND on the cluster?
](
#3.
What
happens
once
you
start
REMIND
on
the
cluster?
)
-
[
a) Input data preparation
](
#Input
Data
Preparation)
-
[
Starting the run
](
#Starting
_
the
_
Run
)
-
[
2. What happens during a REMIND run?
](
#2.
_
What
_
happens
_
during
_a_
REMIND
_
run?
)
-
[
3. What happens once you start REMIND on the cluster?
](
#3.
_
What
_
happens
_
once
_
you
_
start
_
REMIND
_
on
_
the
_
cluster?
)
-
[
a) Input data preparation
](
#Input
_
Data
_
Preparation
)
-
[
b) Optimization
](
#Optimization
)
-
[
c) Output processing
](
#Output
Processing)
-
[
c) Output processing
](
#Output
_
Processing
)
1. Your first run
...
...
This diff is collapsed.
Click to expand it.
tutorials/README.
txt
→
tutorials/README.
md
+
2
−
7
View file @
7699ec4d
# | (C) 2006-2019 Potsdam Institute for Climate Impact Research (PIK)
# | authors, and contributors see CITATION.cff file. This file is part
# | of REMIND and licensed under AGPL-3.0-or-later. Under Section 7 of
# | AGPL-3.0, you are granted additional permissions described in the
# | REMIND License Exception, version 1.0 (see LICENSE file).
# | Contact: remind@pik-potsdam.de
README: how to use .md or .Rmd files
## REMIND Tutorials
# How to use .md or .Rmd files in RStudio
1.
open the file in RStudio (right-click, choose "open with ..." and then RStudio)
2.
for .md files: click "Preview" (upper border of the file window, below "Session" in the Menu Bar). Or press Ctrl+Shift+k
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment