NOAA-GFDL / MOM6-examples

Example configurations for MOM6 and SIS2
Other
86 stars 145 forks source link

boundary_forcing_heat_tendency needed in ocean_z #161

Closed StephenGriffies closed 6 years ago

StephenGriffies commented 6 years ago

The diagnostic boundary_forcing_heat_tendency is 3d, as it includes penetrative shortwave. We should include this term as part of the ocean_z output in order to enable a closure of the heat budget in the ocean_z files.

ashao commented 6 years ago

As with #162, the column integrals of boundary_forcing_heat_tendency and boundary_forcing_salt_tendency aren't conserved under remapping. Looking into this now.

adcroft commented 6 years ago

I'm moving "boundary_forcing_heat_tendency" from "ocean_annual" to "ocean_annual_z".

What about "boundary_forcing_saln_tendency"? Why is it 3d and if it is 3d then it too needs to be in "ocean_annual_z"...

adcroft commented 6 years ago

@ashao Does NOAA-GFDL/MOM6#597 help fix this?

ashao commented 6 years ago

boundary_forcing_saln_tendency has to be 3D for the case where you have an outgoing freshwater flux (converted to meters) that is larger than the thickness of the top layer.

adcroft commented 6 years ago

Thanks - adding it to _z then...

ashao commented 6 years ago

@adcroft: Unfortunately, no. This case of nonconservative remapping for these salt/heat tendencies is partly due to the fact that the remapping thicknesses need to be updated, but there's something else that's going on too that I have yet to track down.

ashao commented 6 years ago

Also @adcroft, the equivalent diagnostic for boundary_forcing_heat_tendency is boundary_forcing_salt_tendency not boundary_forcing_saln_tendency