# ------------------- # Stats RC Parameters # ------------------- # # COLLECTIONS: List of Output Collections # NOTE: A collection name of: default # will produce stats files with names consistent with older versions. # # fields_2d: List of 2D Fields for each Collection # fields_3d: List of 3D Fields for each Collection # # TYPE_x: Type Attribute for Field x (can be from ANY collection) # Options: scalar ---- (implies wave-0 pole value) # vector ---- (implies wave-1 pole value) # aerosol --- (implies wave-0 pole value and math: log(x+0.01)) # # ALIAS_x: All Possible Aliases for Field x # # --------------------------------------------------------------------------------------------------- COLLECTIONS: default aerosol default.fields_2d: p default.fields_3d: u v t q h aerosol.fields_2d: tau du ss su bc oc # --------------------------------------------------------------------------------------------------- TYPE_p: scalar ALIAS_p: slp slprs TYPE_u: vector ALIAS_u: u uwnd ugrd ugrdprs TYPE_v: vector ALIAS_v: v vwnd vgrd vgrdprs TYPE_t: scalar ALIAS_t: t tmpu tmp tmpprs TYPE_q: scalar ALIAS_q: q sphu qv TYPE_h: scalar ALIAS_h: h hght hgt hgtprs TYPE_tau: aerosol ALIAS_tau: totexttau TYPE_du: aerosol ALIAS_du: duexttau TYPE_ss: aerosol ALIAS_ss: ssexttau TYPE_su: aerosol ALIAS_su: suexttau TYPE_bc: aerosol ALIAS_bc: bcexttau TYPE_oc: aerosol ALIAS_oc: ocexttau