Ug = 3.0;
Vg = -9.0;
fcoriolis = 1.39 * 0.0001;

time{
    begin = 0.0;
    end = 60.0 * 3600.0;
    dt = 60.0;
    out_dt = 360.0;
}

fluid {
    pref= 1013.4; #hPa
    tref = 283.15; #K
    g = 9.81; # m/s2
    beta = g /tref;
    kappa = 0.4; # von Karman constant
}

grid {
    type = "uniform";

    nz = 24;
    h_bot = 0.0;
    h_top = 2000.0;
}

surface_model {
    id = "esm";       # optional: "esm" (default), "sheba", "most", "log"
    type = "land";
    z0_m = 0.03;                      # aerodynamic roughness [m]
    z0_h = -1;                        # no prescribed value                                                #       -> using scheme assigned by surface type
}

output{
    dt = 60.0;
}

closure {
      type = "FOM";
      name = "Louis"; # "Esau"; # "EFB";
}