source: trunk/docs/docs_dev/source/guides/generate_tropflux.rst @ 199

Last change on this file since 199 was 199, checked in by pinsard, 11 years ago

fix svn properties

  • Property mime-type set to text/x-rst
  • Property svn:keywords set to Id URL
File size: 4.4 KB

Generate Tropflux heat fluxes, 4 steps

Gather data

OAFLUX data

for sea land mask

tools:

ERA-I data
(wind components at 10 m, air temperature at 2 m, dewpoint temperature at 2 m, net SW, net LW)

tools:

ISCCP shortwave

tools:
OLR

get NOAA interpolated and uninterpolated OLR data

tools:

Interpolate datasets onto the OAFLUX grid

tools :

The OLR interpolation also involves combining the delayed time and realtime OLR datasets, which is not done extremely cleanly now.

There's also one additional step to convert ERA-I dewpoint T d2m into specific humidity q2m :

Result after that, 7 netcdf files for: NOAA OLR, ERA-I T2m , ERA-I q2m , ERA-I wind speed, ERA-I SST, ISCCP net SW, ERA-I net LW.

Apply corrections which have been previously estimated from mooring data (see :ref:`generate_statistics`)

?

There are two steps for the wind correction: the statistical correction from observations, and the gustiness correction.

We apply statistical correction at this stage.

tools :

Result after that, 7 netcdf files for: NOAA OLR, ERA-I Ta , ERA-I qa , ERA-I wind speed, ERA-I SST, ISCCP net SW, ERA-I net LW.

Apply the COARE v3 algorithm to compute turbulent fluxes

Wind gustiness correction is applied here.

tools :

After that step, there are 5 files: Tropflux T2m , q2m , SST, wind, and one file with the 4 components of the net flux (sensible, latent, SWR, LWR)

Momentum Fluxes

tools :

After generation of heat fluxes we process Momentum Fluxes using ERA-I wind components, COARE gustiness and wind stress magnitude returned from COARE algorithm.

Note: See TracBrowser for help on using the repository browser.