Skip to content

Commit

Permalink
Switch to 0M Micro
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay Sridhar committed Jul 3, 2024
1 parent 5e57851 commit 9685bd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config/model_configs/les_bomex_box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ moist: "equil"
config: "box"
hyperdiff: "true"
implicit_diffusion: false
precip_model: "1M"
precip_model: "0M"
vorticity_hyperdiffusion_coefficient: 0.2
scalar_hyperdiffusion_coefficient: 0.2
dt_cloud_fraction: "10mins"
Expand All @@ -28,11 +28,11 @@ t_end: "21600secs"
dt_save_state_to_disk: "30mins"
rayleigh_sponge: true
toml: [toml/bomex_box_rhoe.toml]
restart_file: "/home/asridhar/Codes/ClimaAtmos.jl/restart/bomex/Micro1M_day0.0_Prod.hdf5"
restart_file: "/home/asridhar/Codes/ClimaAtmos.jl/restart/bomex/Micro0M_day0.0_Prod.hdf5"
netcdf_interpolation_num_points: [40, 40, 80]
diagnostics:
- short_name: [ts, ta, thetaa, ha, pfull, rhoa, ua, va, wa, hur, hus, cl, clw, cli, hussfc, evspsbl, kvis, hfes]
period: 10mins
- short_name: [ts, ta, thetaa, ha, pfull, rhoa, ua, va, wa, hur, hus, cl, clw, cli, hussfc, evspsbl, kvis, hfes]
reduction: "average"
reduction: average
period: 60mins
2 changes: 1 addition & 1 deletion config/model_configs/les_dycoms_box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ diagnostics:
- short_name: [ts, ta, thetaa, ha, pfull, rhoa, ua, va, wa, hur, hus, cl, clw, cli, hussfc, evspsbl, kvis, hfes]
period: 10mins
- short_name: [ts, ta, thetaa, ha, pfull, rhoa, ua, va, wa, hur, hus, cl, clw, cli, hussfc, evspsbl, kvis, hfes]
reduction_time: "average"
reduction_time: average
period: 60mins

0 comments on commit 9685bd2

Please sign in to comment.