ESMCI / cime

Common Infrastructure for Modeling the Earth
http://esmci.github.io/cime
Other
162 stars 207 forks source link

no longer required, remove from unit testing #4644

Closed jedwards4b closed 5 months ago

jedwards4b commented 5 months ago

esmf_wrf_time_manager was code to replace esmf in certain tests, it is no longer needed by cesm and these tests were never used in e3sm

Test suite: github workflow Test baseline: Test namelist changes: Test status: bit for bit

Fixes

User interface changes?:

Update gh-pages html (Y/N)?:

rljacob commented 5 months ago

I think we are using it. We still have ESMF alarms in the coupler but not linking to an ESMF library.

jedwards4b commented 5 months ago

Do you use this unit testing infrastructure? Currently the unit tests give an error if its not found, if you do use it I will change so that it will give a warning instead of an error - would that be okay?

rljacob commented 5 months ago

No we don't use the unit testing infrastructure.