Skip to content

Commit

Permalink
h100 runs
Browse files Browse the repository at this point in the history
	modified:   config/model_configs/les_bomex_box.yml
	modified:   config/model_configs/les_rico_box.yml
	new file:   toml/rico_les.toml
  • Loading branch information
akshaysridhar committed Sep 30, 2024
1 parent 1871f37 commit d8fe8d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/model_configs/les_bomex_box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ t_end: "21600secs"
dt_save_state_to_disk: "30mins"
rayleigh_sponge: true
toml: [toml/bomex_les.toml]
restart_file: "/home/asridhar/Codes/ClimaAtmos.jl/restart/bomex/Micro1M_day0.0_Prod.hdf5"
restart_file: "/central/scratch/asridhar/Codes/ClimaAtmos.jl/restart/bomex/les_bomex_1M.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, hfes]
Expand Down
2 changes: 1 addition & 1 deletion config/model_configs/les_rico_box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ z_stretch: false
rayleigh_sponge: true
dt: "0.20secs"
t_end: 12hours
restart_file: "/home/asridhar/Codes/ClimaAtmos.jl/restart/rico/day0.0.hdf5"
restart_file: "/central/scratch/asridhar/Codes/ClimaAtmos.jl/restart/rico/rico_les_1M.hdf5"
toml: [toml/rico_les.toml]
dt_save_state_to_disk: 30mins
netcdf_interpolation_num_points: [30, 30, 150]
Expand Down
2 changes: 2 additions & 0 deletions toml/rico_les.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[zd_rayleigh]
value = 4500.0

0 comments on commit d8fe8d3

Please sign in to comment.