model.id = "esm";       # optional: "esm" (default), "sheba", "most", "log"

dataset {
    id = "mosaic";      # optional: "mosaic" (default), "irgason", "sheba",
                        #       "lake", "papa", "toga", "user"

    # --- redefine dataset
    # filename = "data/mosaic.txt";
    # surface = "land";
    # h = 3.8;                          # measurement height [m]
    # z0_m = 0.01;                      # aerodynamic roughness [m]
    # z0_h = -1;                        # no prescribed value
                                        #       -> using scheme assigned by surface type

    # nmax = 16;        # limit number of dataset points
}

output {
    filename = "output-" + dataset.id + ".txt";
}