Hello, professors:
I used the WRF output to driven the STILT model, I have 4 questions about it.
- First question about the projection, the projection of the WRF output is lambert_conformal_conic, and I found the run_stilt.r projection <- '+proj=longlat', so, should the projection of the run_stilt.r must be consistent with the WRF output?
- I found the spatial resolution in the run_stilt.r is degree, but in WRF output is m, the spatial resolution must consistent with the WRF output?
-
Receptor location(s)
lati <- 40.766189
long <- -111.847672
zagl <- 25
the receptor location only can set one in once simulation?
How it can set multiple locations in once simulation? Just like
lati <- 40.766189 38.0 …..
long <- -111.847672 -112.0 …
zagl <- 25 24 …
i got an error about it when set 2 locations
[1] "2021-04-01 12:00:00 UTC" "2021-04-01 13:00:00 UTC"
Error: unexpected numeric constant in "lati <- 43.88 44.0"
Execution halted
4. how to generate the emissions.rds file?
Hello, professors:
I used the WRF output to driven the STILT model, I have 4 questions about it.
Receptor location(s)
lati <- 40.766189
long <- -111.847672
zagl <- 25
the receptor location only can set one in once simulation?
How it can set multiple locations in once simulation? Just like
lati <- 40.766189 38.0 …..
long <- -111.847672 -112.0 …
zagl <- 25 24 …
i got an error about it when set 2 locations
[1] "2021-04-01 12:00:00 UTC" "2021-04-01 13:00:00 UTC"
Error: unexpected numeric constant in "lati <- 43.88 44.0"
Execution halted
4. how to generate the emissions.rds file?