Skip to content

Propose a space delimited UCI #171

Open
@timcera

Description

@timcera

The import_uci function takes a HSPF UCI file and imports the tables into the HDF5 file for hsp2 to run. Using this format and process though imposes the HSPF limits that don't exist in hsp2, the most constraining being the three digit limits on PERLND, IMPLND, and RCHRES identifiers. Proposing a space delimited UCI where an @ symbol is used to indicate a default.

HSPF UCI snippet:

  PWAT-PARM3
    <PLS >***
    # - #*** PETMAX PETMIN INFEXP INFILD DEEPFR BASETP AGWETP
    1   7                            1.6
    9            39     33    3.0    1.5
   10
  END PWAT-PARM3

Proposed space delimited UCI for hsp2 (note the ability to have very large PERLND ids):

  PWAT-PARM3
    <PLS >***
    # - #***     PETMAX PETMIN INFEXP INFILD DEEPFR BASETP AGWETP
    10100   10107   @   @     1.6    @    @   @
    90100   @    39     33    3.0    1.5  @  @  @
    9010     @    @    @    @    @    @   @
  END PWAT-PARM3

Maybe not need trailing "@" default symbols...

  PWAT-PARM3
    <PLS >***
    # - #***     PETMAX PETMIN INFEXP INFILD DEEPFR BASETP AGWETP
    10100   10107   @   @     1.6
    90100   @    39     33    3.0    1.5 
    9010
  END PWAT-PARM3

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions