Skip to content

Commit

Permalink
Change all asserted project names to ConvectionIsotopes
Browse files Browse the repository at this point in the history
  • Loading branch information
natgeo-wong committed Sep 7, 2023
1 parent d26645f commit 838e4fe
Show file tree
Hide file tree
Showing 38 changed files with 94 additions and 94 deletions.
4 changes: 2 additions & 2 deletions notebooks/00-intro.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end

# ╔═╡ b62ba51a-b7a8-433c-84dd-bd7d221ffa3c
begin
@quickactivate "ColombiaIsotope"
@quickactivate "ConvectionIsotopes"
using DelimitedFiles

using ImageShow, PNGFiles
Expand All @@ -22,7 +22,7 @@ begin

include(srcdir("common.jl"))

md"Loading modules for the ColombiaIsotope project..."
md"Loading modules for the ConvectionIsotopes project..."
end

# ╔═╡ fc7b6caa-6ced-11ec-0701-6f55729e22dc
Expand Down
4 changes: 2 additions & 2 deletions notebooks/01a-lsmfiltering.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end

# ╔═╡ 4e08778c-cd46-4a79-9b6a-96ca6447e975
begin
@quickactivate "ColombiaIsotope"
@quickactivate "ConvectionIsotopes"
using DelimitedFiles
using ERA5Reanalysis
using GeoRegions
Expand All @@ -24,7 +24,7 @@ begin
using PyCall, LaTeXStrings
pplt = pyimport("proplot")

md"Loading modules for the ColombiaIsotope project..."
md"Loading modules for the ConvectionIsotopes project..."
end

# ╔═╡ faa41f45-5a58-4bcb-a48c-dcd17e8bad3a
Expand Down
4 changes: 2 additions & 2 deletions notebooks/01b-GeoRegions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end

# ╔═╡ ab294fae-101f-4587-a2f4-7d72254dd421
begin
@quickactivate "ColombiaIsotope"
@quickactivate "ConvectionIsotopes"
using DelimitedFiles
using ERA5Reanalysis
using NASAPrecipitation
Expand All @@ -26,7 +26,7 @@ begin

include(srcdir("common.jl"))

md"Loading modules for the ColombiaIsotope project..."
md"Loading modules for the ConvectionIsotopes project..."
end

# ╔═╡ fa2f8740-f813-11ec-00e1-112e2dfacda7
Expand Down
4 changes: 2 additions & 2 deletions notebooks/01c-NASAPrecipitation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end

# ╔═╡ ab294fae-101f-4587-a2f4-7d72254dd421
begin
@quickactivate "ColombiaIsotope"
@quickactivate "ConvectionIsotopes"
using DelimitedFiles
using ERA5Reanalysis
using NASAPrecipitation
Expand All @@ -27,7 +27,7 @@ begin

include(srcdir("common.jl"))

md"Loading modules for the ColombiaIsotope project..."
md"Loading modules for the ConvectionIsotopes project..."
end

# ╔═╡ fa2f8740-f813-11ec-00e1-112e2dfacda7
Expand Down
4 changes: 2 additions & 2 deletions notebooks/02a-ExploreWWgtP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end

# ╔═╡ bec4e6f2-c2ea-421e-8c57-33e1ef90aa21
begin
@quickactivate "ColombiaIsotope"
@quickactivate "ConvectionIsotopes"
using DelimitedFiles
using ERA5Reanalysis
using GeoRegions
Expand All @@ -25,7 +25,7 @@ begin
using PyCall, LaTeXStrings
pplt = pyimport("proplot")

md"Loading modules for the ColombiaIsotope project..."
md"Loading modules for the ConvectionIsotopes project..."
end

# ╔═╡ 2e7c33da-f8b5-11ec-08f2-2581af96575f
Expand Down
4 changes: 2 additions & 2 deletions notebooks/02b-verticalprofiles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ end

# ╔═╡ b62ba51a-b7a8-433c-84dd-bd7d221ffa3c
begin
@quickactivate "ColombiaIsotope"
@quickactivate "ConvectionIsotopes"
using ERA5Reanalysis
using DelimitedFiles
using NCDatasets
Expand All @@ -36,7 +36,7 @@ begin

include(srcdir("common.jl"))

md"Loading modules for the ColumbiaIsotope project..."
md"Loading modules for the ConvectionIsotopes project..."
end

# ╔═╡ fc7b6caa-6ced-11ec-0701-6f55729e22dc
Expand Down
4 changes: 2 additions & 2 deletions notebooks/02c-BreakdownOTREC.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end

# ╔═╡ f6017eb1-5b2f-4113-ab6b-91e973659aa2
begin
@quickactivate "ColombiaIsotope"
@quickactivate "ConvectionIsotopes"
using DelimitedFiles
using ERA5Reanalysis
using GeoRegions
Expand All @@ -28,7 +28,7 @@ begin

include(srcdir("vertprofile_region.jl"))

md"Loading modules for the ColumbiaIsotope project..."
md"Loading modules for the ConvectionIsotopes project..."
end

