NWP72.vm 259 B

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