[987] | 1 | {\footnotesize |
---|
| 2 | \begin{verbatim} |
---|
| 3 | netcdf stats { |
---|
| 4 | dimensions: |
---|
| 5 | latitude = 49 ; |
---|
| 6 | longitude = 65 ; |
---|
| 7 | altitude = 25 ; |
---|
| 8 | llmp1 = 26 ; |
---|
| 9 | Time = UNLIMITED ; // (12 currently) |
---|
| 10 | variables: |
---|
| 11 | float Time(Time) ; |
---|
| 12 | Time:title = "Time" ; |
---|
| 13 | Time:units = "days since 0000-00-0 00:00:00" ; |
---|
| 14 | float latitude(latitude) ; |
---|
| 15 | latitude:title = "latitude" ; |
---|
| 16 | latitude:units = "degrees_north" ; |
---|
| 17 | float longitude(longitude) ; |
---|
| 18 | longitude:title = "East longitude" ; |
---|
| 19 | longitude:units = "degrees_east" ; |
---|
| 20 | float altitude(altitude) ; |
---|
| 21 | altitude:long_name = "altitude" ; |
---|
| 22 | altitude:units = "km" ; |
---|
| 23 | altitude:positive = "up" ; |
---|
| 24 | float aps(altitude) ; |
---|
| 25 | aps:title = "hybrid pressure at midlayers" ; |
---|
| 26 | aps:units = "" ; |
---|
| 27 | float bps(altitude) ; |
---|
| 28 | bps:title = "hybrid sigma at midlayers" ; |
---|
| 29 | bps:units = "" ; |
---|
| 30 | float ps(Time, latitude, longitude) ; |
---|
| 31 | ps:title = "Surface pressure" ; |
---|
| 32 | ps:units = "Pa" ; |
---|
| 33 | float ps_sd(Time, latitude, longitude) ; |
---|
| 34 | ps_sd:title = "Surface pressure total standard deviation over th |
---|
| 35 | e season" ; |
---|
| 36 | ps_sd:units = "Pa" ; |
---|
| 37 | float tsurf(Time, latitude, longitude) ; |
---|
| 38 | tsurf:title = "Surface temperature" ; |
---|
| 39 | tsurf:units = "K" ; |
---|
| 40 | float tsurf_sd(Time, latitude, longitude) ; |
---|
| 41 | tsurf_sd:title = "Surface temperature total standard deviation o |
---|
| 42 | ver the season" ; |
---|
| 43 | tsurf_sd:units = "K" ; |
---|
| 44 | float co2ice(Time, latitude, longitude) ; |
---|
| 45 | co2ice:title = "CO2 ice cover" ; |
---|
| 46 | co2ice:units = "kg.m-2" ; |
---|
| 47 | float co2ice_sd(Time, latitude, longitude) ; |
---|
| 48 | co2ice_sd:title = "CO2 ice cover total standard deviation over t |
---|
| 49 | he season" ; |
---|
| 50 | co2ice_sd:units = "kg.m-2" ; |
---|
| 51 | float fluxsurf_lw(Time, latitude, longitude) ; |
---|
| 52 | fluxsurf_lw:title = "Thermal IR radiative flux to surface" ; |
---|
| 53 | fluxsurf_lw:units = "W.m-2" ; |
---|
| 54 | float fluxsurf_lw_sd(Time, latitude, longitude) ; |
---|
| 55 | fluxsurf_lw_sd:title = "Thermal IR radiative flux to surface tot |
---|
| 56 | al standard deviation over the season" ; |
---|
| 57 | fluxsurf_lw_sd:units = "W.m-2" ; |
---|
| 58 | float fluxsurf_sw(Time, latitude, longitude) ; |
---|
| 59 | fluxsurf_sw:title = "Solar radiative flux to surface" ; |
---|
| 60 | fluxsurf_sw:units = "W.m-2" ; |
---|
| 61 | float fluxsurf_sw_sd(Time, latitude, longitude) ; |
---|
| 62 | fluxsurf_sw_sd:title = "Solar radiative flux to surface total st |
---|
| 63 | andard deviation over the season" ; |
---|
| 64 | fluxsurf_sw_sd:units = "W.m-2" ; |
---|
| 65 | float fluxtop_lw(Time, latitude, longitude) ; |
---|
| 66 | fluxtop_lw:title = "Thermal IR radiative flux to space" ; |
---|
| 67 | fluxtop_lw:units = "W.m-2" ; |
---|
| 68 | float fluxtop_lw_sd(Time, latitude, longitude) ; |
---|
| 69 | fluxtop_lw_sd:title = "Thermal IR radiative flux to space total |
---|
| 70 | standard deviation over the season" ; |
---|
| 71 | fluxtop_lw_sd:units = "W.m-2" ; |
---|
| 72 | float fluxtop_sw(Time, latitude, longitude) ; |
---|
| 73 | fluxtop_sw:title = "Solar radiative flux to space" ; |
---|
| 74 | fluxtop_sw:units = "W.m-2" ; |
---|
| 75 | float fluxtop_sw_sd(Time, latitude, longitude) ; |
---|
| 76 | fluxtop_sw_sd:title = "Solar radiative flux to space total stand |
---|
| 77 | ard deviation over the season" ; |
---|
| 78 | fluxtop_sw_sd:units = "W.m-2" ; |
---|
| 79 | float dod(Time, latitude, longitude) ; |
---|
| 80 | dod:title = "Dust optical depth" ; |
---|
| 81 | dod:units = "" ; |
---|
| 82 | float dod_sd(Time, latitude, longitude) ; |
---|
| 83 | dod_sd:title = "Dust optical depth total standard deviation over |
---|
| 84 | the season" ; |
---|
| 85 | dod_sd:units = "" ; |
---|
| 86 | float temp(Time, altitude, latitude, longitude) ; |
---|
| 87 | temp:title = "Atmospheric temperature" ; |
---|
| 88 | temp:units = "K" ; |
---|
| 89 | float temp_sd(Time, altitude, latitude, longitude) ; |
---|
| 90 | temp_sd:title = "Atmospheric temperature total standard deviatio |
---|
| 91 | n over the season" ; |
---|
| 92 | temp_sd:units = "K" ; |
---|
| 93 | float u(Time, altitude, latitude, longitude) ; |
---|
| 94 | u:title = "Zonal (East-West) wind" ; |
---|
| 95 | u:units = "m.s-1" ; |
---|
| 96 | float u_sd(Time, altitude, latitude, longitude) ; |
---|
| 97 | u_sd:title = "Zonal (East-West) wind total standard deviation ov |
---|
| 98 | er the season" ; |
---|
| 99 | u_sd:units = "m.s-1" ; |
---|
| 100 | float v(Time, altitude, latitude, longitude) ; |
---|
| 101 | v:title = "Meridional (North-South) wind" ; |
---|
| 102 | v:units = "m.s-1" ; |
---|
| 103 | float v_sd(Time, altitude, latitude, longitude) ; |
---|
| 104 | v_sd:title = "Meridional (North-South) wind total standard devia |
---|
| 105 | tion over the season" ; |
---|
| 106 | v_sd:units = "m.s-1" ; |
---|
| 107 | float w(Time, altitude, latitude, longitude) ; |
---|
| 108 | w:title = "Vertical (down-up) wind" ; |
---|
| 109 | w:units = "m.s-1" ; |
---|
| 110 | float w_sd(Time, altitude, latitude, longitude) ; |
---|
| 111 | w_sd:title = "Vertical (down-up) wind total standard deviation o |
---|
| 112 | ver the season" ; |
---|
| 113 | w_sd:units = "m.s-1" ; |
---|
| 114 | float rho(Time, altitude, latitude, longitude) ; |
---|
| 115 | rho:title = "Atmospheric density" ; |
---|
| 116 | rho:units = "none" ; |
---|
| 117 | float rho_sd(Time, altitude, latitude, longitude) ; |
---|
| 118 | rho_sd:title = "Atmospheric density total standard deviation ove |
---|
| 119 | r the season" ; |
---|
| 120 | rho_sd:units = "none" ; |
---|
| 121 | float q2(Time, altitude, latitude, longitude) ; |
---|
| 122 | q2:title = "Boundary layer eddy kinetic energy" ; |
---|
| 123 | q2:units = "m2.s-2" ; |
---|
| 124 | float q2_sd(Time, altitude, latitude, longitude) ; |
---|
| 125 | q2_sd:title = "Boundary layer eddy kinetic energy total standard |
---|
| 126 | deviation over the season" ; |
---|
| 127 | q2_sd:units = "m2.s-2" ; |
---|
| 128 | float vmr_h2ovapor(Time, altitude, latitude, longitude) ; |
---|
| 129 | vmr_h2ovapor:title = "H2O vapor volume mixing ratio" ; |
---|
| 130 | vmr_h2ovapor:units = "mol/mol" ; |
---|
| 131 | float vmr_h2ovapor_sd(Time, altitude, latitude, longitude) ; |
---|
| 132 | vmr_h2ovapor_sd:title = "H2O vapor volume mixing ratio total sta |
---|
| 133 | ndard deviation over the season" ; |
---|
| 134 | vmr_h2ovapor_sd:units = "mol/mol" ; |
---|
| 135 | float vmr_h2oice(Time, altitude, latitude, longitude) ; |
---|
| 136 | vmr_h2oice:title = "H2O ice volume mixing ratio" ; |
---|
| 137 | vmr_h2oice:units = "mol/mol" ; |
---|
| 138 | float vmr_h2oice_sd(Time, altitude, latitude, longitude) ; |
---|
| 139 | vmr_h2oice_sd:title = "H2O ice volume mixing ratio total standar |
---|
| 140 | d deviation over the season" ; |
---|
| 141 | vmr_h2oice_sd:units = "mol/mol" ; |
---|
| 142 | float mtot(Time, latitude, longitude) ; |
---|
| 143 | mtot:title = "total mass of water vapor" ; |
---|
| 144 | mtot:units = "kg/m2" ; |
---|
| 145 | float mtot_sd(Time, latitude, longitude) ; |
---|
| 146 | mtot_sd:title = "total mass of water vapor total standard deviat |
---|
| 147 | ion over the season" ; |
---|
| 148 | mtot_sd:units = "kg/m2" ; |
---|
| 149 | float icetot(Time, latitude, longitude) ; |
---|
| 150 | icetot:title = "total mass of water ice" ; |
---|
| 151 | icetot:units = "kg/m2" ; |
---|
| 152 | float icetot_sd(Time, latitude, longitude) ; |
---|
| 153 | icetot_sd:title = "total mass of water ice total standard deviat |
---|
| 154 | ion over the season" ; |
---|
| 155 | icetot_sd:units = "kg/m2" ; |
---|
| 156 | } |
---|
| 157 | \end{verbatim} |
---|
| 158 | } |
---|