-
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.
fixed help, parameters, rotation and some styles
- Loading branch information
Showing
11 changed files
with
396 additions
and
444 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
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
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
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 |
---|---|---|
|
@@ -3,26 +3,32 @@ | |
</script> | ||
|
||
<template> | ||
<el-row class="m-4 p-4"> | ||
<el-col :xl="20" :lg="20" :md="20" :sm="24" :xs="24"> | ||
<div class="col-md-1"></div> | ||
<div class="col-md-10"> | ||
<div class="basic-form"> | ||
<h5 class="text-2xl"><strong>For further information on S.O.C.R.A.T.E.S. <br/><br/> | ||
Please contact the project coordinator Professor Peter Grace</strong></h5> | ||
<p class="text-1xl"> | ||
<strong>Institute for Future Environments</strong> | ||
<br> Level 7, P Block <br> Queensland University of Technology | ||
<br> Gardens Point Campus <br> GPO Box 2434 | ||
<br> BRISBANE QLD 4001 | ||
<br> Phone: (07) 3138 1904 | ||
<br> Fax: (07) 3138 4438 | ||
<br> Email: <a href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
<div class="mx-4"> | ||
<el-row :gutter="20" class="flex flex-col justify-center items-center"> | ||
<el-col :span="24" :xl="20" :lg="20" :md="24" :sm="24" :xs="24"> | ||
<h2 class="center" style="word-break: break-all;">Contact</h2> | ||
</el-col> | ||
<el-col :xl="20" :lg="20" :md="20" :sm="24" :xs="24"> | ||
<div class="col-md-1"></div> | ||
<div class="col-md-10"> | ||
<div class="basic-form"> | ||
<h2 class="text-2xl">For further information on S.O.C.R.A.T.E.S. <br/><br/> | ||
Please contact the project coordinator Professor Peter Grace | ||
</h2> | ||
<p> Level 7, P Block </p> | ||
<p> Queensland University of Technology</p> | ||
<p> Gardens Point Campus</p> | ||
<p> GPO Box 2434</p> | ||
<p> BRISBANE QLD 4001</p> | ||
<p> Phone: (07) 3138 1904</p> | ||
<p> Fax: (07) 3138 4438</p> | ||
<p> Email: <a href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</el-col> | ||
</el-row> | ||
</el-col> | ||
</el-row> | ||
</div> | ||
</template> | ||
|
||
<style scoped> | ||
|
Oops, something went wrong.