Beispiel #1
0
def update(xml):
    flatten_pks.flatten_pks(xml)
    fixEvaluator(xml, "ponded_depth", "surface-ponded_depth")
    fixEvaluator(xml, "ponded_depth_bar", "surface-ponded_depth_bar")
    fixEvaluator(xml, "manning_coefficient", "surface-manning_coefficient")
    fixEvaluator(xml, "unfrozen_fraction", "surface-unfrozen_fraction")
    fixEvaluator(xml, "unfrozen_effective_depth",
                 "surface-unfrozen_effective_depth")
    fixEvaluator(xml, "incoming_shortwave_radiation",
                 "surface-incoming_shortwave_radiation")
    fixEvaluator(xml, "co2_concentration", "surface-co2_concentration")
    fixEvaluator(xml, "precipitation_snow", "surface-precipitation_snow")
    fixEvaluator(xml, "precipitation_rain", "surface-precipitation_rain")
    fixEvaluator(xml, "relative_humidity", "surface-relative_humidity")
    fixEvaluator(xml, "wind_speed", "surface-wind_speed")
    fixEvaluator(xml, "incoming_longwave_radiation",
                 "surface-incoming_longwave_radiation")
    fixEvaluator(xml, "air_temperature", "surface-air_temperature")
    compressibility(xml)
    diffusion(xml)
    water_energy(xml)
    adds_source_units(xml)
    seepage_face_bcs(xml)
    primary_variable(xml)
    mesh_list(xml)
    vis(xml)
    snow_depth(xml)
    snow_distribution(xml)
    seb(xml)

    import verbose_object
    verbose_object.fixVerboseObject(xml)
Beispiel #2
0
def update(xml):
    flatten_pks.flatten_pks(xml)
    fixEvaluator(xml, "ponded_depth", "surface-ponded_depth")
    fixEvaluator(xml, "ponded_depth_bar", "surface-ponded_depth_bar")
    fixEvaluator(xml, "manning_coefficient", "surface-manning_coefficient")
    fixEvaluator(xml, "unfrozen_fraction", "surface-unfrozen_fraction")
    fixEvaluator(xml, "unfrozen_effective_depth", "surface-unfrozen_effective_depth")
    fixEvaluator(xml, "incoming_shortwave_radiation", "surface-incoming_shortwave_radiation")
    fixEvaluator(xml, "precipitation_snow", "surface-precipitation_snow")
    fixEvaluator(xml, "precipitation_rain", "surface-precipitation_rain")
    fixEvaluator(xml, "relative_humidity", "surface-relative_humidity")
    fixEvaluator(xml, "wind_speed", "surface-wind_speed")
    fixEvaluator(xml, "incoming_longwave_radiation", "surface-incoming_longwave_radiation")
    fixEvaluator(xml, "air_temperature", "surface-air_temperature")
    compressibility(xml)
    diffusion(xml)
    water_energy(xml)
    adds_source_units(xml)
    seepage_face_bcs(xml)
    primary_variable(xml)
    mesh_list(xml)
    vis(xml)
    snow_depth(xml)
    snow_distribution(xml)
    seb(xml)
Beispiel #3
0
def update(xml):
    flatten_pks.flatten_pks(xml)
    fixEvaluator(xml, "ponded_depth", "surface-ponded_depth")
    fixEvaluator(xml, "ponded_depth_bar", "surface-ponded_depth_bar")
    fixEvaluator(xml, "manning_coefficient", "surface-manning_coefficient")
    fixEvaluator(xml, "unfrozen_fraction", "surface-unfrozen_fraction")
    fixEvaluator(xml, "unfrozen_effective_depth",
                 "surface-unfrozen_effective_depth")
    compressibility(xml)
    diffusion(xml)
    water_energy(xml)
    adds_source_units(xml)
    seepage_face_bcs(xml)
    primary_variable(xml)
    mesh_list(xml)
Beispiel #4
0
def update(xml):
    flatten_pks.flatten_pks(xml)
    fixEvaluator(xml, "ponded_depth", "surface-ponded_depth")
    fixEvaluator(xml, "ponded_depth_bar", "surface-ponded_depth_bar")
    compressibility(xml)