W14: Alternative ocean surface flux schemes Design Document
The Design Document page provides a description of the algorithms, implementation and planned testing including unit, verification, validation and performance testing. Please read Step 1.3 Performance Expectations that explains feature documentation requirements from the performance group point of view.
Design Document
In the table below, 4.Equ means Equations and Algorithms, 5.Ver means Verification, 6.Perf - Performance, 7. Val - Validation, - completed, - in progress, - not done
Title: Alternative ocean surface flux schemes
Requirements and Design
Date:
Summary
Two alternative ocean surface flux schemes are implemented in E3SM in order to better simulate the heat and moisture fluxes over the ocean.
Algorithmic Formulations
The first scheme is the COAREv3.0 scheme that is based on Fairall et al (2003). This scheme was previously implemented in NorESM and it showed positive impacts on the climate. The second scheme is the UA flux scheme that is based on Zeng et al. (1998). See slide 1 in PowerPoint below for summary table.
Design and Implementation
Text below is copied from Jack's page.
PR: https://github.com/E3SM-Project/E3SM/tree/jackreeveseyre/cime/alternate_surface_flux
- Default scheme (ocn_surface_flux_scheme = 0)
- COARE (ocn_surface_flux_scheme = 1)
- UA scheme (ocn_surface_flux_scheme = 2)
To turn on the UA scheme add the following to user_nl_cpl:
ocn_surface_flux_scheme = 2 |
or add to your run script:
cd $CASEROOT cat << EOF >> user_nl_cpl ocn_surface_flux_scheme = 2 EOF |
This flag defaults to 0 (E3SMv1 scheme; Large and Pond etc.) and can also take value 1 (COARE v3.0).
Verification and Unit Testing
Validation
Atmosphere-only (5yr) simulations were performed and evaluated against observation. Details can be found at:
Performance Testing
No significant changes in model performance.