From 73e2b678cf51695371198d12057a4deb71beb60c Mon Sep 17 00:00:00 2001 From: Zhaoyi Shen <11598433+szy21@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:43:16 -0700 Subject: [PATCH] test longrun --- config/nightly_configs/amip_coarse.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/nightly_configs/amip_coarse.yml b/config/nightly_configs/amip_coarse.yml index 1e0b07a5f..1246b0686 100644 --- a/config/nightly_configs/amip_coarse.yml +++ b/config/nightly_configs/amip_coarse.yml @@ -3,15 +3,15 @@ albedo_model: "CouplerAlbedo" anim: false atmos_config_file: "config/longrun_configs/amip_target_diagedmf.yml" coupler_toml_file: "toml/amip.toml" -dt: "240secs" -dt_cpl: 240 +dt: "180secs" +dt_cpl: 180 dt_save_state_to_disk: "30days" dt_save_to_sol: "30days" dz_bottom: 100.0 energy_check: false h_elem: 8 hourly_checkpoint: true -hourly_checkpoint_dt: 720 +hourly_checkpoint_dt: 24 land_albedo_type: "map_temporal" mode_name: "amip" mono_surface: false @@ -20,9 +20,9 @@ netcdf_output_at_levels: true output_default_diagnostics: true rayleigh_sponge: true smoothing_order: 10 -start_date: "20100101" +start_date: "20100730" surface_setup: "PrescribedSurface" -t_end: "732days" +t_end: "366days" topo_smoothing: true topography: "Earth" turb_flux_partition: "CombinedStateFluxesMOST"