Skip to content
Snippets Groups Projects
config-mosaic.txt 718 B
Newer Older
  • Learn to ignore specific revisions
  • 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";
    
    Evgeny Mortikov's avatar
    Evgeny Mortikov committed
        # 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";
    }