We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652f730 commit db63119Copy full SHA for db63119
src/OceanSeaIceModels/PrescribedAtmospheres.jl
@@ -381,7 +381,7 @@ end
381
clock = Clock{Float64}(time = 0),
382
surface_layer_height = 10, # meters
383
boundary_layer_height = 512 # meters,
384
- thermodynamics_parameters = nothing,
+ thermodynamics_parameters = AtmosphereThermodynamicsParameters(FT),
385
auxiliary_freshwater_flux = nothing,
386
velocities = default_atmosphere_velocities(grid, times),
387
tracers = default_atmosphere_tracers(grid, times),
@@ -396,7 +396,7 @@ function PrescribedAtmosphere(grid, times=[zero(grid)];
396
397
surface_layer_height = 10,
398
boundary_layer_height = 512,
399
400
401
402
0 commit comments