Closed odiazib closed 2 days ago
Tagging @susburrows
@bartgol looks like the eamxx testing is working here.
@bartgol looks like the eamxx testing is working here.
But the tests are not running... They are still pending.
Sorry by "working" I meant the github action is recognizing the eamxx changes and launching the jobs.
Sorry by "working" I meant the github action is recognizing the eamxx changes and launching the jobs.
Yes, our runners are configured to only listen to e3sm-project/scream on github. I will try to switch them to e3sm-project/e3sm and see what happens there. I don't think they allow us to share the same runner across projects, even though I think gh allows to have org-level runners
An existing EAMxx interface (
eamxx_mam_microphysics_process_interface.cpp
) is modified to include the invocation of the washout rates for gases.Since the CMake option,
SCREAM_ENABLE_MAM
, is alwaysON
, these codes are always compiled with the EAMxx codebase, but this interface can be turned off/on using the namelist flags.Output variables
This process computes
het_rates
that are used in gas phase chemistryTesting
We have existing tests for this interface, so we didn't add any new tests. We have a suite of validation tests in the MAM4xx repo to validate
sethet
processThe
atmchange
command to invoke this process in a CIME simulation is:./atmchange physics::atm_procs_list="mac_aero_mic,rrtmgp,mam4_aero_microphys
To set up a test with the above configuration, use the following commands:
Where,