Skip to content

Commit

Permalink
revs
Browse files Browse the repository at this point in the history
  • Loading branch information
LenkaNovak committed Nov 8, 2023
1 parent e44663a commit a104ceb
Show file tree
Hide file tree
Showing 10 changed files with 310 additions and 322 deletions.
598 changes: 302 additions & 296 deletions .buildkite/longruns/pipeline.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config/longrun_configs/amip_new_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ energy_check: false
mode_name: "amip"
mono_surface: false
dt: "150secs"
t_end: "300days" # TODO this has been decreased from 140 days to avoid instability #460
t_end: "300days"
job_id: "amip_new_target"
dt_save_to_sol: "5days"
dt_save_to_disk: "5days"
Expand Down
2 changes: 1 addition & 1 deletion config/longrun_configs/amip_new_target_topo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ energy_check: false
mode_name: "amip"
mono_surface: false
dt: "150secs"
t_end: "100days" # TODO this has been decreased from 140 days to avoid instability #460
t_end: "100days"
job_id: "amip_new_target_topo"
dt_save_to_sol: "5days"
dt_save_to_disk: "5days"
Expand Down
2 changes: 1 addition & 1 deletion config/longrun_configs/slabplanet_aqua_new_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ energy_check: false
mode_name: "slabplanet_aqua"
mono_surface: false
dt: "150secs"
t_end: "200days" # TODO this has been decreased from 140 days to avoid instability #460
t_end: "200days"
job_id: "slabplanet_aqua_new_target"
dt_save_to_sol: "5days"
dt_save_to_disk: "5days"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ energy_check: false
mode_name: "slabplanet_aqua"
mono_surface: false
dt: "150secs"
t_end: "300days" # TODO this has been decreased from 140 days to avoid instability #460
t_end: "300days"
job_id: "slabplanet_new_target_evolve_ocn"
dt_save_to_sol: "5days"
dt_save_to_disk: "5days"
Expand Down
18 changes: 0 additions & 18 deletions config/longrun_configs/slabplanet_coarse_longrun.yml

This file was deleted.

2 changes: 1 addition & 1 deletion config/longrun_configs/slabplanet_new_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ energy_check: false
mode_name: "slabplanet"
mono_surface: false
dt: "150secs"
t_end: "200days" # TODO this has been decreased from 140 days to avoid instability #460
t_end: "200days"
job_id: "slabplanet_new_target"
dt_save_to_sol: "5days"
dt_save_to_disk: "5days"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ energy_check: false
mode_name: "slabplanet"
mono_surface: false
dt: "150secs"
t_end: "200days" # TODO this has been decreased from 140 days to avoid instability #460
t_end: "200days"
job_id: "slabplanet_new_target_evolve_ocn"
dt_save_to_sol: "5days"
dt_save_to_disk: "5days"
Expand Down
2 changes: 1 addition & 1 deletion experiments/AMIP/modular/cli_options.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function argparse_settings()
arg_type = Bool
default = false
"--mode_name"
help = "Mode of coupled simulation. [`amip`, `slabplanet`]"
help = "Mode of coupled simulation. [`amip`, `slabplanet`, `slabplanet_aqua`, `slabplanet_terra`, `slabplanet_eisenman`]"
arg_type = String
default = "amip"
"--mono_surface"
Expand Down
2 changes: 1 addition & 1 deletion experiments/AMIP/modular/coupler_driver_modular.jl
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ mkpath(COUPLER_OUTPUT_DIR)
REGRID_DIR = joinpath(COUPLER_OUTPUT_DIR, "regrid_tmp/")
mkpath(REGRID_DIR)

COUPLER_ARTIFACTS_DIR = COUPLER_OUTPUT_DIR * ".artifacts"
COUPLER_ARTIFACTS_DIR = COUPLER_OUTPUT_DIR * "_artifacts"
isdir(COUPLER_ARTIFACTS_DIR) ? nothing : mkpath(COUPLER_ARTIFACTS_DIR)

@info COUPLER_OUTPUT_DIR
Expand Down

0 comments on commit a104ceb

Please sign in to comment.