<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://www.organicdatascience.org/ageofwater/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.organicdatascience.org/ageofwater/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hargreaves</id>
		<title>Age of Water - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.organicdatascience.org/ageofwater/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hargreaves"/>
		<link rel="alternate" type="text/html" href="https://www.organicdatascience.org/ageofwater/index.php/Special:Contributions/Hargreaves"/>
		<updated>2026-04-04T23:07:46Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.22.4</generator>

	<entry>
		<id>https://www.organicdatascience.org/ageofwater/index.php/Run_GLM_demo_by_Bruce_Hargreaves</id>
		<title>Run GLM demo by Bruce Hargreaves</title>
		<link rel="alternate" type="text/html" href="https://www.organicdatascience.org/ageofwater/index.php/Run_GLM_demo_by_Bruce_Hargreaves"/>
				<updated>2014-10-23T10:58:53Z</updated>
		
		<summary type="html">&lt;p&gt;Hargreaves: Set PropertyValue: Progress = 100&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Task]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;What this task is about:&amp;lt;/b&amp;gt; Follow the task instructions to install the GLM model and run the model demo in R&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Details on how to do this task:&amp;lt;/b&amp;gt; [[Run_GLM_demo]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add any wiki Text above this Line --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Do NOT Edit below this Line --&amp;gt;&lt;br /&gt;
{{#set:&lt;br /&gt;
	Owner=Bruce_Hargreaves|&lt;br /&gt;
	Progress=100|&lt;br /&gt;
	StartDate=2014-10-21|&lt;br /&gt;
	TargetDate=2014-10-26|&lt;br /&gt;
	Type=Low}}&lt;/div&gt;</summary>
		<author><name>Hargreaves</name></author>	</entry>

	<entry>
		<id>https://www.organicdatascience.org/ageofwater/index.php/Install_R_packages_by_Bruce_Hargreaves</id>
		<title>Install R packages by Bruce Hargreaves</title>
		<link rel="alternate" type="text/html" href="https://www.organicdatascience.org/ageofwater/index.php/Install_R_packages_by_Bruce_Hargreaves"/>
				<updated>2014-10-23T10:58:03Z</updated>
		
		<summary type="html">&lt;p&gt;Hargreaves: Set PropertyValue: Progress = 100&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Task]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;What this task is about:&amp;lt;/b&amp;gt; Install the R packages&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Details on how to do this task:&amp;lt;/b&amp;gt; [[R_Packages]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add any wiki Text above this Line --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Do NOT Edit below this Line --&amp;gt;&lt;br /&gt;
{{#set:&lt;br /&gt;
	Owner=Bruce_Hargreaves|&lt;br /&gt;
	Progress=100|&lt;br /&gt;
	StartDate=2014-10-20|&lt;br /&gt;
	TargetDate=2014-10-26|&lt;br /&gt;
	Type=Low}}&lt;/div&gt;</summary>
		<author><name>Hargreaves</name></author>	</entry>

	<entry>
		<id>https://www.organicdatascience.org/ageofwater/index.php/Run_GLM_demo</id>
		<title>Run GLM demo</title>
		<link rel="alternate" type="text/html" href="https://www.organicdatascience.org/ageofwater/index.php/Run_GLM_demo"/>
				<updated>2014-10-23T10:55:32Z</updated>
		
		<summary type="html">&lt;p&gt;Hargreaves: Set PropertyValue: Progress = 100&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Task]]&lt;br /&gt;
