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.
default thermodynamics_parameters
1 parent 82528b8 commit e1e4ef1Copy full SHA for e1e4ef1
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 = AtmosphereThermodynamicsParameters(FT),
+ thermodynamics_parameters = AtmosphereThermodynamicsParameters(eltype(grid)),
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