OGGM
v1.0.0

Principles

  • Introduction
  • Glacier flowlines
  • Mass-balance
  • Ice dynamics
  • Bed inversion

Using OGGM

  • Installing OGGM
  • Getting started
  • Glacier working directories
  • Input data
  • Parallel computations
  • Set-up an OGGM run
  • Developer documentation
    • Workflow
    • Entity tasks
      • oggm.tasks.define_glacier_region
      • oggm.tasks.glacier_masks
      • oggm.tasks.compute_centerlines
      • oggm.tasks.initialize_flowlines
      • oggm.tasks.compute_downstream_line
      • oggm.tasks.compute_downstream_bedshape
      • oggm.tasks.catchment_area
      • oggm.tasks.catchment_intersections
      • oggm.tasks.catchment_width_geom
      • oggm.tasks.catchment_width_correction
      • oggm.tasks.process_cru_data
      • oggm.tasks.process_custom_climate_data
      • oggm.tasks.process_cesm_data
      • oggm.tasks.local_mustar
      • oggm.tasks.apparent_mb
      • oggm.tasks.apparent_mb_from_linear_mb
      • oggm.tasks.mu_candidates
      • oggm.tasks.prepare_for_inversion
      • oggm.tasks.volume_inversion
      • oggm.tasks.distribute_thickness
      • oggm.tasks.init_present_time_glacier
      • oggm.tasks.random_glacier_evolution
      • oggm.tasks.iterative_initial_glacier_search
      • oggm.tasks.run_from_climate_data
      • oggm.tasks.run_constant_climate
    • Global tasks
    • Classes
    • Mass-balance
  • Version history

Contributing

  • Contributing to OGGM
OGGM
  • Docs »
  • Developer documentation »
  • oggm.tasks.iterative_initial_glacier_search
  • Edit on GitHub

oggm.tasks.iterative_initial_glacier_search¶

oggm.tasks.iterative_initial_glacier_search(gdir, y0=None, init_bias=0.0, rtol=0.005, write_steps=True)[source]¶

Iterative search for the glacier in year y0.

this is outdated and doesn’t really work.

Returns:

Files writen to the glacier directory:

model_run.nc

A netcdf file containing enough information to reconstruct the entire flowline glacier along the run (can be data expensive).

Next Previous

© Copyright 2015-2016, OGGM Developers. Revision f8f6d369.

Built with Sphinx using a theme provided by Read the Docs.