Skip to content

Commit

Permalink
Merge branch 'main' into sk/update_gpu_aquaplanet_chap_config
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharshakandala committed Feb 29, 2024
2 parents 43666f3 + a822a1a commit eaa9c04
Show file tree
Hide file tree
Showing 21 changed files with 431 additions and 262 deletions.
12 changes: 8 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,6 @@ steps:
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/sphere_aquaplanet_rhoe_equilmoist_allsky_gw_raw_zonallyasymmetric.yml
julia --color=yes --project=examples regression_tests/test_mse.jl
--job_id sphere_aquaplanet_rhoe_equilmoist_allsky_gw_raw_zonallyasymmetric
--out_dir sphere_aquaplanet_rhoe_equilmoist_allsky_gw_raw_zonallyasymmetric
artifact_paths: "sphere_aquaplanet_rhoe_equilmoist_allsky_gw_raw_zonallyasymmetric/*"
agents:
slurm_mem: 20GB
Expand Down Expand Up @@ -548,6 +544,14 @@ steps:
agents:
slurm_mem: 20GB

- label: ":genie: Prognostic EDMFX simple plume test in a column"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/prognostic_edmfx_simpleplume_column.yml
artifact_paths: "prognostic_edmfx_simpleplume_column/*"
agents:
slurm_mem: 20GB

- label: ":genie: Prognostic EDMFX GABLS in a box"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ClimaAtmos"
uuid = "b2c96348-7fb7-4fe0-8da9-78d88439e717"
authors = ["Climate Modeling Alliance"]
version = "0.20.1"
version = "0.21.0"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down Expand Up @@ -61,7 +61,7 @@ DiffEqBase = "6"
DiffEqCallbacks = "2"
DocStringExtensions = "0.8, 0.9"
FastGaussQuadrature = "0.4, 0.5, 1"
Insolation = "0.9"
Insolation = "=0.9.1"
Interpolations = "0.14, 0.15"
IntervalSets = "0.5, 0.6, 0.7"
Krylov = "0.9"
Expand Down
3 changes: 3 additions & 0 deletions config/default_configs/default_edmf_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ turbconv:
advection_test:
help: "Switches off all grid-scale and subgrid-scale momentum tendencies [`false` (default), `true`]"
value: false
gs_tendency:
help: "Turns on all grid-scale tendencies [`true` (default), `false`]"
value: true
edmf_coriolis:
help: "EDMF coriolis [`nothing` (default), `Bomex`,`LifeCycleTan2018`,`Rico`,`ARM_SGP`,`DYCOMS_RF01`,`DYCOMS_RF02`,`GABLS`]"
value: ~
Expand Down
29 changes: 29 additions & 0 deletions config/model_configs/prognostic_edmfx_simpleplume_column.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
job_id: "prognostic_edmfx_simpleplume_column"
initial_condition: "SimplePlume"
surface_setup: "SimplePlume"
turbconv: "prognostic_edmfx"
gs_tendency: false
edmfx_upwinding: first_order
edmfx_entr_model: "Generalized"
edmfx_detr_model: "Generalized"
edmfx_sgs_mass_flux: true
edmfx_sgs_diffusive_flux: true
edmfx_nh_pressure: true
prognostic_tke: true
moist: "equil"
config: "column"
z_max: 4e3
z_elem: 80
z_stretch: false
perturb_initstate: false
dt: "1secs"
t_end: "6hours"
dt_save_to_disk: "10mins"
toml: [toml/prognostic_edmfx_simpleplume.toml]
netcdf_output_at_levels: true
netcdf_interpolation_num_points: [2, 2, 80]
diagnostics:
- short_name: [ts, ta, thetaa, ha, pfull, rhoa, ua, va, wa, hur, hus, cl, clw, cli, hussfc, evspsbl]
period: 10mins
- short_name: [arup, waup, taup, rhoaup, thetaaup, haup, husup, hurup, clwup, cliup, waen, taen, thetaaen, haen, husen, huren, clwen, clien, tke, lmix]
period: 10mins
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ idealized_insolation: false
z_max: 45000.0
precip_model: "0M"
cloud_model: "grid_scale"
regression_test: true
surface_temperature: "ZonallyAsymmetric"
job_id: "sphere_aquaplanet_rhoe_equilmoist_allsky_gw_raw_zonallyasymmetric"
moist: "equil"
Expand Down
Loading

0 comments on commit eaa9c04

Please sign in to comment.