Skip to content

Commit

Permalink
increase t_end for rico
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Aug 30, 2023
1 parent 60a9f63 commit 7b6cdbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/model_configs/diagnostic_edmfx_rico_box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ y_elem: 2
z_elem: 100
z_max: 4e3
z_stretch: false
dt: 5secs
t_end: 6hours
dt: 10secs
t_end: 8hours
dt_save_to_disk: 10mins
2 changes: 1 addition & 1 deletion post_processing/contours_and_profiles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ function contours_and_profiles(output_dir, ref_job_id = nothing)
has_sgs = hasproperty(time_series[1][2], :draft_area)

negative_values_allowed_names =
(:u_velocity, :v_velocity, :w_velocity, :buoyancy)
(:u_velocity, :v_velocity, :w_velocity, :buoyancy, :specific_enthalpy)

env_or_gm = has_sgs ? :env : :gm
draft_or_gm = has_sgs ? :draft : :gm
Expand Down

0 comments on commit 7b6cdbe

Please sign in to comment.