Skip to content

Commit

Permalink
1d
Browse files Browse the repository at this point in the history
  • Loading branch information
LenkaNovak committed Mar 27, 2024
1 parent f5ea8b6 commit 9d1f788
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ if !(@isdefined config)
config = CA.AtmosConfig()
end
simulation = CA.get_simulation(config)
(; integrator) = simulation
sol_res = CA.solve_atmos!(simulation)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rad: "clearsky"
run_name: "longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_tvinsol_0M_slabocean"
rayleigh_sponge: true
surface_setup: "DefaultMoninObukhov"
t_end: "1days" # "100days"
t_end: "1days"
coupler_toml_file: "test/component_model_tests/climaatmos_standalone/longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_tvinsol_0M_slabocean.toml"
vert_diff: "FriersonDiffusion"
z_elem: 63
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rad: "clearsky"
run_name: "longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_tvinsol_0M_slabocean_gpu"
rayleigh_sponge: true
surface_setup: "DefaultMoninObukhov"
t_end: "1days" # "100days"
t_end: "1days"
coupler_toml_file: "test/component_model_tests/climaatmos_standalone/longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_tvinsol_0M_slabocean.toml"
vert_diff: "FriersonDiffusion"
z_elem: 63
Expand Down

0 comments on commit 9d1f788

Please sign in to comment.