Achieve 80% to pass

 

  1. The type of numerical scheme that has a CFL stability condition is:
    1. Explicit scheme
    2. Implicit scheme
    3. Lagrangian scheme
    4. None of the above

 

  1. Select all correct statements below regarding the CFL stability condition in the CPAS model.
    1. The smallest allowed timestep is related to the coarsest resolution.
    2. In the variable-resolution mesh, the timestep to be used for a cell has an upper bound according to the grid spacing between it and its neighbor cells.
    3. Cells of different sizes may use different timesteps.
    4. There is no constraint on the timestep to be used on each cell, and the user can assign arbitrarily.

 

  1. What characteristics are there in Hierarchical Time-Stepping (HTS) in CPAS? Select all applicable items.
    1. Timesteps jump like Δt, 3Δt, 9Δt, … for fine and coarser resolution regions.
    2. Timesteps jump like Δt, 2Δt, 4Δt, … for fine and coarser resolution regions.
    3. HTS may result in the reduction of computational resources, as revealed in the HTS chart in the mesh generation report.
    4. HTS incurs some overhead, as revealed in each bar in the HTS chart having a higher height than the theoretical number of steps.

 

  1. What statements below about Customizable Unstructured Mesh Generation in CPAS are correct? Select all that apply
    1. Users need to prepare the specifications of mesh customization in a text file and use scripts provided to process it.
    2. Users operate a graphical web interface to specify the mesh customization.
    3. The regions or domains with specified resolutions cannot overlap.
    4. The regions with specified resolution must project to a rectangular shape under some map projection.
    5. The generated mesh works for both CPAS and MPAS-A

 

Answer: The generated mesh are valid Spherical Centroidal Voronoi Tessellations (SCVT) satisfying MPAS-A’s specification; CPAS is a derived work of MPAS-A and has the same mesh requirements.

 

  1. What are the advantages of Customizable Unstructured Mesh Generation and Hierarchical Time-Stepping in CPAS? Select all that apply
    1. The user may use a larger range of resolutions practically.
    2. The parameterization schemes are made more flexible.
    3. The spending of computational resources becomes more controllable from the user's perspective. The user can decide where to put or save computational resources.
    4. In case gridded simulation data for a small area of the Earth is required, CPAS supports using a variable-resolution global model to provide it, without using a regional model that requires an external driving global model and handles lateral boundary data issues.

 

Answer: For b, on the contrary, scale awareness of parameterization schemes is far from perfect at the moment, and it is an area of active research and development. Users need to make an effort to design the spatial distribution of resolution and seek a good combination of parameterization schemes and options that work best for their application. This challenge is quite general and each NWP system has its own constraints and advantages.

 

  1. What statements below about using fine resolution for a region of interest are correct? Select all that apply
    1. The t2m (temperature at 2 meters above ground level) direct model output has a smaller error due to more representative terrain height populated to finer cells.
    2. For locations near the coastline, higher resolution avoids misclassifying land as water and vice versa, which often makes noticeable errors in simulating the diurnal cycle of ground temperature.
    3. Parameterization schemes always work better with finer-resolution geographical data, achieving higher prediction accuracy.
    4. Land use and land cover are better resolved, which can better represent rivers, lakes, and reservoirs as water bodies in the land surface model.

 

Answer: Parameterization schemes may be tuned and tested for particular ranges of resolutions only.

 

  1. Suppose there is a global mesh with the shortest grid spacing being 2.2km and the longest grid spacing being 72.3km. The shortest vertical spacing is 44m while the longest vertical spacing is 932m. Using the recommendation of 6 s/km in designating timestep, which of the answers below best describes the smallest timestep to be used in CPAS:
    1. Longer than 433.8 seconds
    2. Longer than 5.592 seconds
    3. Shorter than 0.264 seconds
    4. Shorter than 13.2 seconds

 

Answer: Vertical grid spacing does not constrain timestep in CPAS/MPAS-A because the numerical scheme is Horizontally explicit and vertically implicit (HEVI). Apart from the 6 s/km calculation, practically the timestep needs to be aligned with the period of outputting data, the timing of running some of the parameterization schemes (for example, conventionally 30-minute intervals are often used as the interval of running radiation scheme), so the timestep may be adjusted to be shorter than the shortest horizontal grid spacing times the 6 s/km factor for the alignment.

 

  1. Using the mesh settings in the above question, how many time steps are carried out on the finest resolution cell for simulating 24 hours?
    1. More than 6545 steps
    2. More than 327272 steps
    3. Less than 15450 steps
    4. Less than 199 steps

 

Answer: More than (24 hours x 60 minutes x 60 seconds) / 13.2 steps

 

  1.  Which statement about the NetCDF file representing the unstructured grid, grid.nc, for a global mesh is incorrect?
    1. Variables latCells is a one-dimensional array.
    2. maxEdges must be 10
    3. nCells is smaller than nEdges
    4. Variable cellsOnCell defines neighborhood of cells

 

  1. What vertical coordinate is used in MPAS-A / CPAS?
    1. Pressure-based Sigma coordinate
    2. Pressure-based eta coordinate
    3. Isentropic Theta coordinate
    4. Height-based Hybrid Smoothed Terrain-Following Coordinate

 

Previous   Continue