Skip to content

Commit d953685

Browse files
committed
wip
1 parent d6fa7c5 commit d953685

File tree

10 files changed

+440
-954
lines changed

10 files changed

+440
-954
lines changed

Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,26 @@ version = "0.1.0"
66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
88
AtmosphericProfilesLibrary = "86bc3604-9858-485a-bdbe-831ec50de11d"
9+
ClimaComms = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"
10+
ClimaParams = "5c42b081-d73a-476f-9059-fd94b934656c"
911
CloudMicrophysics = "6a9e3e04-43cd-43ba-94b9-e8782df3c71b"
1012
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
1113
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
1214
Oceananigans = "9e8cae18-63c1-5223-a75c-80ca9d6e9a09"
1315
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
16+
RRTMGP = "a01a1ee8-cea4-48fc-987c-fc7878d79da1"
1417
RootSolvers = "7181ea78-2dcb-4de3-ab41-2b8ab5a31e74"
1518

1619
[compat]
1720
Adapt = "4.3.0"
1821
AtmosphericProfilesLibrary = "0.1.7"
22+
ClimaComms = "0.6.9"
23+
ClimaParams = "0.10.35"
1924
CloudMicrophysics = "0.22.13"
2025
JLD2 = "0.5.13"
2126
Oceananigans = "0.99"
2227
Printf = "1"
28+
RRTMGP = "0.21.4"
2329
RootSolvers = "0.4.4"
2430

2531
[extras]

src/Breeze.jl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,14 @@ using .MoistAirBuoyancies
5858
include("AtmosphereModels/AtmosphereModels.jl")
5959
using .AtmosphereModels
6060

61+
include("Radiation/Radiation.jl")
62+
using .Radiation
63+
64+
export
65+
AbstractRadiationModel,
66+
RRTMGPModel,
67+
initialize_rrtmgp_model,
68+
compute_vertical_fluxes!,
69+
flux_results
70+
6171
end # module Breeze

src/Microphysics/Microphysics.jl

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/Microphysics/default_microphysics.jl

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)