Skip to content

Commit e9fc7d4

Browse files
committed
Replace all .nlogo references with .nlogox
1 parent ded026a commit e9fc7d4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+17
-14
lines changed

.vscode/ltex.dictionary.en-US.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Pathdir
2323
pathdir
2424
logoclim
2525
nlogo
26+
nlogox
2627
LevelSpace
2728
FoodClim
2829
gfm

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"nbsp",
8383
"NETLOGO",
8484
"nlogo",
85+
"nlogox",
8586
"nolint",
8687
"nrow",
8788
"openssf",

R/_post-render.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ data |> readr::write_lines(file)
2727
files <- c(
2828
here::here("README.qmd"),
2929
here::here("README.md"),
30-
here::here("nlogo", "logoclim.nlogox")
30+
here::here("nlogox", "logoclim.nlogox")
3131
)
3232

3333
special_characters <- list(

README.md

Lines changed: 8 additions & 8 deletions

README.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The model relies on the GIS ([`gis`](https://github.com/NetLogo/GIS-Extension)),
137137

138138
You can download the latest release of the model from its [GitHub Releases page](https://github.com/sustentarea/logoclim/releases/latest). For the development version, you can clone or download its [GitHub repository](https://github.com/sustentarea/logoclim/) directly.
139139

140-
To run the model, make sure to download all files in the `nlogo` folder. Note that climate data from WorldClim is required but not included in this repository; see the next section for instructions on obtaining and preparing the data.
140+
To run the model, make sure to download all files in the `nlogox` folder. Note that climate data from WorldClim is required but not included in this repository; see the next section for instructions on obtaining and preparing the data.
141141

142142
#### Downloading the Data
143143

@@ -151,7 +151,7 @@ We suggest starting with the 10-minute resolution to verify that the model runs
151151

152152
#### Running the Model
153153

154-
Once everything is set, open the `logoclim.nlogo` file located in the `nlogo` folder to start exploring!
154+
Once everything is set, open the `logoclim.nlogox` file located in the `nlogox` folder to start exploring!
155155

156156
Refer to the `Info` tab in the model for additional details.
157157

cloc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git ls-files | grep -e "\.nls" -e "\.nlogo" | xargs wc -l
1+
git ls-files | grep -e "\.nls" -e "\.nlogox" | xargs wc -l

images/logoclim-interface.md

Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.tmp.nlogo
2+
*.tmp.nlogox
23
user.properties
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ This series includes 12 monthly data points from [downscaled](https://worldclim.
361361
362362
The model relies on the GIS ([`gis`](https://github.com/NetLogo/GIS-Extension)), Pathdir ([`pathdir`](https://github.com/cstaelin/Pathdir-Extension)), String ([`string`](https://github.com/NetLogo/String-Extension)), and Time ([`time`](https://github.com/NetLogo/Time-Extension/)) NetLogo extensions. These are automatically installed when the model is run for the first time.
363363
364-
To run the model, make sure to download all files in the repository `nlogo` folder. Note that climate data from WorldClim is required but not included in this repository; see the next section for instructions on obtaining and preparing the data.
364+
To run the model, make sure to download all files in the repository `nlogox` folder. Note that climate data from WorldClim is required but not included in this repository; see the next section for instructions on obtaining and preparing the data.
365365
366366
#### DOWNLOADING THE DATA
367367

0 commit comments

Comments
 (0)