E3SM-Project / polaris

Testing and analysis for OMEGA, MPAS-Ocean, MALI and MPAS-Seaice
BSD 3-Clause "New" or "Revised" License
6 stars 13 forks source link

Add surface forcing and restoring to single_column test group #66

Closed cbegeman closed 1 year ago

cbegeman commented 1 year ago

This PR fixes the port of the single_column planar cvmix test from legacy compass so that it includes surface forcing, surface restoring, and interior restoring. Since this forcing will be used for both the cvmix test case and the ideal age test (https://github.com/E3SM-Project/polaris/pull/60), the config section that controls these options is given the general heading single_column_forcing and these options are used in the test group's initial_state step. We assume that if any future single_column tests use different forcing, they will differentiate those options/methods at that time.

Checklist

cbegeman commented 1 year ago

Testing

The single_column cvmix test has been run with this forcing addition for 10 days on chrys with intel, open-mpi.

temperature salinity

cbegeman commented 1 year ago

@xylar and @katsmith133 Thank you both for reviewing!