&amp;lt;!-- Add any wiki Text above this Line --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Installing required packages===&lt;br /&gt;
&lt;br /&gt;
For '''windows, OSX, or Linux''' use use the following command in R:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt; install.packages(&amp;quot;glmtools&amp;quot;, &lt;br /&gt;
    repos = c(&amp;quot;http://gleon.github.com/&amp;quot;, &amp;quot;http://cran.us.r-project.org&amp;quot;, &amp;quot;http://usgs-r.github.com/&amp;quot;),&lt;br /&gt;
    dependencies = TRUE,&lt;br /&gt;
    type = &amp;quot;both&amp;quot;)&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You now have GLM (&amp;lt;code&amp;gt;GLMr&amp;lt;/code&amp;gt;), R tools for GLM (&amp;lt;code&amp;gt;glmtools&amp;lt;/code&amp;gt;), NetCDF file handlers (&amp;lt;code&amp;gt;ncdf&amp;lt;/code&amp;gt;), and &amp;lt;code&amp;gt;rLakeAnalyzer&amp;lt;/code&amp;gt; installed!!&lt;br /&gt;
&lt;br /&gt;
===Run GLM demo===&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;library(GLMr)&lt;br /&gt;
demo(glm)&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you get a success message, your task is complete!&lt;br /&gt;
&lt;br /&gt;
===Troubleshooting===&lt;br /&gt;
Mac Users: If you get a 'permission denied error' when running demo(glm), you must change the permission setting on the sim folder in terminal.&lt;br /&gt;
&amp;lt;br&amp;gt;Example error:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt; sh: /Library/Frameworks/R.framework/Versions/3.0/Resources/library/GLMr/extbin/macGLM/bin/glm: Permission denied &amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Steps'''&lt;br /&gt;
* Open TERMINAL&lt;br /&gt;
* Change directory folder to that listed in the error. (copy bold text, and change to match your personal file path)&lt;br /&gt;
example: &lt;br /&gt;
''MyLovley-MacBook-Pro:~ user$'' '''cd /Library/Frameworks/R.framework/Versions/3.0/Resources/library/GLMr/extbin/macGLM/bin'''&lt;br /&gt;
** If you type '''ls''', you should see 10 files, one of which is titled 'glm'&lt;br /&gt;
* Type&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt; chmod 755 glm &amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* You should now be able to run demo(glm)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Do NOT Edit below this Line --&amp;gt;&lt;br /&gt;
{{#set:&lt;br /&gt;
	Owner=Jordan_Read|&lt;br /&gt;
	Progress=100|&lt;br /&gt;
	StartDate=2014-10-18|&lt;br /&gt;
	TargetDate=2014-10-24|&lt;br /&gt;
	Type=Low}}&lt;/div&gt;</summary>
		<author><name>Hargreaves</name></author>	</entry>

	<entry>
		<id>https://www.organicdatascience.org/ageofwater/index.php/Run_GLM_demo</id>
		<title>Run GLM demo</title>
		<link rel="alternate" type="text/html" href="https://www.organicdatascience.org/ageofwater/index.php/Run_GLM_demo"/>
				<updated>2014-10-23T04:20:15Z</updated>
		
		<summary type="html">&lt;p&gt;Hargreaves: Set PropertyValue: Progress = 75&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Task]]&lt;br /&gt;
&amp;lt;!-- Add any wiki Text above this Line --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Installing required packages===&lt;br /&gt;
&lt;br /&gt;
For '''windows, OSX, or Linux''' use use the following command in R:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt; install.packages(&amp;quot;glmtools&amp;quot;, &lt;br /&gt;
    repos = c(&amp;quot;http://gleon.github.com/&amp;quot;, &amp;quot;http://cran.us.r-project.org&amp;quot;, &amp;quot;http://usgs-r.github.com/&amp;quot;),&lt;br /&gt;
    dependencies = TRUE,&lt;br /&gt;
    type = &amp;quot;both&amp;quot;)&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You now have GLM (&amp;lt;code&amp;gt;GLMr&amp;lt;/code&amp;gt;), R tools for GLM (&amp;lt;code&amp;gt;glmtools&amp;lt;/code&amp;gt;), NetCDF file handlers (&amp;lt;code&amp;gt;ncdf&amp;lt;/code&amp;gt;), and &amp;lt;code&amp;gt;rLakeAnalyzer&amp;lt;/code&amp;gt; installed!!&lt;br /&gt;
&lt;br /&gt;
===Run GLM demo===&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;library(GLMr)&lt;br /&gt;
demo(glm)&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you get a success message, your task is complete!&lt;br /&gt;
&lt;br /&gt;
===Troubleshooting===&lt;br /&gt;
Mac Users: If you get a 'permission denied error' when running demo(glm), you must change the permission setting on the sim folder in terminal.&lt;br /&gt;
&amp;lt;br&amp;gt;Example error:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt; sh: /Library/Frameworks/R.framework/Versions/3.0/Resources/library/GLMr/extbin/macGLM/bin/glm: Permission denied &amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Steps'''&lt;br /&gt;
* Open TERMINAL&lt;br /&gt;
* Change directory folder to that listed in the error. (copy bold text, and change to match your personal file path)&lt;br /&gt;
example: &lt;br /&gt;
''MyLovley-MacBook-Pro:~ user$'' '''cd /Library/Frameworks/R.framework/Versions/3.0/Resources/library/GLMr/extbin/macGLM/bin'''&lt;br /&gt;
** If you type '''ls''', you should see 10 files, one of which is titled 'glm'&lt;br /&gt;
* Type&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt; chmod 755 glm &amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* You should now be able to run demo(glm)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Do NOT Edit below this Line --&amp;gt;&lt;br /&gt;
{{#set:&lt;br /&gt;
	Owner=Jordan_Read|&lt;br /&gt;
	Progress=75|&lt;br /&gt;
	StartDate=2014-10-18|&lt;br /&gt;
	TargetDate=2014-10-24|&lt;br /&gt;
	Type=Low}}&lt;/div&gt;</summary>
		<author><name>Hargreaves</name></author>	</entry>

	<entry>
		<id>https://www.organicdatascience.org/ageofwater/index.php/GLM_Data_Requirements</id>
		<title>GLM Data Requirements</title>
		<link rel="alternate" type="text/html" href="https://www.organicdatascience.org/ageofwater/index.php/GLM_Data_Requirements"/>
				<updated>2014-10-23T04:09:51Z</updated>
		
		<summary type="html">&lt;p&gt;Hargreaves: Set PropertyValue: Progress = 100&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Task]]&lt;br /&gt;
