-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 0f9c505 🚀
- Loading branch information
0 parents
commit 2795842
Showing
10 changed files
with
249 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
socrates-soil.net |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>SOCRATES Web</title> | ||
<script type="module" crossorigin src="./assets/index-9bafb651.js"></script> | ||
<link rel="stylesheet" href="./assets/index-5a25d988.css"> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
|
||
<!-- Single Page Apps for GitHub Pages --> | ||
<!-- <script type="text/javascript" src="/spa_github.js"></script>--> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"cn_rate_1": 0.84, | ||
"cn_rate_2": 0.07, | ||
"cn_rate_3": 0.055, | ||
"cn_rate_4": 0.0009, | ||
"cn_rate_5": 0.95, | ||
"labile": 2, | ||
"stable": 98, | ||
"pasture_mf": 0.16, | ||
"fallow_mf": 0.9, | ||
"crop_mf": 0.26, | ||
"bd": 1.3, | ||
"dlayr": 10, | ||
"depth30_10": 2.33, | ||
"cn": 60, | ||
"porghum": 0.03, | ||
"grz": 0.6, | ||
"root_grz": 0.55, | ||
"root_p": 0.5, | ||
"root_gl": 0.4, | ||
"root_wgt": 0.4, | ||
"hi_0": 0.42, | ||
"hi_1": 0.42, | ||
"hi_2": 0.42, | ||
"hi_3": 0.42, | ||
"hi_4": 0.35, | ||
"hi_5": 1, | ||
"hi_6": 1, | ||
"hi_7": 1, | ||
"stored_hfc": 3, | ||
"temp_amplitude": 30, | ||
"rain_amplitude": 30, | ||
"temp_rand": 20, | ||
"precip_rand": 30, | ||
"annpar": 75, | ||
"heavy_retained": 40, | ||
"light_retained": 70, | ||
"base_retained": 88, | ||
"nurate": 0.2, | ||
"tam": 48.5, | ||
"ef1": 0.01, | ||
"ef2": 0.0035, | ||
"n2o_n": 1.57, | ||
"gwpn2o": 296, | ||
"co2_c": 3.67, | ||
"fracf": 0.1, | ||
"fracu": 0.2, | ||
"fracl": 0.3, | ||
"ch4_sheep": 8, | ||
"gwp_ch4": 34 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
{ | ||
"soil": { | ||
"soil_properties": 7, | ||
"cec": 80, | ||
"initial_oc": 1.15 | ||
}, | ||
"simulation": { | ||
"start_year": 1963, | ||
"period_length": 20, | ||
"rotation_length": 3 | ||
}, | ||
"climate": { | ||
"climate_method_data_entry": 1, | ||
"average_annual_rainfall": 600, | ||
"annual_mean_temperature": 16.7, | ||
"randomize_rain_and_temperature": 0, | ||
"annual_rainfall": [ | ||
{ | ||
"rainfall": 1 | ||
}, | ||
{ | ||
"rainfall": 1 | ||
} | ||
], | ||
"month_rain_temp": [ | ||
{ | ||
"rainfall": null, | ||
"temperature": null | ||
}, | ||
{ | ||
"rainfall": null, | ||
"temperature": null | ||
} | ||
] | ||
}, | ||
"rotation": [ | ||
{ | ||
"year": 1, | ||
"plant": 6, | ||
"stubble": null, | ||
"graze": null, | ||
"fertiliser": 0 | ||
}, | ||
{ | ||
"year": 2, | ||
"plant": 0, | ||
"stubble": 0, | ||
"graze": null, | ||
"fertiliser": 200 | ||
}, | ||
{ | ||
"year": 3, | ||
"plant": 5, | ||
"stubble": null, | ||
"graze": 1, | ||
"fertiliser": 0 | ||
} | ||
], | ||
"yields": { | ||
"yields_method_data_entry": 1, | ||
"annual_yields": [ | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// Single Page Apps for GitHub Pages | ||
// MIT License | ||
// https://github.com/rafgraph/spa-github-pages | ||
// This script checks to see if a redirect is present in the query string, | ||
// converts it back into the correct url and adds it to the | ||
// browser's history using window.history.replaceState(...), | ||
// which won't cause the browser to attempt to load the new url. | ||
// When the single page app is loaded further down in this file, | ||
// the correct url will be waiting in the browser's history for | ||
// the single page app to route accordingly. | ||
(function (l) { | ||
if (l.search[1] === '/') { | ||
var decoded = l.search.slice(1).split('&').map(function (s) { | ||
return s.replace(/~and~/g, '&'); | ||
}).join('?'); | ||
window.history.replaceState(null, null, | ||
l.pathname.slice(0, -1) + decoded + l.hash | ||
); | ||
} | ||
}(window.location)); |