#if(${type}=="1") #else #end #if(${type}=="1") @id 总辐射 直接辐射 温度 湿度 气压 风速 风向 #foreach( $nwp in $vList ) #${velocityCount} ${nwp.swr} ${nwp.directRadiation} ${nwp.t} ${nwp.rh} ${nwp.pressure} ${nwp.ws10} ${nwp.wd10} #end #else @id 高层 风速 风向 温度 湿度 气压 #foreach( $nwp in $mList ) #${velocityCount} ${nwp.h} ${nwp.ws} ${nwp.wd} ${nwp.t} ${nwp.rh} ${nwp.p} #end #end