# ╔═╡ 8585baa8-f995-11ec-2f6b-052638e59e43
Expand Down
4 changes: 2 additions & 2 deletions notebooks/03a-ExploreDailyGPM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end

# ╔═╡ da16ef31-2091-4c36-b3d0-05f4197771f6
begin
@quickactivate "ColombiaIsotope"
@quickactivate "ConvectionIsotopes"
using DelimitedFiles
using NASAPrecipitation
using NCDatasets
Expand All @@ -26,7 +26,7 @@ begin

include(srcdir("common.jl"))

md"Loading modules for the ColumbiaIsotope project..."
md"Loading modules for the ConvectionIsotopes project..."
end

# ╔═╡ e0a4eb5e-467e-11ec-21da-af325ae0fd15
Expand Down
4 changes: 2 additions & 2 deletions notebooks/03b-StationRainfall.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end

# ╔═╡ 9071763e-f6ad-4468-ae48-369307a85263
begin
@quickactivate "ColombiaIsotope"
@quickactivate "ConvectionIsotopes"
using Dates
using DataFrames
using DelimitedFiles
Expand All @@ -29,7 +29,7 @@ begin

include(srcdir("common.jl"))

md"Loading modules for the ColumbiaIsotope project..."
md"Loading modules for the ConvectionIsotopes project..."
end

# ╔═╡ a8431d46-46fe-11ec-2b8d-e39caffdabec
Expand Down
4 changes: 2 additions & 2 deletions notebooks/03c-stationisotope.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end

# ╔═╡ d8b1349a-e91a-48f5-9c58-8e34a6a4db56
begin
@quickactivate "ColombiaIsotope"
@quickactivate "ConvectionIsotopes"
using DataFrames
using DelimitedFiles
using GLM
Expand All @@ -27,7 +27,7 @@ begin

include(srcdir("common.jl"))

md"Loading modules for the ColumbiaIsotope project..."
md"Loading modules for the ConvectionIsotopes project..."
end

# ╔═╡ b4e60800-6d92-11ec-0046-fb8e0610278d
Expand Down
4 changes: 2 additions & 2 deletions notebooks/03d-prcpvsisotope.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end

# ╔═╡ 4208d36e-eec6-44b5-9316-98045ee88e51
begin
@quickactivate "ColombiaIsotope"
@quickactivate "ConvectionIsotopes"
using DataFrames
using Dates
using DelimitedFiles
Expand All @@ -31,7 +31,7 @@ begin

ENV["HDF5_USE_FILE_LOCKING"] = false

md"Loading modules for the ColombiaIsotope project..."
md"Loading modules for the ConvectionIsotopes project..."
end

# ╔═╡ db91546a-6db9-11ec-3d37-0f5cdb63ec1a
Expand Down
4 changes: 2 additions & 2 deletions notebooks/03e-wgtprevstation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end

# ╔═╡ b62ba51a-b7a8-433c-84dd-bd7d221ffa3c
begin
@quickactivate "ColombiaIsotope"
@quickactivate "ConvectionIsotopes"
using DataFrames
using DelimitedFiles
using ERA5Reanalysis
Expand All @@ -27,7 +27,7 @@ begin

include(srcdir("common.jl"))

md"Loading modules for the ColumbiaIsotope project..."
md"Loading modules for the ConvectionIsotopes project..."
end

# ╔═╡ fc7b6caa-6ced-11ec-0701-6f55729e22dc
Expand Down
4 changes: 2 additions & 2 deletions notebooks/04a-exploreWRF.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ end

# ╔═╡ b5301b23-1ef8-4cca-b92f-c16773c510a0
begin
@quickactivate "ColombiaIsotope"
@quickactivate "ConvectionIsotopes"
using Dates
using DelimitedFiles
using NCDatasets
Expand All @@ -38,7 +38,7 @@ begin

include(srcdir("common.jl"))

md"Loading modules for the ColumbiaIsotope project..."
md"Loading modules for the ConvectionIsotopes project..."
end

# ╔═╡ a6a3baf2-c81a-11ec-0d65-edc25a50a22d
Expand Down
4 changes: 2 additions & 2 deletions notebooks/04b-monthlyWRF.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ end

# ╔═╡ a57a1f6a-6a7b-44ed-baaf-fe9980adb72e
begin
@quickactivate "ColombiaIsotope"
@quickactivate "ConvectionIsotopes"
using Dates
using DelimitedFiles
using Glob
Expand All @@ -39,7 +39,7 @@ begin

include(srcdir("common.jl"))

md"Loading modules for the ColombiaIsotope project..."
md"Loading modules for the ConvectionIsotopes project..."
end

# ╔═╡ 497776f8-c837-11ec-2301-5170cf3d601f
Expand Down
4 changes: 2 additions & 2 deletions notebooks/04c-wprofileWRF.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end

# ╔═╡ 4a2f8ac0-9ca0-4d33-b5f8-983c7efb0f3d
begin
@quickactivate "ColombiaIsotope"
@quickactivate "ConvectionIsotopes"
using Dates
using DelimitedFiles
using NCDatasets
Expand All @@ -27,7 +27,7 @@ begin

