-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'whannah/atm/add-zonal-mean-mod' (PR #6311)
This capability to calculate zonal mean quantities while the model runs has been ported from CESM. The original CESM zonal mean calculations were modified to work with the unstructured FV phys grid (pg2) by Patrick Callaghan ([email protected]) and then implemented in a branch of E3SMv2 by Jack Chen ([email protected]). It is re-implemented here to facilitate process oriented QBO diagnostics for a SciDAC project; other projects may find it useful as well. Enabling the new zonal mean outputs requires setting the new namelist variables: phys_grid_ctem_zm_nbas = 120 # Number of basis functions used for TEM phys_grid_ctem_za_nlat = 90 # Number of latitude points for TEM phys_grid_ctem_nfreq = -1 # Frequency of TEM diagnostic calculations (neg => hours) And adding the list of new variables to the desired output stream 'Uzm','Vzm','Wzm','THzm','VTHzm','WTHzm','UVzm','UWzm','THphys' [BFB]
- Loading branch information
Showing
11 changed files
with
2,582 additions
and
20 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
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.