&amp;lt;!-- Add any wiki Text above this Line --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====GLM Data Requirements====&lt;br /&gt;
&lt;br /&gt;
'''For GLM v1.4:'''&lt;br /&gt;
&lt;br /&gt;
No installation is required for GLM. Simply download the binary files for v1.4 from the [http://aed.see.uwa.edu.au/research/models/GLM/ GLM Website]. &lt;br /&gt;
&lt;br /&gt;
To create a simulation specific to your lake, start by downloading sample files from Lake Mendota or one of the examples provided by the [http://aed.see.uwa.edu.au/research/models/GLM/ GLM Website].  Edit the files by adding data specific to your lake, following the description in the PDF link below.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
-------------------------------------------------------------------------------------------&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Description of GLM data requirements for your lake: [[Media:INSPIRE_GLM_data_req.pdf]]&lt;br /&gt;
&lt;br /&gt;
Lake Mendota Example Files: [[Media:Glmv1.4_example_files.zip]]&lt;br /&gt;
&lt;br /&gt;
Example files for 'coldlake': [[Media:Glmv1.4_coldlake.zip]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Do NOT Edit below this Line --&amp;gt;&lt;br /&gt;
{{#set:&lt;br /&gt;
	Progress=100}}&lt;/div&gt;</summary>
		<author><name>Hargreaves</name></author>	</entry>

	<entry>
		<id>https://www.organicdatascience.org/ageofwater/index.php/Set_up_R_by_Bruce_Hargreaves</id>
		<title>Set up R by Bruce Hargreaves</title>
		<link rel="alternate" type="text/html" href="https://www.organicdatascience.org/ageofwater/index.php/Set_up_R_by_Bruce_Hargreaves"/>
				<updated>2014-10-23T04:04:13Z</updated>
		
		<summary type="html">&lt;p&gt;Hargreaves: Set PropertyValue: Progress = 100&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Task]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;What this task is about:&amp;lt;/b&amp;gt; Install the R programming language and the RStudio software. These tools will be used to prep GLM models, run GLM models, and analyze the results&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Details on how to do this task:&amp;lt;/b&amp;gt; [[Installing_R]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add any wiki Text above this Line --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Do NOT Edit below this Line --&amp;gt;&lt;br /&gt;
{{#set:&lt;br /&gt;
	Owner=Bruce_Hargreaves|&lt;br /&gt;
	Progress=100|&lt;br /&gt;
	StartDate=2014-10-19|&lt;br /&gt;
	TargetDate=2014-10-26|&lt;br /&gt;
	Type=Low}}&lt;/div&gt;</summary>
		<author><name>Hargreaves</name></author>	</entry>

	<entry>
		<id>https://www.organicdatascience.org/ageofwater/index.php/Download_PIHMgis_tutorial_and_documents_by_Bruce_Hargreaves</id>
		<title>Download PIHMgis tutorial and documents by Bruce Hargreaves</title>
		<link rel="alternate" type="text/html" href="https://www.organicdatascience.org/ageofwater/index.php/Download_PIHMgis_tutorial_and_documents_by_Bruce_Hargreaves"/>
				<updated>2014-10-23T04:03:54Z</updated>
		
		<summary type="html">&lt;p&gt;Hargreaves: Set PropertyValue: Progress = 100&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Task]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;What this task is about:&amp;lt;/b&amp;gt; You may also download archive of relevant PIHM/PIHMgis documents.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Details on how to do this task:&amp;lt;/b&amp;gt; [[Download_PIHMgis_tutorial_and_documents]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add any wiki Text above this Line --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Do NOT Edit below this Line --&amp;gt;&lt;br /&gt;
{{#set:&lt;br /&gt;
	Owner=Bruce_Hargreaves|&lt;br /&gt;
	Progress=100|&lt;br /&gt;
	StartDate=2014-10-18|&lt;br /&gt;
	TargetDate=2014-10-26|&lt;br /&gt;
	Type=Low}}&lt;/div&gt;</summary>
		<author><name>Hargreaves</name></author>	</entry>

	<entry>
		<id>https://www.organicdatascience.org/ageofwater/index.php/Download_PIHMgis_input_data_by_Bruce_Hargreaves</id>
		<title>Download PIHMgis input data by Bruce Hargreaves</title>
		<link rel="alternate" type="text/html" href="https://www.organicdatascience.org/ageofwater/index.php/Download_PIHMgis_input_data_by_Bruce_Hargreaves"/>
				<updated>2014-10-23T04:02:53Z</updated>
		
		<summary type="html">&lt;p&gt;Hargreaves: Set PropertyValue: Progress = 100&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Task]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;What this task is about:&amp;lt;/b&amp;gt; Download input geo-spatial datasets that we will be using to develop a prototype catchment simulation using PIHMgis. Please have the dataset specific to software version you installed downloaded on your laptop at an easily identifiable and accessible folder e.g., &amp;quot;PIHMWorkshop&amp;quot; in your users home directory. &amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Details on how to do this task:&amp;lt;/b&amp;gt; [[Download_PIHMgis_input_data]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add any wiki Text above this Line --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Do NOT Edit below this Line --&amp;gt;&lt;br /&gt;
{{#set:&lt;br /&gt;
	Owner=Bruce_Hargreaves|&lt;br /&gt;
	Progress=100|&lt;br /&gt;
	StartDate=2014-10-17|&lt;br /&gt;
	TargetDate=2014-10-26|&lt;br /&gt;
	Type=Low}}&lt;/div&gt;</summary>
		<author><name>Hargreaves</name></author>	</entry>

	<entry>
		<id>https://www.organicdatascience.org/ageofwater/index.php/Download_and_install_PIHMgis_software_by_Bruce_Hargreaves</id>
		<title>Download and install PIHMgis software by Bruce Hargreaves</title>
		<link rel="alternate" type="text/html" href="https://www.organicdatascience.org/ageofwater/index.php/Download_and_install_PIHMgis_software_by_Bruce_Hargreaves"/>
				<updated>2014-10-23T04:01:36Z</updated>
		
		<summary type="html">&lt;p&gt;Hargreaves: Set PropertyValue: Progress = 100&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Task]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;What this task is about:&amp;lt;/b&amp;gt; Download PIHMgis, and select appropriate version of PIHMgis based on the operating system that you are running on your computer. Version 3.0 is not available for Windows yet.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Details on how to do this task:&amp;lt;/b&amp;gt; [[Download_and_install_PIHMgis_software]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add any wiki Text above this Line --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Do NOT Edit below this Line --&amp;gt;&lt;br /&gt;
{{#set:&lt;br /&gt;
	Owner=Bruce_Hargreaves|&lt;br /&gt;
	Progress=100|&lt;br /&gt;
	StartDate=2014-10-16|&lt;br /&gt;
	TargetDate=2014-10-26|&lt;br /&gt;
	Type=Low}}&lt;/div&gt;</summary>
		<author><name>Hargreaves</name></author>	</entry>

	</feed>