Skip to content
Merged
16 changes: 14 additions & 2 deletions zppy/defaults/default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,21 @@ interp_vars = string(default="U,V,T,Q,RELHUM,OMEGA,Z3")
[tc_analysis]
# NOTE: always overrides value in [default]
input_files = string(default="eam.h2")
# Resolution to use for `--res` option.
# If not set, zppy will attempt to infer this value from the topography file.
# Native model grid of the input files, e.g. ne30pg2, ne120pg2, ne30np4.
# Preferred path (works for both EAM and EAMxx). When set, --res and the pg2
# flag are derived from this. Required for EAMxx (topography inference does
# not work because eamxx output sets topography_file="NONE").
input_grid = string(default="")
# Legacy/back-compat: explicit --res value (EAM only). Used when input_grid
# is empty. If both are empty, zppy attempts to infer res from the
# topography_file global attribute (EAM only).
res = string(default="")
# Ordered list of 7 variable names in the fixed sequence required by the
# TempestExtremes cyclone-detection workflow:
# SLP, T@200hPa, T@500hPa, U@model_bottom, V@model_bottom, U@850hPa, V@850hPa
# EAM example: tc_vars="PSL,T200,T500,UBOT,VBOT,U850,V850"
# EAMxx example: tc_vars="SeaLevelPressure,T_mid_at_200hPa,T_mid_at_500hPa,U_at_model_bot,V_at_model_bot,U_at_850hPa,V_at_850hPa"
tc_vars = string(default="PSL,T200,T500,UBOT,VBOT,U850,V850")

[e3sm_diags]
# See https://e3sm-project.github.io/e3sm_diags/_build/html/master/available-parameters.html
Expand Down
Loading
Loading