Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Retrieval of NO2 mass-mixing ratio in GRIB2 - currentRetrieval of NO2 mass-mixing ratio in GRIB2 - new


HTML
<pre>
retrieve,
  class=mc,
  stream=oper,
  expver=1,
  date=-2,
  time=00:00:00,
  type=fc,
  step=0,
  levtype=ml,
  levelist=1/to/137,
  <b><font color="red">param=210121</font></b>,
  target="output_no2.grib1grib2"
<pre>



HTML
<pre>
retrieve,
  class=mc,
  stream=oper,
  expver=1,
  date=-2,
  time=00:00:00,
  type=fc,
  step=0,
  levtype=ml,
  levelist=1/to/137,
  <b><font color="red">param=402000</font></b>,      <b><font color="red"># Mass mixing ratio</font></b>
  <b><font color="red">chem=17</font></b>,           <b><font color="red"># Nitrogen dioxide</font></b>
  target="output_no2.grib2"
<pre>


...

Retrieval of sea salt aerosol optical depth at 550nm in GRIB1Retrieval of sea salt aerosol optical depth at 550nm in GRIB2


HTML
<pre>
retrieve,
  class=mc,
  stream=oper,
  expver=1,
  date=-2,
  time=00:00:00,
  type=fc,
  step=0,
  levtype=sfc,
  <b><font color="red">param=208.210</font></b>,
  target="output_sea_salt_aerosol_550.grib1"
<pre>



HTML
<pre>
retrieve,
  class=mc,
  stream=oper,
  expver=1,
  date=-2,
  time=00:00:00,
  type=fc,
  step=0,
  levtype=ml,
  levelist=1/to/137,
  <b><font color="red">param=457000</font></b>,      <b><font color="red"># Aerosol optical depth</font></b>
  <b><font color="red">chem=936</font></b>,          <b><font color="red"># Sea salt aerosol</font></b>
  <b><font color="red">wavelength=550</font></b>,       <b><font color="red"># At 550nm550nm</font></b>
  target="output_sea_salt_aerosol_550.grib2"
<pre>


...