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
09728c47
Unverified
Commit
09728c47
authored
5 years ago
by
Lavinia Baumstark
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #20 from giannou/develop
Update README.md
parents
1b0f1bce
d048acd2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-8
8 additions, 8 deletions
README.md
with
8 additions
and
8 deletions
README.md
+
8
−
8
View file @
09728c47
...
...
@@ -18,14 +18,14 @@ 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
package and run the main function (goxygen(unitPattern = c("
\\
[","
\\
]"), includeCore=T))
package and run the main function
`
(goxygen(unitPattern = c("\\[","\\]"), includeCore=T))
`
in the main folder of the model.
The resulting documentation can be found in the folder "doc".
Please pay attention
s
to the REMIND Coding Etiquette when you modify the code
.
The Coding Etiquette you find as part of the documentation in the file main.gms
.
The Coding Etiquette
explains also the used name conventions and other
structural characteristics.
Please pay attention to the REMIND Coding Etiquette when you modify the code
(if you plan on contributing to the REMIND official repository)
.
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.
## COPYRIGHT
Copyright 2006-2019 Potsdam Institute for Climate Impact Research (PIK)
...
...
@@ -51,7 +51,7 @@ in the official main repository at https://github.com/remindmodel add a suffix
to the name to allow distinguishing versions (format
**REMIND-suffix**
).
## SYSTEM REQUIREMENTS
The model is quite resource heavy and works best on machines with high CPU clock
The
full
model is quite resource heavy and works best on machines with high CPU clock
and memory. Recommended is a machine with Windows, MacOS or Linux, with at least
16GB of memory and a Core i7 CPU or similar.
...
...
@@ -75,8 +75,8 @@ available repositories via:
options(repos = c(CRAN = "@CRAN@", pik = "https://rse.pik-potsdam.de/r/packages"))
```
Under
Windows you need to install Rtools
(https://cran.r-project.org/bin/windows/Rtools/) and
to
add it to the PATH
On
Windows you need to install Rtools
(https://cran.r-project.org/bin/windows/Rtools/) and add it to the
system
PATH
variable. After that you can run the following lines of code:
...
...
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