calculateIQDparallel: Calculate the IQD in parallel

Description Usage Arguments Examples

View source: R/calculateIQDparallel.R

Description

This function calculates the IQD between data stored at paths at index i in the two input lists.

Usage

1
2
3
4
5
6
7
8
calculateIQDparallel(
  i,
  RCM_input_list,
  dataset_input_list,
  output_list,
  seasons_list,
  remove_indices = NULL
)

Arguments

i

input index for parallization, specifies what portion of data to work on

RCM_input_list

List of paths to input climamodel data

dataset_input_list

List of paths to input dataproduct data

output_list

List of output paths

remove_indices

Which indices to remove. Defaults to NULL

season_list

List of seasons to calculate for

Examples

1

NorskRegnesentral/climModelEval documentation built on Jan. 16, 2020, 12:49 a.m.