Skip to content

Commit

Permalink
train stable parameters with pure wind only
Browse files Browse the repository at this point in the history
  • Loading branch information
xkykai committed Nov 15, 2024
1 parent 21f3019 commit 820de1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ end

args = parse_commandline()

LES_FILE_DIRS = ["./LES2/$(file)/instantaneous_timeseries.jld2" for file in LES_suite["train36new_stableRi"]]
LES_FILE_DIRS = ["./LES2/$(file)/instantaneous_timeseries.jld2" for file in LES_suite["train6new_PW"]]
const S_scaling = args["S_scaling"]
const momentum_ratio = args["momentum_ratio"]
FILE_DIR = "./training_output/$(length(LES_FILE_DIRS))simnew_mom_$(momentum_ratio)_localbaseclosure_convectivetanh_shearlinear_2Pr_stableRi_EKI"
Expand Down

0 comments on commit 820de1a

Please sign in to comment.