-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'jackreeveseyre/cime/alternate_surface_flux' (PR #2972)
Add UA and COARE ocean surface flux schemes This branch adds two algorithms to calculate ocean surface fluxes (wind stress, latent and sensible heat fluxes) in CIME. The new algorithms are selected by a new CIME namelist variable: ocn_surface_flux_scheme = 0 [default] -- original scheme as used in E3SMv1; = 1 -- COARE v3.0 scheme (from Fairall et al. 2003); = 2 -- University of Arizona (UA) scheme (from Zeng et al., 1998). The desired option should be added to user_nl_cpl. [BFB] [FCC] [NML] EW-108, EW-127 * jackreeveseyre/cime/alternate_surface_flux: Reverts change to parameter specification in Large&Pond scheme. Adds COAREv3.0 ocean surface flux scheme to CIME. Fixes bug in calling routine for default ocean surface flux scheme. Adds UA ocean surface flux scheme to CIME.
- Loading branch information
Showing
3 changed files
with
77 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters