NWP72.vm 712 B

123456789101112131415
  1. #if(${electricFieldType}=="E1")
  2. <NWP::${efiLabel} date='${uploadTime}'>
  3. @ID TIME 总辐射 直接辐射 温度 湿度 气压 风速 风向
  4. #foreach( $nwp in $vList )
  5. #${velocityCount} ${nwp.time} ${nwp.swr} ${nwp.directRadiation} ${nwp.t} ${nwp.rh} ${nwp.ps} ${nwp.ws10} ${nwp.wd10}
  6. #end
  7. </NWP::${efiLabel}>
  8. #else
  9. <NWP::${efiLabel} date='${uploadTime}' TurbinH='${turbinH}' Coordinates='E${longitude},N${latitude}'>
  10. @ID TIME WS_1 WD_1 WS_2 WD_2 WS_3 WD_3 WS_4 WD_4 WS_5 WD_5 TEMP RH ATM
  11. #foreach( $nwp in $vList )
  12. #${velocityCount} ${nwp.time} ${nwp.ws10} ${nwp.wd10} ${nwp.ws30} ${nwp.wd30} ${nwp.ws100} ${nwp.wd100} ${nwp.ws170} ${nwp.wd170} -99 -99 ${nwp.t} ${nwp.rh} ${nwp.ps}
  13. #end
  14. </NWP::${efiLabel}>
  15. #end