julia> using Pkg
julia> Pkg.add(PackageSpec(url="https://github.com/CliMA/Land.git"))
julia> using Pkg
julia> Pkg.add(PackageSpec(url="https://github.com/CliMA/Land.git", rev="v0.1"))
using Pkg;
Pkg.add("EmeraldConstants");
Pkg.add("WaterPhysics");
Pkg.add("ClimaCache");
Pkg.add("LeafOptics");
Pkg.add("CanopyRadiativeTransfer");
Pkg.add("Photosynthesis");
Pkg.add("SoilHydraulics");
Pkg.add("PlantHydraulics");
Pkg.add("StomataModels");
Pkg.add("SoilPlantAirContinuum");