Skip to content
13 changes: 10 additions & 3 deletions zppy/defaults/default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,16 @@ 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.
res = string(default="")
# explicitly set the model grid such as ne30pg2, ne120pg2 etc.
# so that res and grid setup will be inferred from the ts_grid
ts_grid = string(default="")
# Note: Users must provide the variable list in the fixed sequence required by
# this TempestExtremes cyclone-detection workflow:
# SLP,T@200hPa,T@500hPa,U@model_bottom,V@model_bottom,U@850hPa,V@850hPa
# For example:
# EAM: vars="PSL,T200,T500,UBOT,VBOT,U850,V850"
# EAMxx: 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