Skip to content
Snippets Groups Projects
Commit e265a683 authored by Behrens, Prof. Dr. Jörn's avatar Behrens, Prof. Dr. Jörn
Browse files

corrected longitude computation

parent 8ebbc501
No related branches found
No related tags found
No related merge requests found
......@@ -501,6 +501,10 @@
r_coord = grid_kartgeo(r_cart)
!---------- correct lon coordinates to 0..360 degrees
IF(r_coord(1) .LT. 0_GRID_SR) r_coord(1)= r_coord(1)+ 360._GRID_SR
!---------- find wind box corresponding to coordinate
i_lox=1_GRID_SI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment