From 9db034cf6a4aa45a7019dccda6621353eb301211 Mon Sep 17 00:00:00 2001 From: Zhaoyi Shen <11598433+szy21@users.noreply.github.com> Date: Sun, 29 Sep 2024 13:43:42 -0700 Subject: [PATCH] specify sponge in amip config --- config/amip_configs/amip.yml | 2 ++ toml/amip.toml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/config/amip_configs/amip.yml b/config/amip_configs/amip.yml index 88b343706..5bb754c72 100644 --- a/config/amip_configs/amip.yml +++ b/config/amip_configs/amip.yml @@ -17,11 +17,13 @@ mode_name: "amip" mono_surface: false netcdf_output_at_levels: true output_default_diagnostics: true +rayleigh_sponge: true start_date: "20100101" surface_setup: "PrescribedSurface" t_end: "1098days" topo_smoothing: true topography: "Earth" turb_flux_partition: "CombinedStateFluxesMOST" +viscous_sponge: false z_elem: 63 z_max: 55000.0 diff --git a/toml/amip.toml b/toml/amip.toml index cb7583bf5..19c521eb4 100644 --- a/toml/amip.toml +++ b/toml/amip.toml @@ -4,6 +4,9 @@ value = 10.0 [zd_rayleigh] value = 35000.0 +[zd_viscous] +value = 35000.0 + [precipitation_timescale] value = 600