From 3af4b8f2cb1fead134c3faeefaa0f8e95794f608 Mon Sep 17 00:00:00 2001 From: Balwinder Singh Date: Tue, 11 Nov 2025 17:21:08 -0800 Subject: [PATCH 1/2] Adds constituent_fluxes MAM4xx process CIME test to test suites --- cime_config/tests.py | 2 ++ .../eamxx/mam4xx/constituent_fluxes/shell_commands | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 components/eamxx/cime_config/testdefs/testmods_dirs/eamxx/mam4xx/constituent_fluxes/shell_commands diff --git a/cime_config/tests.py b/cime_config/tests.py index ba4daf7bdae6..f601142b9fdd 100644 --- a/cime_config/tests.py +++ b/cime_config/tests.py @@ -820,6 +820,7 @@ "REP_Ln5.ne4pg2_oQU480.F2010-EAMxx-MAM4xx.eamxx-mam4xx-wetscav--eamxx-L72", "REP_Ln5.ne4pg2_oQU480.F2010-EAMxx-MAM4xx.eamxx-mam4xx-drydep--eamxx-L72", "REP_Ln5.ne4pg2_oQU480.F2010-EAMxx-MAM4xx.eamxx-mam4xx-aero_microphysics--eamxx-L72", + "REP_Ln5.ne4pg2_oQU480.F2010-EAMxx-MAM4xx.eamxx-mam4xx-constituent_fluxes--eamxx-L72", "REP_Ln5.ne30pg2_oECv3.F2010-EAMxx-MAM4xx.eamxx-mam4xx-remap_emiss_ne4_ne30--eamxx-L72", "REP_Ln5.ne4pg2_oQU480.F2010-EAMxx-MAM4xx.eamxx-mam4xx-compute_mam4xx_diags--eamxx-L72", "REP_Ln5.ne4pg2_oQU480.F2010-EAMxx-MAM4xx.eamxx-L72", @@ -840,6 +841,7 @@ "SMS_D_Ln5.ne4pg2_oQU480.F2010-EAMxx-MAM4xx.eamxx-mam4xx-wetscav--eamxx-L72", "SMS_D_Ln5.ne4pg2_oQU480.F2010-EAMxx-MAM4xx.eamxx-mam4xx-drydep--eamxx-L72", "SMS_D_Ln5.ne4pg2_oQU480.F2010-EAMxx-MAM4xx.eamxx-mam4xx-aero_microphysics--eamxx-L72", + "SMS_D_Ln5.ne4pg2_oQU480.F2010-EAMxx-MAM4xx.eamxx-mam4xx-constituent_fluxes--eamxx-L72", "SMS_D_Ln5.ne30pg2_oECv3.F2010-EAMxx-MAM4xx.eamxx-mam4xx-remap_emiss_ne4_ne30--eamxx-L72", "SMS_D_Ln5.ne4pg2_oQU480.F2010-EAMxx-MAM4xx.eamxx-L72" ) diff --git a/components/eamxx/cime_config/testdefs/testmods_dirs/eamxx/mam4xx/constituent_fluxes/shell_commands b/components/eamxx/cime_config/testdefs/testmods_dirs/eamxx/mam4xx/constituent_fluxes/shell_commands new file mode 100644 index 000000000000..85eaacc47738 --- /dev/null +++ b/components/eamxx/cime_config/testdefs/testmods_dirs/eamxx/mam4xx/constituent_fluxes/shell_commands @@ -0,0 +1,9 @@ +alias ATMCHANGE='$CIMEROOT/../components/eamxx/scripts/atmchange' + +# Add mam4_constituent_fluxes to the list of processes +ATMCHANGE physics::atm_procs_list="mam4_constituent_fluxes,mac_aero_mic,rrtmgp" -b + +#------------------------------------------------------ +# Set rest of the options to default +#------------------------------------------------------ +$CIMEROOT/../components/eamxx/cime_config/testdefs/testmods_dirs/eamxx/mam4xx/set_default_eamxx_options \ No newline at end of file From 387dd9431aad4bc1189df79cf4a15b4fae605576 Mon Sep 17 00:00:00 2001 From: singhbalwinder Date: Tue, 11 Nov 2025 17:55:30 -0800 Subject: [PATCH 2/2] Fix missing newline at end of shell_commands file --- .../eamxx/mam4xx/constituent_fluxes/shell_commands | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/eamxx/cime_config/testdefs/testmods_dirs/eamxx/mam4xx/constituent_fluxes/shell_commands b/components/eamxx/cime_config/testdefs/testmods_dirs/eamxx/mam4xx/constituent_fluxes/shell_commands index 85eaacc47738..87d2323f14bf 100644 --- a/components/eamxx/cime_config/testdefs/testmods_dirs/eamxx/mam4xx/constituent_fluxes/shell_commands +++ b/components/eamxx/cime_config/testdefs/testmods_dirs/eamxx/mam4xx/constituent_fluxes/shell_commands @@ -6,4 +6,4 @@ ATMCHANGE physics::atm_procs_list="mam4_constituent_fluxes,mac_aero_mic,rrtmgp" #------------------------------------------------------ # Set rest of the options to default #------------------------------------------------------ -$CIMEROOT/../components/eamxx/cime_config/testdefs/testmods_dirs/eamxx/mam4xx/set_default_eamxx_options \ No newline at end of file +$CIMEROOT/../components/eamxx/cime_config/testdefs/testmods_dirs/eamxx/mam4xx/set_default_eamxx_options