Skip to content

Commit

Permalink
add toml for amip_target_topo_diagedmf
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Mar 9, 2024
1 parent c76b42e commit 10a43d1
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/longrun_configs/amip_target_topo_diagedmf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FLOAT_TYPE: "Float32"
anim: true
apply_limiter: false
atmos_config_file: "config/longrun_configs/longrun_aquaplanet_rhoe_equil_55km_nz63_allsky_diagedmf_0M.yml"
coupler_toml_file: "toml/amip_target_topo_diagedmf.toml"
dt: "100secs"
dt_cloud_fraction: "1hours"
dt_cpl: 100
Expand All @@ -23,4 +24,3 @@ t_end: "40days"
topo_smoothing: true
topography: "Earth"
turb_flux_partition: "CombinedStateFluxes"
use_reference_state: false
32 changes: 32 additions & 0 deletions toml/amip_target_topo_diagedmf.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[zd_rayleigh]
value = 35000.0

[alpha_rayleigh_uh]
value = 0.0

[alpha_rayleigh_w]
value = 3.0

[precipitation_timescale]
value = 600

[entr_inv_tau]
value = 0.002

[entr_coeff]
value = 0

[detr_inv_tau]
value = 0

[detr_buoy_coeff]
value = 0.12

[detr_vertdiv_coeff]
value = 0

[min_area_limiter_scale]
value = 0

[max_area_limiter_scale]
value = 0

0 comments on commit 10a43d1

Please sign in to comment.