get_mcs_csv | R Documentation |
The function performs the following steps:
- Filtering by Tb (brightness temperature) thresholds. - Filtering by size criteria. - Filtering by precipitation (PCP) criteria.
get_mcs_csv(family_file, ofile_csv)
family_file |
Character. Path to the family file obtained by Fortracc. Must start with "fam_". |
ofile_csv |
Character. Output CSV file path for filtered data. |
This function identifies and filters Mesoscale Convective Systems (MCSs) based on specific criteria established by the SAAG Deep Convection Working Group. It creates final plain text dataset for analysis and visualization.
csv
## Not run:
get_mcs_masks(family_file = "fam_SAAG_Tb_pcp_info_intermedio_FINAL_2001-2001_01.csv",
ofile_csv = "MCSs_MASK/MCS_SAAG_WRF_p_2000.csv"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.