From 8bc43c7f4f9f6dbc469106c742050c5c2842b929 Mon Sep 17 00:00:00 2001 From: Zhaoyi Shen <11598433+szy21@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:55:39 -0700 Subject: [PATCH] set radiation_reset_rng_seed to true --- NEWS.md | 6 ++++++ config/longrun_configs/amip_target_diagedmf.yml | 1 - config/model_configs/gpu_aquaplanet_dyamond.yml | 1 + .../sphere_aquaplanet_rhoe_equilmoist_allsky_gw_res.yml | 3 ++- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 6a6053febd6..4d926941c08 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,6 +6,12 @@ Main ### Features +### New option for prescribing clouds in radiation + +When `prescribe_clouds_in_radiation` is set to true, clouds in radiation +is prescribed from a file (monthly cloud properties in 2020 from ERA5). +PR [3405](https://github.com/CliMA/ClimaAtmos.jl/pull/3405) + ### ETOPO2022 60arc-second topography dataset. - Update artifacts to use 60arc-second ETOPO2022 ice-surface topography diff --git a/config/longrun_configs/amip_target_diagedmf.yml b/config/longrun_configs/amip_target_diagedmf.yml index e8be6846a5e..34e7fc3bb70 100644 --- a/config/longrun_configs/amip_target_diagedmf.yml +++ b/config/longrun_configs/amip_target_diagedmf.yml @@ -17,7 +17,6 @@ insolation: "timevarying" prescribe_ozone: true aerosol_radiation: true prescribed_aerosols: ["CB1", "CB2", "DST01", "OC1", "OC2", "SO4", "SSLT01"] -prescribe_clouds_in_radiation: true surface_setup: "DefaultMoninObukhov" turbconv: "diagnostic_edmfx" ode_algo: ARS343 diff --git a/config/model_configs/gpu_aquaplanet_dyamond.yml b/config/model_configs/gpu_aquaplanet_dyamond.yml index 4f61da14de7..b33b9bce352 100644 --- a/config/model_configs/gpu_aquaplanet_dyamond.yml +++ b/config/model_configs/gpu_aquaplanet_dyamond.yml @@ -21,4 +21,5 @@ prescribe_ozone: true aerosol_radiation: true prescribed_aerosols: ["CB1", "CB2", "DST01", "DST02", "DST03", "DST04", "OC1", "OC2", "SO4", "SOA", "SSLT01", "SSLT02", "SSLT03", "SSLT04"] prescribe_clouds_in_radiation: true +radiation_reset_rng_seed: true toml: [toml/longrun_aquaplanet.toml] diff --git a/config/model_configs/sphere_aquaplanet_rhoe_equilmoist_allsky_gw_res.yml b/config/model_configs/sphere_aquaplanet_rhoe_equilmoist_allsky_gw_res.yml index e14a6da395a..7cf18b76c05 100644 --- a/config/model_configs/sphere_aquaplanet_rhoe_equilmoist_allsky_gw_res.yml +++ b/config/model_configs/sphere_aquaplanet_rhoe_equilmoist_allsky_gw_res.yml @@ -3,7 +3,7 @@ z_elem: 31 dz_bottom: 50.0 rayleigh_sponge: true dt: "400secs" -t_end: "1hours" +t_end: "1days" dt_save_state_to_disk: "24hours" vert_diff: "FriersonDiffusion" implicit_diffusion: true @@ -13,6 +13,7 @@ precip_model: "1M" rad: "allskywithclear" aerosol_radiation: true prescribe_clouds_in_radiation: true +radiation_reset_rng_seed: true insolation: "timevarying" non_orographic_gravity_wave: true orographic_gravity_wave: "gfdl_restart"