From 5d9fe8e4368a385693b25eebbbfa9f1a4a038810 Mon Sep 17 00:00:00 2001 From: Zhaoyi Shen <11598433+szy21@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:21:35 -0700 Subject: [PATCH] fix --- config/longrun_configs/longrun_aquaplanet_amip.yml | 2 +- config/model_configs/diagnostic_edmfx_aquaplanet_tke.yml | 2 +- config/model_configs/diagnostic_edmfx_bomex_box.yml | 2 +- config/model_configs/diagnostic_edmfx_bomex_stretched_box.yml | 2 +- config/model_configs/diagnostic_edmfx_dycoms_rf01_box.yml | 2 +- config/model_configs/diagnostic_edmfx_gabls_box.yml | 2 +- config/model_configs/diagnostic_edmfx_rico_box.yml | 2 +- config/model_configs/diagnostic_edmfx_trmm_box.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/longrun_configs/longrun_aquaplanet_amip.yml b/config/longrun_configs/longrun_aquaplanet_amip.yml index 39f4bd3bbd2..5e6b101c827 100644 --- a/config/longrun_configs/longrun_aquaplanet_amip.yml +++ b/config/longrun_configs/longrun_aquaplanet_amip.yml @@ -13,7 +13,7 @@ surface_setup: "DefaultMoninObukhov" turbconv: "diagnostic_edmfx" prognostic_tke: true edmfx_upwinding: "first_order" -edmfx_entr_model: "ConstantTimesale" +edmfx_entr_model: "ConstantTimescale" edmfx_detr_model: "ConstantCoefficient" edmfx_nh_pressure: true edmfx_sgs_flux: true diff --git a/config/model_configs/diagnostic_edmfx_aquaplanet_tke.yml b/config/model_configs/diagnostic_edmfx_aquaplanet_tke.yml index 5bce1e69bb7..4dd8d3c823d 100644 --- a/config/model_configs/diagnostic_edmfx_aquaplanet_tke.yml +++ b/config/model_configs/diagnostic_edmfx_aquaplanet_tke.yml @@ -5,7 +5,7 @@ rad: gray turbconv: diagnostic_edmfx prognostic_tke: true edmfx_upwinding: first_order -edmfx_entr_model: "ConstantTimesale" +edmfx_entr_model: "ConstantTimescale" edmfx_detr_model: "ConstantCoefficient" edmfx_nh_pressure: true edmfx_sgs_flux: true diff --git a/config/model_configs/diagnostic_edmfx_bomex_box.yml b/config/model_configs/diagnostic_edmfx_bomex_box.yml index e08c59ce5d0..c99fa4d288d 100644 --- a/config/model_configs/diagnostic_edmfx_bomex_box.yml +++ b/config/model_configs/diagnostic_edmfx_bomex_box.yml @@ -8,7 +8,7 @@ surface_setup: "Bomex" turbconv: "diagnostic_edmfx" prognostic_tke: true edmfx_upwinding: "first_order" -edmfx_entr_model: "ConstantTimesale" +edmfx_entr_model: "ConstantTimescale" edmfx_detr_model: "ConstantCoefficient" edmfx_nh_pressure: true edmfx_sgs_flux: true diff --git a/config/model_configs/diagnostic_edmfx_bomex_stretched_box.yml b/config/model_configs/diagnostic_edmfx_bomex_stretched_box.yml index 2e4c1dcf609..b3177929d6f 100644 --- a/config/model_configs/diagnostic_edmfx_bomex_stretched_box.yml +++ b/config/model_configs/diagnostic_edmfx_bomex_stretched_box.yml @@ -8,7 +8,7 @@ surface_setup: "Bomex" turbconv: "diagnostic_edmfx" prognostic_tke: true edmfx_upwinding: "first_order" -edmfx_entr_model: "ConstantTimesale" +edmfx_entr_model: "ConstantTimescale" edmfx_detr_model: "ConstantCoefficient" edmfx_nh_pressure: true edmfx_sgs_flux: true diff --git a/config/model_configs/diagnostic_edmfx_dycoms_rf01_box.yml b/config/model_configs/diagnostic_edmfx_dycoms_rf01_box.yml index 10c1fc88511..2f4452908e7 100644 --- a/config/model_configs/diagnostic_edmfx_dycoms_rf01_box.yml +++ b/config/model_configs/diagnostic_edmfx_dycoms_rf01_box.yml @@ -7,7 +7,7 @@ surface_setup: DYCOMS_RF01 turbconv: diagnostic_edmfx prognostic_tke: true edmfx_upwinding: first_order -edmfx_entr_model: "ConstantTimesale" +edmfx_entr_model: "ConstantTimescale" edmfx_detr_model: "ConstantCoefficient" edmfx_nh_pressure: true edmfx_sgs_flux: true diff --git a/config/model_configs/diagnostic_edmfx_gabls_box.yml b/config/model_configs/diagnostic_edmfx_gabls_box.yml index dc608b573ad..b4a6c6f5627 100644 --- a/config/model_configs/diagnostic_edmfx_gabls_box.yml +++ b/config/model_configs/diagnostic_edmfx_gabls_box.yml @@ -5,7 +5,7 @@ surface_setup: GABLS turbconv: diagnostic_edmfx prognostic_tke: true edmfx_upwinding: first_order -edmfx_entr_model: "ConstantTimesale" +edmfx_entr_model: "ConstantTimescale" edmfx_detr_model: "ConstantCoefficient" edmfx_nh_pressure: true edmfx_sgs_flux: true diff --git a/config/model_configs/diagnostic_edmfx_rico_box.yml b/config/model_configs/diagnostic_edmfx_rico_box.yml index 4e694fea50f..29a9d309210 100644 --- a/config/model_configs/diagnostic_edmfx_rico_box.yml +++ b/config/model_configs/diagnostic_edmfx_rico_box.yml @@ -7,7 +7,7 @@ surface_setup: Rico turbconv: diagnostic_edmfx prognostic_tke: true edmfx_upwinding: first_order -edmfx_entr_model: "ConstantTimesale" +edmfx_entr_model: "ConstantTimescale" edmfx_detr_model: "ConstantCoefficient" edmfx_nh_pressure: true edmfx_sgs_flux: true diff --git a/config/model_configs/diagnostic_edmfx_trmm_box.yml b/config/model_configs/diagnostic_edmfx_trmm_box.yml index 4005a700f51..a0b0c198969 100644 --- a/config/model_configs/diagnostic_edmfx_trmm_box.yml +++ b/config/model_configs/diagnostic_edmfx_trmm_box.yml @@ -6,7 +6,7 @@ surface_setup: TRMM_LBA turbconv: diagnostic_edmfx prognostic_tke: true edmfx_upwinding: first_order -edmfx_entr_model: "ConstantTimesale" +edmfx_entr_model: "ConstantTimescale" edmfx_detr_model: "ConstantCoefficient" edmfx_nh_pressure: true edmfx_sgs_flux: true