Skip to content

Commit 825131c

Browse files
committed
Change documentation
1 parent 393b086 commit 825131c

File tree

3 files changed

+24
-20
lines changed

3 files changed

+24
-20
lines changed

README.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,33 +77,37 @@ The model can simulate the three climate data series provided by
7777
#### Historical Climate Data
7878

7979
This series includes 12 monthly data points representing average climate
80-
conditions for the period 1970–2000. It provides information on minimum,
80+
conditions for the period 1970–2000. It provides averages on minimum,
8181
mean, and maximum temperature, precipitation, solar radiation, wind
82-
speed, and vapor pressure.
82+
speed, vapor pressure, elevation, and on bioclimatic variables.
8383

8484
Learn more
8585
[here](https://www.worldclim.org/data/cmip6/cmip6climate.html).
8686

8787
#### Historical Monthly Weather Data
8888

89-
This series provides downscaled data from
90-
[CRU-TS-4.06](https://crudata.uea.ac.uk/cru/data/hrg/cru_ts_4.06/) by
91-
the [Climatic Research
89+
This series includes 12 monthly data points for each year from 1960 to
90+
2018, based on downscaled data from
91+
[CRU-TS-4.06](https://crudata.uea.ac.uk/cru/data/hrg/cru_ts_4.06/),
92+
developed by the [Climatic Research
9293
Unit](https://www.uea.ac.uk/groups-and-centres/climatic-research-unit)
93-
at the [University of East Anglia](https://www.uea.ac.uk/). It includes
94+
at the [University of East Anglia](https://www.uea.ac.uk/). It provides
9495
monthly averages for minimum temperature, maximum temperature, and total
95-
precipitation.
96+
precipitation..
9697

9798
Learn more [here](https://www.worldclim.org/data/monthlywth.html).
9899

99100
#### Future Climate Data
100101

101-
This series includes downscaled climate projections from
102-
[CMIP6](https://www.wcrp-climate.org/wgcm-cmip/wgcm-cmip6) models.
103-
Projections cover four
102+
This series includes 12 monthly data points from downscaled climate
103+
projections derived from
104+
[CMIP6](https://www.wcrp-climate.org/wgcm-cmip/wgcm-cmip6) models for
105+
four future periods: 2021-2040, 2041-2060, 2061-2080, and 2081-2100. The
106+
projections cover four
104107
[SSPs](https://en.wikipedia.org/wiki/Shared_Socioeconomic_Pathways):
105-
126, 245, 370, and 585, with data available for minimum temperature,
106-
maximum temperature, and total precipitation.
108+
126, 245, 370, and 585, with data available for average minimum
109+
temperature, average maximum temperature, total precipitation, and
110+
bioclimatic variables.
107111

108112
Learn more
109113
[here](https://www.worldclim.org/data/cmip6/cmip6climate.html).
@@ -193,7 +197,7 @@ environmental processes.
193197

194198
Some users have reported errors related to the SimpleR
195199
([`sr`](https://github.com/NetLogo/SimpleR-Extension)) extension for
196-
NetLogo. TThese issues are most commonly caused by directory permission
200+
NetLogo. These issues are most commonly caused by directory permission
197201
problems where the model is stored, the absence of the
198202
[`rJava`](https://cran.r-project.org/package=rJava) R package, or R not
199203
being included in the system’s

README.qmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,19 @@ The model can simulate the three climate data series provided by [WorldClim 2.1]
3838

3939
#### Historical Climate Data
4040

41-
This series includes 12 monthly data points representing average climate conditions for the period 1970–2000. It provides information on minimum, mean, and maximum temperature, precipitation, solar radiation, wind speed, and vapor pressure.
41+
This series includes 12 monthly data points representing average climate conditions for the period 1970–2000. It provides averages on minimum, mean, and maximum temperature, precipitation, solar radiation, wind speed, vapor pressure, elevation, and on bioclimatic variables.
4242

4343
Learn more [here](https://www.worldclim.org/data/cmip6/cmip6climate.html).
4444

4545
#### Historical Monthly Weather Data
4646

47-
This series provides downscaled data from [CRU-TS-4.06](https://crudata.uea.ac.uk/cru/data/hrg/cru_ts_4.06/) by the [Climatic Research Unit](https://www.uea.ac.uk/groups-and-centres/climatic-research-unit) at the [University of East Anglia](https://www.uea.ac.uk/). It includes monthly averages for minimum temperature, maximum temperature, and total precipitation.
47+
This series includes 12 monthly data points for each year from 1960 to 2018, based on downscaled data from [CRU-TS-4.06](https://crudata.uea.ac.uk/cru/data/hrg/cru_ts_4.06/), developed by the [Climatic Research Unit](https://www.uea.ac.uk/groups-and-centres/climatic-research-unit) at the [University of East Anglia](https://www.uea.ac.uk/). It provides monthly averages for minimum temperature, maximum temperature, and total precipitation..
4848

4949
Learn more [here](https://www.worldclim.org/data/monthlywth.html).
5050

5151
#### Future Climate Data
5252

53-
This series includes downscaled climate projections from [CMIP6](https://www.wcrp-climate.org/wgcm-cmip/wgcm-cmip6) models. Projections cover four [SSPs](https://en.wikipedia.org/wiki/Shared_Socioeconomic_Pathways): 126, 245, 370, and 585, with data available for minimum temperature, maximum temperature, and total precipitation.
53+
This series includes 12 monthly data points from downscaled climate projections derived from [CMIP6](https://www.wcrp-climate.org/wgcm-cmip/wgcm-cmip6) models for four future periods: 2021-2040, 2041-2060, 2061-2080, and 2081-2100. The projections cover four [SSPs](https://en.wikipedia.org/wiki/Shared_Socioeconomic_Pathways): 126, 245, 370, and 585, with data available for average minimum temperature, average maximum temperature, total precipitation, and bioclimatic variables.
5454

5555
Learn more [here](https://www.worldclim.org/data/cmip6/cmip6climate.html).
5656

@@ -101,7 +101,7 @@ Refer to the `Info` tab in the model for additional details.
101101

102102
## Common Issues
103103

104-
Some users have reported errors related to the SimpleR ([`sr`](https://github.com/NetLogo/SimpleR-Extension)) extension for NetLogo. TThese issues are most commonly caused by directory permission problems where the model is stored, the absence of the [`rJava`](https://cran.r-project.org/package=rJava) R package, or R not being included in the system’s [`PATH`](https://www.java.com/en/download/help/path.html) environment variable. Please ensure all of these are properly configured before opening an issue.
104+
Some users have reported errors related to the SimpleR ([`sr`](https://github.com/NetLogo/SimpleR-Extension)) extension for NetLogo. These issues are most commonly caused by directory permission problems where the model is stored, the absence of the [`rJava`](https://cran.r-project.org/package=rJava) R package, or R not being included in the system’s [`PATH`](https://www.java.com/en/download/help/path.html) environment variable. Please ensure all of these are properly configured before opening an issue.
105105

106106
In some cases, users may encounter an unknown error code when running the model for the first time. This may be related to your operating system. Typically, this issue is resolved by trying to setup the model again.
107107

nlogo/logoclim.nlogo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -860,19 +860,19 @@ The model can simulate the three climate data series provided by [WorldClim 2.1]
860860

861861
#### HISTORICAL CLIMATE DATA
862862

863-
This series includes 12 monthly data points representing average climate conditions for the period 19702000. It provides information on minimum, mean, and maximum temperature, precipitation, solar radiation, wind speed, and vapor pressure.
863+
This series includes 12 monthly data points representing average climate conditions for the period 19702000. It provides averages on minimum, mean, and maximum temperature, precipitation, solar radiation, wind speed, vapor pressure, elevation, and on bioclimatic variables.
864864

865865
Learn more [here](https://www.worldclim.org/data/cmip6/cmip6climate.html).
866866

867867
#### HISTORICAL MONTHLY WEATHER DATA
868868

869-
This series provides downscaled data from [CRU-TS-4.06](https://crudata.uea.ac.uk/cru/data/hrg/cru_ts_4.06/) by the [Climatic Research Unit](https://www.uea.ac.uk/groups-and-centres/climatic-research-unit) at the [University of East Anglia](https://www.uea.ac.uk/). It includes monthly averages for minimum temperature, maximum temperature, and total precipitation.
869+
This series includes 12 monthly data points for each year from 1960 to 2018, based on downscaled data from [CRU-TS-4.06](https://crudata.uea.ac.uk/cru/data/hrg/cru_ts_4.06/), developed by the [Climatic Research Unit](https://www.uea.ac.uk/groups-and-centres/climatic-research-unit) at the [University of East Anglia](https://www.uea.ac.uk/). It provides monthly averages for minimum temperature, maximum temperature, and total precipitation.
870870

871871
Learn more [here](https://www.worldclim.org/data/monthlywth.html).
872872

873873
#### FUTURE CLIMATE DATA
874874

875-
This series includes downscaled climate projections from [CMIP6](https://www.wcrp-climate.org/wgcm-cmip/wgcm-cmip6) models. Projections cover four [SSPs](https://en.wikipedia.org/wiki/Shared_Socioeconomic_Pathways): 126, 245, 370, and 585, with data available for minimum temperature, maximum temperature, and total precipitation.
875+
This series includes 12 monthly data points from downscaled climate projections derived from [CMIP6](https://www.wcrp-climate.org/wgcm-cmip/wgcm-cmip6) models for four future periods: 2021-2040, 2041-2060, 2061-2080, and 2081-2100. The projections cover four [SSPs](https://en.wikipedia.org/wiki/Shared_Socioeconomic_Pathways): 126, 245, 370, and 585, with data available for average minimum temperature, average maximum temperature, total precipitation, and bioclimatic variables.
876876

877877
Learn more [here](https://www.worldclim.org/data/cmip6/cmip6climate.html).
878878

0 commit comments

Comments
 (0)