model_inputs | R Documentation |
This is a function to get the model input parameters available (variables, constants values and settings).
model_inputs(SCOPE_dir)
SCOPE_dir |
the directory of SCOPE. |
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 of uses of the function
###########
model_inputs(SCOPE_dir = "D:/SCOPE-master/")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.