include(srcdir("common.jl"))

md"Loading modules for the ColombiaIsotope project..."
md"Loading modules for the ConvectionIsotopes project..."
end

# ╔═╡ c06f21d0-e50a-11ec-2cf3-8d8ec5d3bcbb
Expand Down
4 changes: 2 additions & 2 deletions notebooks/04d-exploreWRFwgtpre.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end

# ╔═╡ d44838c8-72cc-47ed-ba5b-1c11b4064472
begin
@quickactivate "ColombiaIsotope"
@quickactivate "ConvectionIsotopes"
using Dates
using DelimitedFiles
using ERA5Reanalysis
Expand All @@ -27,7 +27,7 @@ begin

include(srcdir("common.jl"))

md"Loading modules for the ColombiaIsotope project..."
md"Loading modules for the ConvectionIsotopes project..."
end

# ╔═╡ 88457e84-fb15-11ec-1f04-4148aa4e224a
Expand Down
4 changes: 2 additions & 2 deletions notebooks/04e-wprofileWRFsamples.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end

# ╔═╡ 4a2f8ac0-9ca0-4d33-b5f8-983c7efb0f3d
begin
@quickactivate "ColombiaIsotope"
@quickactivate "ConvectionIsotopes"
using Dates
using DelimitedFiles
using GeoRegions
Expand All @@ -28,7 +28,7 @@ begin

include(srcdir("common.jl"))

md"Loading modules for the ColombiaIsotope project..."
md"Loading modules for the ConvectionIsotopes project..."
end

# ╔═╡ c06f21d0-e50a-11ec-2cf3-8d8ec5d3bcbb
Expand Down
4 changes: 2 additions & 2 deletions notebooks/04f-wrforo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end

# ╔═╡ f49ad78f-f2b1-49e6-ba70-8e0e9c840fa1
begin
@quickactivate "ColombiaIsotope"
@quickactivate "ConvectionIsotopes"
using DelimitedFiles
using ERA5Reanalysis
using Interpolations
Expand All @@ -26,7 +26,7 @@ begin

include(srcdir("common.jl"))

md"Loading modules for the ColombiaIsotope project..."
md"Loading modules for the ConvectionIsotopes project..."
end

# ╔═╡ d56818f6-0893-11ed-2763-bdc0465266e9
Expand Down
4 changes: 2 additions & 2 deletions notebooks/04g-wprofilelandsea.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end

# ╔═╡ 4a2f8ac0-9ca0-4d33-b5f8-983c7efb0f3d
begin
@quickactivate "ColombiaIsotope"
@quickactivate "ConvectionIsotopes"
using Dates
using DelimitedFiles
using Dierckx
Expand All @@ -29,7 +29,7 @@ begin

include(srcdir("common.jl"))

md"Loading modules for the ColombiaIsotope project..."
md"Loading modules for the ConvectionIsotopes project..."
end

# ╔═╡ c06f21d0-e50a-11ec-2cf3-8d8ec5d3bcbb
Expand Down
4 changes: 2 additions & 2 deletions notebooks/04h-wrfsanitycheck.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end

# ╔═╡ b5301b23-1ef8-4cca-b92f-c16773c510a0
begin
@quickactivate "ColombiaIsotope"
@quickactivate "ConvectionIsotopes"
using Dates
using DelimitedFiles
using NCDatasets
Expand All @@ -27,7 +27,7 @@ begin

include(srcdir("common.jl"))

md"Loading modules for the ColumbiaIsotope project..."
md"Loading modules for the ConvectionIsotopes project..."
end

# ╔═╡ a6a3baf2-c81a-11ec-0d65-edc25a50a22d
Expand Down
4 changes: 2 additions & 2 deletions notebooks/05a-GNIPstations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end

# ╔═╡ 9149a006-add6-467e-9ad1-be497a53fff7
begin
@quickactivate "ColombiaIsotope"
@quickactivate "ConvectionIsotopes"
using DataFrames
using DelimitedFiles
using ERA5Reanalysis
Expand All @@ -25,7 +25,7 @@ begin
using PyCall, LaTeXStrings
pplt = pyimport("proplot")

md"Loading modules for the ColombiaIsotope project..."
md"Loading modules for the ConvectionIsotopes project..."
end

# ╔═╡ 8e744f98-21b4-11ed-017a-8571e8807e61
Expand Down
4 changes: 2 additions & 2 deletions notebooks/05a-raindatasets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end

# ╔═╡ d44838c8-72cc-47ed-ba5b-1c11b4064472
begin
@quickactivate "ColombiaIsotope"
@quickactivate "ConvectionIsotopes"
using Dates
using DelimitedFiles
using ERA5Reanalysis
Expand All @@ -26,7 +26,7 @@ begin

include(srcdir("common.jl"))

md"Loading modules for the ColombiaIsotope project..."
md"Loading modules for the ConvectionIsotopes project..."
end

# ╔═╡ 88457e84-fb15-11ec-1f04-4148aa4e224a
Expand Down
Loading

0 comments on commit 838e4fe

Please sign in to comment.