Global/Volume Mean Functions + Diags#36
Conversation
- Added two functions: global_ij_mean and global_volume_mean - Rewrote SST_global and SSS_global to use these functions - Added temp_global and salt_global diagnostics
|
Looks good. Can I suggest minor alteration; rename global_ij_mean to global_area_mean? I know Bob used global_i_mean but that is because it not the same as global_x_mean (tri-polar grid). In this case, it really is the correct global area mean. To me, a global_ij_mean would be a mean in i-j space (i.e. numerical and not physical. |
|
Fair point ... made the change, just doing a quick test. Will cancel this request, and make a new one. Will also include a diag_table this time. |
|
No need to cancel - I think you can just update it. Too late! Dr Alistair Adcroft (Alistair.Adcroft@noaa.gov) On Fri, Jul 18, 2014 at 11:26 AM, John Krasting notifications@github.com
|
fix startup time for branch runs
… supports them.
…ed in previous commit.
* Adding temperature restore capability for SPEAR. Added parameter SPEAR_ECDA_SST_RESTORE_TFREEZE to allow activation of sea surface salinity based modification of restoring of temperature. The formula used is different from the Millero (default in SPEAR runs) scheme. * removed spaces on blank line. * (*)Changed hard wired value to parameter defined in MOM_override The freezing temperature came from SIS2 code. Changing the default value here to be consistent with that. (-0.054 vs -0.0539) The salinity restoring code used the -0.0539 value also so answers may change if using that code (RESTORE_SALINITY=T) * (*)Changed hard wired value to parameter defined in MOM_override The freezing temperature came from SIS2 code. Changing the default value here to be consistent with that. (-0.054 vs -0.0539) The salinity restoring code used the -0.0539 value also so answers may change if using that code (RESTORE_SALINITY=T) * Forgot to replace the salinity masking mulitplier with the override parameter
…m_rwh Added coupler_type_extract_data and coupler_type_set_data
Sync dev/cefi to dev/gfdl 03-04-2026
(NOTE: These are independent of and do not depend on any of the CMOR mods from yesterday's pull request)