You are not logged in. Click here to log in.

Application Lifecycle Management

Search In Project

Search inClear

Calibration_start #17088/HEAD / v10
Tags:  not added yet

DSL Element calibration_start

This element sets the calibration start date for a luca calibration simulation, as shown in the following example. The element is followed by the date in quotation marks.

luca(name: "EFC-luca") {

    outputstrategy(dir: "$oms_prj/output", scheme:SIMPLE)

    model(classname:"model.PrmsDdJh") {
      
        parameter (file:"$oms_prj/data/params_lucatest.csv") {
            inputFile  "$oms_prj/data/data_lucatest.csv"
            outFile    "out.csv"
            sumFile    "basinsum.csv"
            out        "summary.txt"

            startTime "1980-10-01"
            endTime   "1984-09-30"
        }
    }

     output(time:"date", vars:"basin_cfs,runoff[0]", 
                 fformat="7.3f", file:"out1.csv")

     // calibration start date
     calibration_start "1981-10-01"
     ...
}

Element calibration_start

Specification

Name
calibration_start - Calibration start date

Value Description Type Default Occurances
<date> Start date of calibration ISO date string - One, required

Parent
luca{}