NWP72.vm 608 B

12345678910111213141516171819
  1. #if(${type}=="1")
  2. <! Entity::${sign} type=GNWP time='${uploadTime}' !>
  3. #else
  4. <! Entity::${sign} type=FNWP time='${uploadTime}' !>
  5. #end
  6. <MastData::${sign}>
  7. #if(${type}=="1")
  8. @id 总辐射 直接辐射 温度 湿度 气压 风速 风向
  9. #foreach( $nwp in $vList )
  10. #${velocityCount} ${nwp.swr} ${nwp.directRadiation} ${nwp.t} ${nwp.rh} ${nwp.pressure} ${nwp.ws10} ${nwp.wd10}
  11. #end
  12. #else
  13. @id 高层 风速 风向 温度 湿度 气压
  14. #foreach( $nwp in $mList )
  15. #${velocityCount} ${nwp.h} ${nwp.ws} ${nwp.wd} ${nwp.t} ${nwp.rh} ${nwp.p}
  16. #end
  17. #end
  18. </MastData::${sign}>