netcdf data4papers/Lai-etal-2024b_data/estimation.nc { dimensions: lat = 145; levp = 36; variables: float lat(lat=145); :_FillValue = NaNf; // float :long_nheate = "latitude"; :units = "degree"; float levp(levp=36); :_FillValue = NaNf; // float :long_nheate = "pressure"; :units = "Pa"; float D2WLz(levp=36, lat=145); :_FillValue = NaNf; // float :long_nheate = "Vertical wavelength of semidiurnal tide"; :units = "m"; float D2Cgz(levp=36, lat=145); :_FillValue = NaNf; // float :long_nheate = "Vertical group speed of semidiurnal tide"; :units = "m s-1"; double D2estFz(levp=36, lat=145); :long_nheate = "Estimated vertical EP flux of semidiurnal tide"; :_FillValue = NaN; // double :units = "kg s-2"; double D2estdivFz(levp=36, lat=145); :_FillValue = NaN; // double :long_nheate = "Estimated vertical divergence (acceleration) of semidiurnal tidal EP flux"; :units = "m s-1 day-1"; float Vor(levp=36, lat=145); :_FillValue = NaNf; // float :long_nheate = "Absolute vorticity"; :units = "s-1"; float S(levp=36, lat=145); :_FillValue = NaNf; // float :long_nheate = "Atmospheric stability"; :units = "K m-1"; double D1estFz(levp=36, lat=145); :long_nheate = "Estimated vertical EP flux of diurnal tide"; :units = "kg s-2"; :_FillValue = NaN; // double double D1estdivFz(levp=36, lat=145); :_FillValue = NaN; // double :long_nheate = "Estimated vertical divergence (acceleration) of diurnal tidal EP flux"; :units = "m s-1 day-1"; float levz(levp=36); :_FillValue = NaNf; // float :long_nheate = "Horizontal averaged geopotential height"; :units = "km"; // global attributes: :description = "Estimated vertical EP flux of 5 Venus-day averaged diurnal and semidiurnal tides in Venus PCM based on method in Horinouchi et al. 2020 Nature paper"; }