Closed DeniseWorthen closed 1 year ago
I actually thought that the abldif and albdir constants should be set as local copies of shr constants. I know how to do that for UFS, but I wasn't sure if these might already exist as shr constants in CESM and where they would be.
Currently UFS does not use the ocean albedo calculation. To allow this feature for UFS, I have been working on a feature branch which uses the current
med_phases_prep_ocn_custom_cesm
(renamed asmed_phases_prep_ocn_custom
) which can be called for either CESM or UFS.Within the
med_phases_ocnalb_mod
, I've needed to add configuration parameters for applicability to UFS. These include defining several variables which will default to CESM values if not provided via a configuration.The implementation of the ocean albedos is currently being science tested for UFS before the changes will need to come back to ESCOMP. The current changes can be view here. I'd appreciate any feedback.