Changeset 14592


Ignore:
Timestamp:
04/15/13 19:21:59 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added support for Gia in python

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/solve/process_solve_options.py

    r13116 r14592  
    2020        if solution_type not in (DiagnosticSolutionEnum(),PrognosticSolutionEnum(),ThermalSolutionEnum(),\
    2121                        SteadystateSolutionEnum(),TransientSolutionEnum(),EnthalpySolutionEnum(),\
    22                         BalancethicknessSolutionEnum(),BedSlopeSolutionEnum(),SurfaceSlopeSolutionEnum(),HydrologySolutionEnum(),FlaimSolutionEnum()):
     22                        BalancethicknessSolutionEnum(),BedSlopeSolutionEnum(),SurfaceSlopeSolutionEnum(),\
     23                        HydrologySolutionEnum(),FlaimSolutionEnum(),GiaSolutionEnum()):
    2324                raise ValueError("process_solve_options error message: solution_type '%s' not supported yet!" % EnumToString(solution_type)[0])
    2425        outoptions['solution_type']=solution_type
Note: See TracChangeset for help on using the changeset viewer.