Skip to content

Commit

Permalink
Merge pull request #642 from CliMA/zs/hotfix
Browse files Browse the repository at this point in the history
remove kappa_4 config
  • Loading branch information
szy21 authored Feb 27, 2024
2 parents 27b07fa + 6e7f344 commit 98728b9
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 12 deletions.
1 change: 0 additions & 1 deletion config/longrun_configs/amip_n1_shortrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dz_top: 3000
energy_check: false
h_elem: 16
job_id: "amip_n1_shortrun"
kappa_4: 1e16
mode_name: "amip"
moist: "equil"
mono_surface: false
Expand Down
1 change: 0 additions & 1 deletion config/longrun_configs/amip_n1_shortrun_nocouple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dz_top: 3000
energy_check: false
h_elem: 16
job_id: "amip_n1_shortrun_nocouple"
kappa_4: 1e16
mode_name: "amip"
moist: "equil"
mono_surface: false
Expand Down
1 change: 0 additions & 1 deletion config/longrun_configs/amip_n2_shortrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dz_top: 3000
energy_check: false
h_elem: 16
job_id: "amip_n2_shortrun"
kappa_4: 1e16
mode_name: "amip"
moist: "equil"
mono_surface: false
Expand Down
1 change: 0 additions & 1 deletion config/longrun_configs/amip_n32_shortrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dz_top: 3000
energy_check: false
h_elem: 16
job_id: "amip_n32_shortrun"
kappa_4: 1e16
mode_name: "amip"
moist: "equil"
mono_surface: false
Expand Down
1 change: 0 additions & 1 deletion config/longrun_configs/amip_n64_shortrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dz_top: 3000
energy_check: false
h_elem: 16
job_id: "amip_n64_shortrun"
kappa_4: 1e16
mode_name: "amip"
moist: "equil"
mono_surface: false
Expand Down
1 change: 0 additions & 1 deletion config/longrun_configs/amip_n8_shortrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dz_top: 3000
energy_check: false
h_elem: 16
job_id: "amip_n8_shortrun"
kappa_4: 1e16
mode_name: "amip"
moist: "equil"
mono_surface: false
Expand Down
1 change: 0 additions & 1 deletion config/model_configs/gpu_target_amip_albedo_function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ dz_bottom: 30
dz_top: 3000
h_elem: 16
job_id: "gpu_target_amip_albedo_function"
kappa_4: 1e16
land_albedo_type: "function"
mode_name: "amip"
moist: "equil"
Expand Down
1 change: 0 additions & 1 deletion config/model_configs/target_amip_albedo_function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ dz_bottom: 30
dz_top: 3000
h_elem: 16
job_id: "target_amip_albedo_function"
kappa_4: 1e16
land_albedo_type: "function"
mode_name: "amip"
moist: "equil"
Expand Down
1 change: 0 additions & 1 deletion config/model_configs/target_amip_n1_shortrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dz_top: 3000
energy_check: false
h_elem: 16
job_id: "target_amip_n1_shortrun"
kappa_4: 1e16
mode_name: "amip"
moist: "equil"
mono_surface: false
Expand Down
1 change: 0 additions & 1 deletion config/perf_configs/perf_diff_target_amip_n1_shortrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dz_top: 3000
energy_check: false
h_elem: 16
job_id: "perf_target_amip_n1_shortrun"
kappa_4: 1e16
mode_name: "amip"
moist: "equil"
mono_surface: false
Expand Down
4 changes: 2 additions & 2 deletions test/mpi_tests/local_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ julia --project=artifacts artifacts/download_artifacts.jl

# run spin up
# - specify `--hourly_checkpoint true` to save monthly checkpoints of all model prognostic states
mpiexec julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --run_name $RUN_NAME --coupled true --start_date 19790101 --hourly_checkpoint true --anim true --surface_setup PrescribedSurface --dt_cpl 200 --energy_check false --mode_name amip --mono_surface false --vert_diff true --moist equil --rad clearsky --precip_model 0M --z_elem 35 --dz_bottom 50 --h_elem 12 --kappa_4 3e16 --rayleigh_sponge true --alpha_rayleigh_uh 0 --dt 200secs --t_end 0.1days --job_id $RUN_NAME --dt_save_to_sol 1000days --dt_save_state_to_disk 10days --apply_limiter false --FLOAT_TYPE Float64
mpiexec julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --run_name $RUN_NAME --coupled true --start_date 19790101 --hourly_checkpoint true --anim true --surface_setup PrescribedSurface --dt_cpl 200 --energy_check false --mode_name amip --mono_surface false --vert_diff true --moist equil --rad clearsky --precip_model 0M --z_elem 35 --dz_bottom 50 --h_elem 12 --rayleigh_sponge true --alpha_rayleigh_uh 0 --dt 200secs --t_end 0.1days --job_id $RUN_NAME --dt_save_to_sol 1000days --dt_save_state_to_disk 10days --apply_limiter false --FLOAT_TYPE Float64

# init using a restart
# - specify the directory of the `checkpoint/` folder (i.e., `--restart_dir`) and time (in secs; `--restart_t`) of the restart file
mpiexec julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --run_name $RUN_NAME --coupled true --restart_dir $RESTART_DIR --restart_t $RESTART_T --start_date 19790102 --anim true --surface_setup PrescribedSurface --dt_cpl 200 --energy_check false --mode_name amip --mono_surface false --vert_diff true --moist equil --rad clearsky --precip_model 0M --z_elem 35 --dz_bottom 50 --h_elem 12 --kappa_4 3e16 --rayleigh_sponge true --alpha_rayleigh_uh 0 --dt 200secs --t_end 0.1days --job_id $RUN_NAME --dt_save_to_sol 1000days --dt_save_state_to_disk 10days --apply_limiter false --FLOAT_TYPE Float64
mpiexec julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --run_name $RUN_NAME --coupled true --restart_dir $RESTART_DIR --restart_t $RESTART_T --start_date 19790102 --anim true --surface_setup PrescribedSurface --dt_cpl 200 --energy_check false --mode_name amip --mono_surface false --vert_diff true --moist equil --rad clearsky --precip_model 0M --z_elem 35 --dz_bottom 50 --h_elem 12 --rayleigh_sponge true --alpha_rayleigh_uh 0 --dt 200secs --t_end 0.1days --job_id $RUN_NAME --dt_save_to_sol 1000days --dt_save_state_to_disk 10days --apply_limiter false --FLOAT_TYPE Float64

0 comments on commit 98728b9

Please sign in to comment.