blob: 51cb5adb250aeb326185062610a8082db25793c3 [file] [log] [blame]
// shortName: [longName, groupName, dimension, units],
var varList = {
"pr": ["Precipitation Flux", "", 2, "kg m-2 s-1"],
"clt": ["Total Cloud Fraction", "", 2, "%"],
"ts": ["Surface Temperature", "", 2, "K"],
"lst_day": ["Daytime Land Surface Temperature", "", 2, "K"],
"lst_night":["Nighttime Land Surface Temperature", "", 2, "K"],
"tas": ["Near-Surface Air Temperature", "", 2, "K"],
"hurs": ["Near-Surface Relative Humidity", "", 2, "%"],
"tos": ["Sea Surface Temperature", "", 2, "K"],
"uas": ["Eastward Near-Surface Wind", "", 2, "m s-1"],
"vas": ["Northward Near-Surface Wind", "", 2, "m s-1"],
"sfcWind": ["Near-Surface Wind Speed", "", 2, "m s-1"],
"zos": ["Sea Surface Height", "", 2, "m"],
"lai": ["Leaf Area Index", "", 2, "1"],
"zl": ["Equivalent Water Height Over Land", "", 2, "cm"],
"zo": ["Equivalent Water Height Over Ocean", "", 2, "cm"],
"ohc700": ["Ocean Heat Content Anomaly within 700 m Depth", "", 2, "1e18 joules"],
"ohc2000": ["Ocean Heat Content Anomaly within 2000 m Depth", "", 2, "1e18 joules"],
"rlds": ["Surface Downwelling Longwave Radiation", "", 2, "W m-2"],
"rsds": ["Surface Downwelling Shortwave Radiation", "", 2, "W m-2"],
"rlus": ["Surface Upwelling Longwave Radiation", "", 2, "W m-2"],
"rsus": ["Surface Upwelling Shortwave Radiation", "", 2, "W m-2"],
"rldscs": ["Surface Downwelling Clear-Sky Longwave Radiation", "", 2, "W m-2"],
"rsdscs": ["Surface Downwelling Clear-Sky Shortwave Radiation", "", 2, "W m-2"],
"rsuscs": ["Surface Upwelling Clear-Sky Shortwave Radiation", "", 2, "W m-2"],
"rsdt": ["TOA Incident Shortwave Radiation", "", 2, "W m-2"],
"rlut": ["TOA Outgoing Longwave Radiation", "", 2, "W m-2"],
"rsut": ["TOA Outgoing Shortwave Radiation", "", 2, "W m-2"],
"rlutcs": ["TOA Outgoing Clear-Sky Longwave Radiation", "", 2, "W m-2"],
"rsutcs": ["TOA Outgoing Clear-Sky Shortwave Radiation", "", 2, "W m-2"],
"ta": ["Air Temperature", "", 3, "K"],
"hus": ["Specific Humidity", "", 3, "1"],
"cli": ["Cloud Ice Water Content", "", 3, "1"],
"clw": ["Cloud Liquid Water Content", "", 3, "1"],
"ot": ["Ocean Temperature", "ocean", 3, "K"],
"os": ["Ocean Salinity", "ocean", 3, "psu"],
"wap": ["Vertical Wind Velocity", "", 3, "m s-1"],
"hur": ["Relative Humidity", "", 3, "%"],
};