cimiss_model_staIds_by_time_and_level: retrieve model point forecast data from CIMISS.

Description Usage Arguments Value Examples

View source: R/retrieve_cimiss_server.R

Description

1
2
Retrieve data by cimiss music REST API.
Refer to http://10.20.76.55/cimissapiweb/index_index.action

Usage

1
2
3
4
5
6
7
8
9
cimiss_model_staIds_by_time_and_level(
  time,
  dataCode = "NAFP_FOR_FTM_HIGH_EC_GLB",
  fcstEle = "TEF0",
  fcstLevel = 0,
  minVT = 0,
  maxVT = 240,
  staIds = "54511"
)

Arguments

time,

run time for retrieve, 'YYYYMMDDHHMISS,YYYYMMDDHHMISS,...'

dataCode,

like "NAFP_FOR_FTM_HIGH_EC_GLB", "NAFP_FOR_FTM_HIGH_EC_ASI", and so on.

fcstEle,

forecast element (single), default is 2m temperature "TEF0"

fcstLevel,

forecast level (single)

minVT,

start forecast hour

maxVT,

end forecast hour

staIds

: station ids, 'xxxxx,xxxxx,...'

Value

data.frame of point forecast.

Examples

1
  dataV <- cimiss_model_staIds_by_time_and_level("20170120000000")

nmcdev/nmcMetIO documentation built on Jan. 30, 2022, 5:09 a.m.