model_inputs: model_inputs

View source: R/model_inputs.R

model_inputsR Documentation

model_inputs

Description

This is a function to get the model input parameters available (variables, constants values and settings).

Usage

model_inputs(SCOPE_dir)

Arguments

SCOPE_dir

the directory of SCOPE.

Value

The result is a list with 3 object. the first is the input that vary in time or space. The second is the constants and respectively default values. To change the constants in the run_scope functions it is needed to include "_c" after the name, for instance, hc = 2 became hc_c = 10. The third are setting, if set as zero (off) they are not applied when run SCOPE.

Examples

Examples of uses of the function
###########
model_inputs(SCOPE_dir = "D:/SCOPE-master/")


AlbyDR/rSCOPE documentation built on Dec. 19, 2024, 7:29 p.m.