NWP72.vm 320 B

12345678
  1. <! Entity::${sign} type=GNWP time='${uploadTime}' !>
  2. <MastData::${sign}>
  3. @id 总辐射 直接辐射 温度 湿度 气压 风速 风向
  4. #foreach( $nwp in $vList )
  5. #${velocityCount} ${nwp.swr} ${nwp.directRadiation} ${nwp.t} ${nwp.rh} ${nwp.pressure} ${nwp.ws10} ${nwp.wd10}
  6. #end
  7. </MastData::${sign}>