Skip to content

Commit

Permalink
Change in bubble setup dims (2*pi vs. 6.28)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjboeing committed Jan 15, 2023
1 parent a50f2a1 commit c972541
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions mpic_bubble_64.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ surface_reference_pressure=100000.
x_size=64
y_size=64
z_size=65
dxx=0.0981747704247
dyy=0.0981747704247
zztop=6.28318530718
dxx=0.098125
dyy=0.098125
zztop=6.28
kgd=1,65
hgd=0.0,6.28318530718
hgd=0.0,6.28
enable_theta=.true.
number_q_fields=2
use_anelastic_equations=.false.
Expand All @@ -86,7 +86,7 @@ use_time_varying_surface_values=.false.
use_saturated_surface=.false.
type_of_surface_boundary_conditions=0
l_init_pl_theta=.true.
z_init_pl_theta=0.0,6.28318530718
z_init_pl_theta=0.0,6.28
f_init_pl_theta=0.0,0.0
advection_flow_fields=pw
advection_theta_field=tvd
Expand All @@ -102,8 +102,8 @@ walltime_limit=99:00:00

# Set up mpic
mpic_lmoist=.true.
mpic_x_cen=3.14159265359
mpic_y_cen=3.14159265359
mpic_x_cen=3.14
mpic_y_cen=3.14
mpic_z_cen=0.8
mpic_rad=0.8
mpic_rhb=0.8
Expand Down

0 comments on commit c972541

Please sign in to comment.