ETHZ_Logo RAMSES_Logo_Right   RAMSES   RAMSES_Logo_Left Systems Ecology  
Start    search button      Modules:   A-Z   Function   Layer        QuickRefs:   DM   AuxLib   AuxLibE   SciLib   EasyMW   MW   ISIS   RMSLib

DEFINITION MODULE DrawParSpace;

  (*******************************************************************

    Module  DrawParSpace     (Version 1.0)

      Copyright (c) 1994-2006 by Andreas Fischlin and ETH Zurich.

    Purpose   Allows to draw in a separate window the parameter
              space of 2 ModelWorks model parameters.

    Remarks   Typically this is of use to show the progress,
              i.e. the changes in the parameters values, while
              identifying 2 parameters.


    Programming

      o Design
        Andreas Fischlin          11/05/1994

      o Implementation
        Andreas Fischlin          11/05/1994


    ETH Zurich
    Systems Ecology
    CHN E 35.1
    Universitaetstrasse 16
    8092 Zurich
    SWITZERLAND

    URLs:
        <mailto:RAMSES@env.ethz.ch>
        <http://www.sysecol.ethz.ch>
        <http://www.sysecol.ethz.ch/SimSoftware/RAMSES>


    Last revision of definition:  10/05/1997  AF

  *******************************************************************)


  FROM SimBase IMPORT Model, Parameter;

  PROCEDURE ShowOrOpenParameterSpace;
  PROCEDURE InstallParameters(m: Model; VAR p1,p2: Parameter);
  PROCEDURE DeinstallParameters;
  PROCEDURE UpdateParameterSpace(perfIndex: REAL);
  PROCEDURE ClearParameterSpace;
  PROCEDURE CloseParameterSpace;

END DrawParSpace.

  Contact RAMSES@env.ethz.ch Last updated: 25-Jul-2011 [Top of page]