Hirlam / obsmon

Tool for observation monitoring in the Harmonie-Arome NWP system
https://hirlam.github.io/obsmon/
MIT License
3 stars 8 forks source link

Map rotation #27

Open ewhelan opened 1 year ago

ewhelan commented 1 year ago

Hi @paulovcmedeiros

Is there any way to control the default rotation for maps. I would like to align the map projection with my Harmonie domain projection. I have defined the following in config.toml:

[domain]
    nlon = 100
    nlat = 90
    lonc = -14.5
    latc = 53.5
    lon0 = 5.0
    lat0 = 53.5
    gsize = 25000
    lmrt = false

This results in the following: obsmon_maps

paulovcmedeiros commented 1 year ago

Hi @ewhelan ,

To be honest, I have never really considered this feature. But I can take a look at the options provided by the plotting engine and let you know. It does feel like something that should be available. If it is, then I'll make this configurable by the user.

Just mind that it may take some time, as my Hirlam time is pretty much finished for the year after a recent change in the budget around here.

ewhelan commented 1 year ago

Hi @paulovcmedeiros

If you have any quick hard-coding suggestions I would take those in the meantime. Thanks!

Eoin