libsim Versione 7.2.0
|
◆ vg6d_wind_rot()
Rotate the wind components. It converts u and v components of vector quantities relative to easterly and notherly direction to defined grid in the direction of increasing x and y coordinates. The original fields are overwritten.
Definizione alla linea 2984 del file volgrid6d_class.F90. 2985 call get_val(this(jgrid)%griddim,xmin=xmin, xmax=xmax, ymin=ymin, ymax=ymax,proj_type=type)
2986
2987 if (type_t /= type )cycle
2988
2989#ifdef DEBUG
2990 call l4f_category_log(this(igrid)%category,l4f_debug,"C grid: test U "//&
2991 to_char(xmin)//to_char(xmax)//to_char(ymin)//to_char(ymax))
2992
2993 call l4f_category_log(this(igrid)%category,l4f_debug,"diff coordinate lon"//&
2994 to_char(abs(xmin - (xmin_t+step_lon_t/2.d0)))//&
2995 to_char(abs(xmax - (xmax_t+step_lon_t/2.d0))))
2996 call l4f_category_log(this(igrid)%category,l4f_debug,"diff coordinate lat"//&
2997 to_char(abs(ymin - (ymin_t+step_lat_t/2.d0)))//&
2998 to_char(abs(ymax - (ymax_t+step_lat_t/2.d0))))
2999#endif
3000
|