Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Topography needs to be interpolated from a high resolution USGS file, and then doctored up a bit to allow the model to run stably with the new topography. The tool chain used to compute topography is documented in the following paper:  

...

There are three main steps in this process:

Step (a) Remap (with cell averaging) downscale USGS topography data to the atmosphere grid
Step (b) apply dycore-specific smoothing to reduce the amount of gravity wave noise if the topography is too rough. This is a tunable parameter, and a rigorous analysis probably needs to be performed to determine the optimal tuning parameter for future very-high-resolution atmosphere grids.  For pg2 grids physgrid configurations (pg1, pg2, pg3) there is the extra step of generating consistent topo data on both the GLL (dynamics) and pg2 pgN (physics) grid.   
Step (c) based on the smoothed topography, compute the SGH and SGH30 surface roughness fields used by some parameterizations

...

Step (b) requires running the homme_tool's smoothing algorithm.  The namelist should be edited to specify the resolution (NE value) or grid file (RRM) grid and the amount of smoothing
(TODO: allow running this script with command line arguments instead of manual editing so that the task can be automated).   Detailed instructions depend on which version of the model is being used:

  • E3SM V1. V1 Topography: GLL grids

    • V1 uses topography on a GLL grid with a laplacing laplacian smoothing. The smoothing reduces the effective resolution of the topography from 2dx to 6.4dx. (effective resolution is determined by the first wavelength to be damped by 50% from the unsmoothed topography, computed via spherical harmonic spectra)

    • V1 only needs data on the GLL grid.

    • Tool chain: V1 Topography: GLL grids Requires cube_to_target, homme_tool, and a SCRIP file for the grid.

    • V1 has poor treatment of topography and compensates in part with increased divergence damping.

  • E3SM V2:V2 Topography: GLL/PG2 grids

    • V2 needs topography on the GLL grid, and then a consistent topography on the PG2 grid (created with the same GLL->PG2 algorithm used internally when running EAM)

    • V2 uses the same smoothing as V1: 50% damping of the 6.4dx wavelength.Tool chain: Special Considerations for FV Physics Grids

    • V2 has improved topography treatment over V1. V2 configurations do not need to run with increased divergence damping.

  • E3SM V3 and EAMxx/SCREAM: V3 Topography: GLL/PG2 grids

    • E3SM V3 needs topography on the GLL grid, and then a consistent topography on the PG2 grid (created with the same GLL->PG2 algorithm used internally)

    • V3 has improved pressure gradient and viscosity treatment over V2 and will be using a significantly rougher topography.

    • This tool chain has not been finalized yetand EAMxx have further improved topography treatments ( namelist varaiables pgrad_correction=1, hv_ref_profiles=6, see ( /wiki/spaces/NGDNA/pages/2411397876 ) which allow for rougher topography

    • The V3 tool chain is similar to V2, with minor modifications to in the smoothing algorithm. We further recommend less smoothing, producing rougher topography.

    • The rougher topography datasets are the ones with “x6t” in the name - 6 iterations of the tensor-laplace operator.