There should be a check added to make sure that the following two conditions are met:
1) The atmosphere and CICE timesteps are equal
2) The ocean timestep is divisible by the coupling timestep
There was an issue that arose from these criteria not being true, so a check can be added to alert the user when these conditions are not being satisfied.
Solution
A check can be added to run_test.sh to make sure that all regression tests satisfy these conditions.
Description
There should be a check added to make sure that the following two conditions are met: 1) The atmosphere and CICE timesteps are equal 2) The ocean timestep is divisible by the coupling timestep
There was an issue that arose from these criteria not being true, so a check can be added to alert the user when these conditions are not being satisfied.
Solution
A check can be added to run_test.sh to make sure that all regression tests satisfy these conditions.