-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1451 from ESMCI/mvertens/aquap
New DOCN aquaplanet functionality Creation of new aquaplanet capability in DOCN Created new aquaplanet capability for both SOM and prescribed SST modes. The prescribed modes are analytic and duplicate the capability in the CAM aquap (which is in fact part of CAM). This PR separates that out so that it is now in DOCN. As part of this, changes needed to be introduced so that no data was read if analytic data is present. In addition, aquaplanet capability has been introduced so that no changes in the domain files need to be made. This is done by overwriting the mask and fraction in aquaplanet mode with 1. For the prescribed aquaplanet mode1, I have verified that the SST sent back to CAM is at most roundoff from that obtained with the current CAM aquap mode. However, the data ocean areas used by CAM and sent to the coupler versus those sent by DOCN are different, and the flux correction calculation in the coupler introduces greater than roundoff differences in the solution due to differences in these areas. Test suite: scripts_regression test also verified that the following tests are bfb with cesm2_0_alpha06j SMS_D_Ln9.f09_f09.FWAMIP.yellowstone_intel.cam-reduced_hist3s.C.aquaptest2/ SMS_Ld1.f09_f09.FW1850.yellowstone_intel.cam-reduced_hist1d.C.aquaptest1/ Test baseline: cesm2_0_alpha06j Test namelist changes: Test status: bit for bit (except for new prescribed aquaplanet mode) Fixes: None User interface changes?: None Code review: @apcraig @JEdwards
- Loading branch information
Showing
5 changed files
with
354 additions
and
60 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
Oops, something went wrong.