Skip to content

Commit

Permalink
fix path to standalone longrun
Browse files Browse the repository at this point in the history
alphabetically sorted configs

modify gpu run name

sort after rebase
  • Loading branch information
LenkaNovak committed Feb 5, 2024
1 parent 1241c8d commit a98aea8
Show file tree
Hide file tree
Showing 44 changed files with 571 additions and 555 deletions.
2 changes: 1 addition & 1 deletion .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ steps:

- label: "ClimaAtmos standalone target"
command:
- srun julia --project=experiments/AMIP/ target/atmos_driver.jl --config_file target/longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_tvinsol_0M_slabocean.yml
- srun julia --project=experiments/AMIP/ test/component_model_tests/climaatmos_standalone/atmos_driver.jl --config_file test/component_model_tests/climaatmos_standalone/longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_tvinsol_0M_slabocean.yml
artifact_paths: "longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_tvinsol_0M_slabocean/*"
env:
BUILD_HISTORY_HANDLE: ""
Expand Down
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,8 @@ steps:
# GPU RUNS: slabplanet
- label: "GPU Slabplanet: albedo from function"
key: "gpu_slabplanet_albedo_function"
command: "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/slabplanet_albedo_function.yml"
artifact_paths: "experiments/AMIP/output/gpu/slabplanet/slabplanet_albedo_function_artifacts/*"
command: "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/gpu_slabplanet_albedo_function.yml"
artifact_paths: "experiments/AMIP/output/gpu/slabplanet/gpu_slabplanet_albedo_function_artifacts/*"
agents:
slurm_mem: 20GB
slurm_gpus: 1
Expand Down
32 changes: 16 additions & 16 deletions config/longrun_configs/amip_n1_shortrun.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
job_id: "amip_n1_shortrun"
run_name: "amip_n1_shortrun"
moist: "equil"
vert_diff: "true"
rad: "gray"
z_elem: 50
dz_top: 3000
dz_bottom: 30
h_elem: 16
kappa_4: 1e16
z_stretch: false
rayleigh_sponge: true
alpha_rayleigh_uh: 0
alpha_rayleigh_w: 10
apply_limiter: false
dt_cpl: 150
dt: "150secs"
dt_rad: "1hours"
dt_save_to_sol: "100days"
dt: "150secs"
dz_bottom: 30
dz_top: 3000
energy_check: false
h_elem: 16
job_id: "amip_n1_shortrun"
kappa_4: 1e16
mode_name: "amip"
t_end: "1days"
dt_save_to_sol: "100days"
moist: "equil"
mono_surface: false
apply_limiter: false
precip_model: "0M"
rad: "gray"
rayleigh_sponge: true
run_name: "amip_n1_shortrun"
t_end: "1days"
vert_diff: "true"
z_elem: 50
z_stretch: false
32 changes: 16 additions & 16 deletions config/longrun_configs/amip_n1_shortrun_nocouple.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
job_id: "amip_n1_shortrun_nocouple"
run_name: "amip_n1_shortrun_nocouple"
moist: "equil"
vert_diff: "true"
rad: "gray"
z_elem: 50
dz_top: 3000
dz_bottom: 30
h_elem: 16
kappa_4: 1e16
z_stretch: false
rayleigh_sponge: true
alpha_rayleigh_uh: 0
alpha_rayleigh_w: 10
apply_limiter: false
dt_cpl: 86200
dt: "150secs"
dt_rad: "1hours"
dt_save_to_sol: "100days"
dt: "150secs"
dz_bottom: 30
dz_top: 3000
energy_check: false
h_elem: 16
job_id: "amip_n1_shortrun_nocouple"
kappa_4: 1e16
mode_name: "amip"
t_end: "1days"
dt_save_to_sol: "100days"
moist: "equil"
mono_surface: false
apply_limiter: false
precip_model: "0M"
rad: "gray"
rayleigh_sponge: true
run_name: "amip_n1_shortrun_nocouple"
t_end: "1days"
vert_diff: "true"
z_elem: 50
z_stretch: false
32 changes: 16 additions & 16 deletions config/longrun_configs/amip_n2_shortrun.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
job_id: "amip_n2_shortrun"
run_name: "amip_n2_shortrun"
moist: "equil"
vert_diff: "true"
rad: "gray"
z_elem: 50
dz_top: 3000
dz_bottom: 30
h_elem: 16
kappa_4: 1e16
z_stretch: false
rayleigh_sponge: true
alpha_rayleigh_uh: 0
alpha_rayleigh_w: 10
apply_limiter: false
dt_cpl: 150
dt: 150secs
dt_rad: 1hours
dt_save_to_sol: "100days"
dt: 150secs
dz_bottom: 30
dz_top: 3000
energy_check: false
h_elem: 16
job_id: "amip_n2_shortrun"
kappa_4: 1e16
mode_name: "amip"
t_end: "1days"
dt_save_to_sol: "100days"
moist: "equil"
mono_surface: false
apply_limiter: false
precip_model: "0M"
rad: "gray"
rayleigh_sponge: true
run_name: "amip_n2_shortrun"
t_end: "1days"
vert_diff: "true"
z_elem: 50
z_stretch: false
32 changes: 16 additions & 16 deletions config/longrun_configs/amip_n32_shortrun.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
job_id: "amip_n32_shortrun"
run_name: "amip_n32_shortrun"
moist: "equil"
vert_diff: "true"
rad: "gray"
z_elem: 50
dz_top: 3000
dz_bottom: 30
h_elem: 16
kappa_4: 1e16
z_stretch: false
rayleigh_sponge: true
alpha_rayleigh_uh: 0
alpha_rayleigh_w: 10
apply_limiter: false
dt_cpl: 150
dt: "150secs"
dt_rad: "1hours"
dt_save_to_sol: "100days"
dt: "150secs"
dz_bottom: 30
dz_top: 3000
energy_check: false
h_elem: 16
job_id: "amip_n32_shortrun"
kappa_4: 1e16
mode_name: "amip"
t_end: "10days"
dt_save_to_sol: "100days"
moist: "equil"
mono_surface: false
apply_limiter: false
precip_model: "0M"
rad: "gray"
rayleigh_sponge: true
run_name: "amip_n32_shortrun"
t_end: "10days"
vert_diff: "true"
z_elem: 50
z_stretch: false
32 changes: 16 additions & 16 deletions config/longrun_configs/amip_n64_shortrun.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
job_id: "amip_n64_shortrun"
run_name: "amip_n64_shortrun"
moist: "equil"
vert_diff: "true"
rad: "gray"
z_elem: 50
dz_top: 3000
dz_bottom: 30
h_elem: 16
kappa_4: 1e16
z_stretch: false
rayleigh_sponge: true
alpha_rayleigh_uh: 0
alpha_rayleigh_w: 10
apply_limiter: false
dt_cpl: 150
dt: "150secs"
dt_rad: "1hours"
dt_save_to_sol: "100days"
dt: "150secs"
dz_bottom: 30
dz_top: 3000
energy_check: false
h_elem: 16
job_id: "amip_n64_shortrun"
kappa_4: 1e16
mode_name: "amip"
t_end: "10days"
dt_save_to_sol: "100days"
moist: "equil"
mono_surface: false
apply_limiter: false
precip_model: "0M"
rad: "gray"
rayleigh_sponge: true
run_name: "amip_n64_shortrun"
t_end: "10days"
vert_diff: "true"
z_elem: 50
z_stretch: false
32 changes: 16 additions & 16 deletions config/longrun_configs/amip_n8_shortrun.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
job_id: "amip_n8_shortrun"
run_name: "amip_n8_shortrun"
moist: "equil"
vert_diff: "true"
rad: "gray"
z_elem: 50
dz_top: 3000
dz_bottom: 30
h_elem: 16
kappa_4: 1e16
z_stretch: false
rayleigh_sponge: true
alpha_rayleigh_uh: 0
alpha_rayleigh_w: 10
apply_limiter: false
dt_cpl: 150
dt: "150secs"
dt_rad: "1hours"
dt_save_to_sol: "100days"
dt: "150secs"
dz_bottom: 30
dz_top: 3000
energy_check: false
h_elem: 16
job_id: "amip_n8_shortrun"
kappa_4: 1e16
mode_name: "amip"
t_end: "10days"
dt_save_to_sol: "100days"
moist: "equil"
mono_surface: false
apply_limiter: false
precip_model: "0M"
rad: "gray"
rayleigh_sponge: true
run_name: "amip_n8_shortrun"
t_end: "10days"
vert_diff: "true"
z_elem: 50
z_stretch: false
36 changes: 18 additions & 18 deletions config/longrun_configs/amip_target_topo_diagedmf.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
run_name: "amip_target_topo_diagedmf"
anim: true
apply_limiter: false
atmos_config_file: "config/longrun_configs/longrun_aquaplanet_rhoe_equil_55km_nz63_allsky_diagedmf_0M.yml"
dt_cloud_fraction: "1hours"
dt_cpl: 100
energy_check: false
mode_name: "amip"
mono_surface: false
dt: "100secs"
t_end: "40days"
job_id: "amip_target_topo_diagedmf"
dt_save_to_sol: "10days"
dt_rad: "1hours"
dt_save_state_to_disk: "20days"
apply_limiter: false
dt_save_to_sol: "10days"
dt: "100secs"
energy_check: false
FLOAT_TYPE: "Float32"
hourly_checkpoint: true
turb_flux_partition: "CombinedStateFluxes"
atmos_config_file: "config/longrun_configs/longrun_aquaplanet_rhoe_equil_55km_nz63_allsky_diagedmf_0M.yml"
surface_setup: "PrescribedSurface"
idealized_insolation: false
job_id: "amip_target_topo_diagedmf"
land_albedo_type: "map_temporal"
mode_name: "amip"
mono_surface: false
netcdf_output_at_levels: true
run_name: "amip_target_topo_diagedmf"
start_date: "19790301"
topography: "Earth"
surface_setup: "PrescribedSurface"
t_end: "40days"
topo_smoothing: true
FLOAT_TYPE: "Float32"
idealized_insolation: false
dt_rad: "1hours"
dt_cloud_fraction: "1hours"
netcdf_output_at_levels: true
topography: "Earth"
turb_flux_partition: "CombinedStateFluxes"
18 changes: 9 additions & 9 deletions config/longrun_configs/dyamond_target.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
run_name: "dyamond_target"
anim: true
atmos_config_file: "config/longrun_configs/longrun_aquaplanet_dyamond.yml"
dt_cpl: 50
dt_save_state_to_disk: "0.5days"
dt_save_to_sol: "0.5days"
energy_check: false
job_id: "dyamond_target"
land_albedo_type: "map_temporal"
mode_name: "amip"
mono_surface: false
t_end: "1days"
job_id: "dyamond_target"
dt_save_to_sol: "0.5days"
dt_save_state_to_disk: "0.5days"
turb_flux_partition: "CombinedStateFluxes"
atmos_config_file: "config/longrun_configs/longrun_aquaplanet_dyamond.yml"
monthly_checkpoint: false
land_albedo_type: "map_temporal"
start_date: "19790301"
run_name: "dyamond_target"
start_date: "19790301"
t_end: "1days"
turb_flux_partition: "CombinedStateFluxes"
34 changes: 17 additions & 17 deletions config/longrun_configs/slabplanet_aqua_atmos_sf_couple.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
run_name: "slabplanet_aqua_atmos_sf_couple"
job_id: "slabplanet_aqua_atmos_sf_couple"
moist: "equil"
vert_diff: "true"
rad: "gray"
precip_model: "0M"
energy_check: true
mode_name: "slabplanet_aqua"
t_end: "20days"
dt_save_to_sol: "10days"
anim: true
apply_limiter: false
conservation_softfail: true
dt_cpl: 200
dt_save_to_sol: "10days"
dt: "200secs"
mono_surface: true
energy_check: true
evolving_ocean: false
h_elem: 6
anim: true
apply_limiter: false
turb_flux_partition: "CombinedStateFluxes"
surface_setup: "DefaultMoninObukhov"
job_id: "slabplanet_aqua_atmos_sf_couple"
land_albedo_type: "function"
evolving_ocean: false
mode_name: "slabplanet_aqua"
moist: "equil"
mono_surface: true
precip_model: "0M"
rad: "gray"
run_name: "slabplanet_aqua_atmos_sf_couple"
start_date: "19790301"
conservation_softfail: true
surface_setup: "DefaultMoninObukhov"
t_end: "20days"
turb_flux_partition: "CombinedStateFluxes"
vert_diff: "true"
Loading

0 comments on commit a98aea8

Please sign in to comment.