Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Persefone.jl
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Persefone
Persefone.jl
Commits
71800e6b
Commit
71800e6b
authored
1 year ago
by
xo30xoqa
Browse files
Options
Downloads
Patches
Plain Diff
Created `world` module.
Closes #52
parent
bece892e
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+4
-1
4 additions, 1 deletion
Makefile
src/world/landscape.jl
+0
-0
0 additions, 0 deletions
src/world/landscape.jl
src/world/weather.jl
+7
-0
7 additions, 0 deletions
src/world/weather.jl
with
11 additions
and
1 deletion
Makefile
+
4
−
1
View file @
71800e6b
...
@@ -19,8 +19,11 @@ docs:
...
@@ -19,8 +19,11 @@ docs:
sed
-i
-e
"s/
\*
Last updated:.*/
\*
Last updated:
${
commit
}
\*
/"
docs/src/index.md
sed
-i
-e
"s/
\*
Last updated:.*/
\*
Last updated:
${
commit
}
\*
/"
docs/src/index.md
cd
docs
;
julia builddocs.jl
cd
docs
;
julia builddocs.jl
container
:
echo
"Not yet implemented (#43)"
release
:
release
:
echo
"Not yet implemented."
echo
"Not yet implemented."
install
:
install
:
echo
:
"Not relevant. Use
`
julia run.jl
`
to run Persefone."
echo
"Not relevant. Use
`
julia run.jl
`
to run Persefone."
This diff is collapsed.
Click to expand it.
src/
c
or
e
/landscape.jl
→
src/
w
or
ld
/landscape.jl
+
0
−
0
View file @
71800e6b
File moved
This diff is collapsed.
Click to expand it.
src/world/weather.jl
0 → 100644
+
7
−
0
View file @
71800e6b
### Persefone - a socio-economic-ecological model of European agricultural landscapes.
###
### This file reads in weather data for the selected location and makes it available
### to the rest of the model.
###
##TODO (issue #8)
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