Skip to content

Commit

Permalink
bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
glwagner committed Dec 5, 2024
1 parent 6284910 commit 3255557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataWrangling/JRA55.jl
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ function JRA55PrescribedAtmosphere(architecture::AA, time_indices=Colon();
reference_height = convert(FT, reference_height)
thermodynamics_parameters = PrescribedAtmosphereThermodynamicsParameters(FT)
grid = ua.grid
metadata = JRA55()
metadata = JRA55Data()

return PrescribedAtmosphere(grid,
metadata,
Expand Down
1 change: 1 addition & 0 deletions src/OceanSeaIceModels/OceanSeaIceModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ include("PrescribedAtmospheres.jl")

using .PrescribedAtmospheres:
PrescribedAtmosphere,
PrescribedAtmosphereThermodynamicsParameters,
TwoBandDownwellingRadiation

include("CrossRealmFluxes/CrossRealmFluxes.jl")
Expand Down

0 comments on commit 3255557

Please sign in to comment.