Skip to content

Commit

Permalink
Change radiation_model to rrtmgp_model
Browse files Browse the repository at this point in the history
  - Config fixes following changes to ClimaAtmos idealized_insolation > insolation
  - new options: timevarying, rcemipii, idealized
  - Update atmosphere component to match new insolation structure
Update ClimaLand compat to 0.13
ClimaCoupler update to 0.1.1

	modified:   experiments/ClimaEarth/components/atmosphere/climaatmos.jl
  • Loading branch information
szy21 authored and akshaysridhar committed Jul 9, 2024
1 parent 6541ec5 commit 6a45c22
Show file tree
Hide file tree
Showing 12 changed files with 169 additions and 155 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@ steps:
- "julia --project=experiments/ClimaCore/ -e 'using Pkg; Pkg.status()'"

- echo "--- Instantiate ClimaEarth env"
- "julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.develop(path=\".\")'"
- "julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
- "julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.precompile()'"
- "julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.status()'"

- echo "--- Instantiate perf env"
- "julia --project=perf/ -e 'using Pkg; Pkg.develop(path=\".\")'"
- "julia --project=perf/ -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
- "julia --project=perf/ -e 'using Pkg; Pkg.precompile()'"
- "julia --project=perf/ -e 'using Pkg; Pkg.status()'"
Expand Down
2 changes: 1 addition & 1 deletion config/benchmark_configs/climaatmos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dt_save_to_sol: "Inf"
dz_bottom: 30.0
dz_top: 3000.0
h_elem: 30
idealized_insolation: false
insolation: "timevarying"
implicit_diffusion: true
moist: equil
output_default_diagnostics: false
Expand Down
2 changes: 1 addition & 1 deletion config/benchmark_configs/climaatmos_diagedmf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edmfx_sgs_diffusive_flux: true
edmfx_sgs_mass_flux: true
edmfx_upwinding: first_order
h_elem: 30
idealized_insolation: false
insolation: "timevarying"
implicit_diffusion: true
moist: equil
ode_algo: ARS343
Expand Down
2 changes: 1 addition & 1 deletion config/benchmark_configs/climaatmos_diagedmf_io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edmfx_sgs_diffusive_flux: true
edmfx_sgs_mass_flux: true
edmfx_upwinding: first_order
h_elem: 30
idealized_insolation: false
insolation: "timevarying"
implicit_diffusion: true
moist: equil
ode_algo: ARS343
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dt_save_state_to_disk: "1days"
dt_save_to_sol: "1days"
energy_check: false
hourly_checkpoint: true
idealized_insolation: false
insolation: "timevarying"
land_albedo_type: "map_temporal"
mode_name: "amip"
mono_surface: false
Expand Down
2 changes: 1 addition & 1 deletion config/ci_configs/target_params_in_slab_test2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dt_rad: "6hours"
dt_save_to_sol: "3600secs"
energy_check: true
h_elem: 6
idealized_insolation: false
insolation: "timevarying"
mode_name: "slabplanet"
moist: "equil"
mono_surface: true
Expand Down
2 changes: 1 addition & 1 deletion config/ci_configs/target_params_in_slab_test3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dt_rad: "6hours"
dt_save_to_sol: "3600secs"
energy_check: true
h_elem: 6
idealized_insolation: false
insolation: "timevarying"
mode_name: "slabplanet"
moist: "equil"
mono_surface: true
Expand Down
Loading

0 comments on commit 6a45c22

Please sign in to comment.