Skip to content

Commit 57783d7

Browse files
debogclaude
andauthored
Fix ParmParse conflict between SDMoistInit and SDInitShape for initial_distribution_type (erf-model#3118)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 27f975d commit 57783d7

22 files changed

Lines changed: 22 additions & 22 deletions

File tree

Exec/CanonicalTests/RICO/input_sdm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ erf.moisture_model = "SuperDroplets"
8989
erf.buoyancy_type = 1
9090

9191
#sdm parameters
92-
super_droplets_moisture.initial_distribution_type = "uniform"
92+
super_droplets_moisture.distribution_type = "uniform"
9393
super_droplets_moisture.diagnostics_interval = 100
9494
super_droplets_moisture.coalescence_kernel = "Halls"
9595
super_droplets_moisture.aerosols = NH4HSO4

Exec/RegTests/Bubble/inputs_BF02_moist_bubble_SDM

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ erf.alpha_T = 0.0 # [m^2/s]
6565
erf.alpha_C = 0.0
6666

6767
#sdm parameters
68-
super_droplets_moisture.initial_distribution_type = "uniform"
68+
super_droplets_moisture.distribution_type = "uniform"
6969
super_droplets_moisture.diagnostics_interval = 100
7070
super_droplets_moisture.coalescence_kernel = "Longs"
7171
super_droplets_moisture.aerosols = NaCl

Exec/RegTests/Bubble/inputs_BF02_moist_bubble_SDM_multi_injections_unimodal_NaCl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ erf.alpha_T = 0.0 # [m^2/s]
6464
erf.alpha_C = 0.0
6565

6666
#sdm parameters
67-
super_droplets_moisture.initial_distribution_type = "uniform"
67+
super_droplets_moisture.distribution_type = "uniform"
6868
super_droplets_moisture.diagnostics_interval = 100
6969
super_droplets_moisture.coalescence_kernel = "Halls"
7070
super_droplets_moisture.multiplicity_type = "constant"

Exec/RegTests/MultiSpeciesBubble/inputs_dry_bubble.01species

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ erf.alpha_T = 0.0 # [m^2/s]
6464
erf.alpha_C = 0.0
6565

6666
#sdm parameters
67-
super_droplets_moisture.initial_distribution_type = "uniform"
67+
super_droplets_moisture.distribution_type = "uniform"
6868
super_droplets_moisture.diagnostics_interval = 100
6969
super_droplets_moisture.coalescence_kernel = "Halls"
7070
super_droplets_moisture.species = water

Exec/RegTests/MultiSpeciesBubble/inputs_dry_bubble.02species

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ erf.alpha_T = 0.0 # [m^2/s]
6464
erf.alpha_C = 0.0
6565

6666
#sdm parameters
67-
super_droplets_moisture.initial_distribution_type = "uniform"
67+
super_droplets_moisture.distribution_type = "uniform"
6868
super_droplets_moisture.diagnostics_interval = 100
6969
super_droplets_moisture.coalescence_kernel = "Halls"
7070
super_droplets_moisture.species = water agua

Exec/RegTests/MultiSpeciesBubble/inputs_moist_bubble.01species

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ erf.alpha_T = 0.0 # [m^2/s]
6666
erf.alpha_C = 0.0
6767

6868
#sdm parameters
69-
super_droplets_moisture.initial_distribution_type = "uniform"
69+
super_droplets_moisture.distribution_type = "uniform"
7070
super_droplets_moisture.diagnostics_interval = 100
7171
super_droplets_moisture.coalescence_kernel = "Halls"
7272
super_droplets_moisture.species = water

Exec/RegTests/MultiSpeciesBubble/inputs_moist_bubble.02species

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ erf.alpha_T = 0.0 # [m^2/s]
6565
erf.alpha_C = 0.0
6666

6767
#sdm parameters
68-
super_droplets_moisture.initial_distribution_type = "uniform"
68+
super_droplets_moisture.distribution_type = "uniform"
6969
super_droplets_moisture.diagnostics_interval = 100
7070
super_droplets_moisture.coalescence_kernel = "Halls"
7171
super_droplets_moisture.species = water agua

Exec/RegTests/SDM_Congestus3D/input_sdm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ erf.moisture_model = "SuperDroplets"
5858
erf.buoyancy_type = 1
5959

6060
#sdm parameters
61-
super_droplets_moisture.initial_distribution_type = "uniform"
61+
super_droplets_moisture.distribution_type = "uniform"
6262
super_droplets_moisture.diagnostics_interval = 100
6363
super_droplets_moisture.coalescence_kernel = "Halls"
6464
super_droplets_moisture.aerosols = NH4HSO4

Exec/RegTests/SineMassFlux/input_test_init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ erf.Pr_t = 0.33333333333333
6767
erf.Sc_t = 0.33333333333333
6868

6969
#sdm parameters
70-
super_droplets_moisture.initial_distribution_type = "uniform"
70+
super_droplets_moisture.distribution_type = "uniform"
7171
super_droplets_moisture.diagnostics_interval = 100
7272
super_droplets_moisture.include_coalescence = true
7373
super_droplets_moisture.density_scaling = true

Exec/RegTests/SineMassFlux/inputs_SDM_condBE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ erf.Pr_t = 0.33333333333333
6363
erf.Sc_t = 0.33333333333333
6464

6565
#sdm parameters
66-
super_droplets_moisture.initial_distribution_type = "uniform"
66+
super_droplets_moisture.distribution_type = "uniform"
6767
super_droplets_moisture.diagnostics_interval = 100
6868
super_droplets_moisture.include_coalescence = false
6969
super_droplets_moisture.prescribed_advection = true

0 commit comments

Comments
 (0)