Closed elynnwu closed 2 years ago
This PR adds the capability of saving a vertical slice using z_select in the diagnostics config.
z_select
The expected syntax is as follows:
diagnostics_config: path: output output_format: netcdf z_select: - level: 1 names: - ua - va - level: 10 names: - pt
ZSelect
1/gravity
Before submitting this PR, please make sure:
pace-util
Purpose
This PR adds the capability of saving a vertical slice using
z_select
in the diagnostics config.The expected syntax is as follows:
Code changes:
ZSelect
class for storing selected vertical slice and the variables to be saved1/gravity
Checklist
Before submitting this PR, please make sure:
pace-util
, HISTORY has been updated