stefanfluck / palmpy

Package supporting the generation of static driver files for simulations with the PALM model system. Check out the Wiki and engage in the Discussions!
GNU General Public License v3.0
18 stars 4 forks source link

add crs variable to static file #35

Open stefanfluck opened 4 years ago

stefanfluck commented 4 years ago

use the following information.

caution: not all are named the same! e.g. latitude of origin is not there in 21781.

check effect on whole process - so far it has been rather crs independent (provided rectangular data has been used as input)

image

stefanfluck commented 2 years ago

As I do not understand anymore fully what this was about, and I am not an expert on crs, I leave that as help wanted.

SebaStad commented 1 year ago

Hi Stefan, seems like you dont have to bother too much with that anymore: https://palm.muk.uni-hannover.de/trac/ticket/1599

stefanfluck commented 1 year ago

Hi Sebastian Thanks for the info!

stefanfluck commented 1 year ago

no further action taken on this as no impact expected

SebaStad commented 1 year ago

Sorry to talk on this issues again:

I had another talk to the developers recently and learned the following: the crs variable will not be used internally anymore, however, the variable will, in some form, still be written into the result files. if you want to georeference the result files without information from the p3d file or the static_driver, it still makes sense to write the correct EPSG code into this variable. the other parameters can be set to a default valuue

stefanfluck commented 1 year ago

Thank you for your input! This should not be too hard to implement, since it's an input to the namelist to palmpy at the moment.