Skip to content

Commit

Permalink
add diags
Browse files Browse the repository at this point in the history
  • Loading branch information
LenkaNovak committed Nov 2, 2023
1 parent 3de1ec1 commit 3e0dac1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions experiments/AMIP/modular/coupler_driver_modular.jl
Original file line number Diff line number Diff line change
Expand Up @@ -689,9 +689,9 @@ if ClimaComms.iamroot(comms_ctx)
evaporation = (; clims = (0, 1e-4), units = "kg/m^2/s"),
v = (; clims = (-30, 30), units = "m/s"),
w = (; clims = (-0.1, 0.1), units = "m/s"),
lapse_rate = (;),
eddy_diffusivity = (;),
moist_static_energy = (;),
lapse_rate = (; clims = (-10, 10), units = "K/m"),
eddy_diffusivity = (; clims = (-10, 10), units = "m^2 / s"),
moist_static_energy = (; clims = (-10, 10), units = "J / kg"),
)
amip_data = amip_paperplots(
post_spec,
Expand Down

0 comments on commit 3e0dac1

Please sign in to comment.