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

corrected initial wind plotting

parent 9f380630
No related branches found
No related tags found
No related merge requests found
......@@ -311,7 +311,7 @@
CALL grid_putinfo(p_ghand, i_arraypoint=i_valind, r_nodevalues= r_aux)
i_start= (i_stcuv-1)+ GRID_dimension*(i_lay-1)
i_uvp = (/ ((i_start+i_cnt), i_cnt=1,GRID_dimension) /)
CALL grid_putinfo(p_ghand, i_arraypoint=i_uvp, r_nodevalues=r_alpha(1:GRID_dimension,:))
CALL grid_putinfo(p_ghand, i_arraypoint=i_uvp, r_nodevalues=r_uvw(1:GRID_dimension,:))
END DO layer_loop
!---------- deallocate workspace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment