Skip to content

Commit

Permalink
Add restart file for held suarez
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Oct 19, 2023
1 parent 4566761 commit 506a1e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion examples/sphere_held_suarez_rhoe_equilmoist/atmos_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ moist: equil
forcing: held_suarez
precip_model: 0M
job_id: sphere_held_suarez_rhoe_equilmoist
output_dir: output/sphere_held_suarez_rhoe_equilmoist
output_dir: output/sphere_held_suarez_rhoe_equilmoist
restart_file: examples/sphere_held_suarez_rhoe_equilmoist/day200.0.hdf5
Binary file not shown.
1 change: 0 additions & 1 deletion examples/sphere_held_suarez_rhoe_equilmoist/ekp_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ n_iterations: 5
truth_data: examples/sphere_held_suarez_rhoe_equilmoist/truth.hdf5
noise_data: examples/sphere_held_suarez_rhoe_equilmoist/noise.hdf5
atmos_config: examples/sphere_held_suarez_rhoe_equilmoist/atmos_config.yml
restart_file: examples/sphere_held_suarez_rhoe_equilmoist/restart_file.hdf5
4 changes: 2 additions & 2 deletions src/atmos_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ function get_atmos_config(
config_dict["output_dir"] = member_path
config_dict["toml"] = parameter_path

# TODO: Set restart file for equilibrium state
# ENV["RESTART_FILE"] = ""
# Set restart file for initial equilibrium state
ENV["RESTART_FILE"] = config_dict["restart_file"]
return CA.AtmosConfig(; parsed_args = Dict(), config_dict)
end

Expand Down

0 comments on commit 506a1e3

Please sign in to comment.