Skip to contents

This function parallelizes the processing and calculation of NARR data for multiple domains.

Usage

par_narr(domain, path, date, locs, nthreads = 24L)

Arguments

domain

A character vector specifying the domains to process.

path

A character vector specifying the path to the NARR data.

date

A character vector specifying the date of the NARR data to process.

locs

A data frame specifying the locations to calculate NARR data for.

nthreads

An integer specifying the number of threads to use for parallel processing. Default is 24.

Value

A list of results from the parallel processing.