Skip to content

Problem in example simulation #151

@busy67

Description

@busy67

Dear expert,

I met a problem in running the Tropical Cyclone Risk Model.
1

The output hazard maps of the example simulation:
python tcrm.py -c example/port_hedland.ini (nothing modified, data downloaded from ibtracs manually)
showed very different from https://geoscienceaustralia.github.io/tcrm/docs/examples.html.

On the right figure was my output, you can see scattered contors and obviously lower wind speed.
I tried different regions, and tired to decrease the "Initial pressure difference too small" error in the log file by modifying "def validInitPressure(track)" in TrackGenerator.py to:
if track.EnvPressure[0] - track.CentralPressure[0] < 0.5:
but things didnt get better.

It is very kind of you if you can help me. What is probably wrong?

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