Difference between revisions of "Leaf area indices in GEOS-Chem"

From Geos-chem
Jump to: navigation, search
(Implementation of an updated LAI code)
(Overview)
Line 2: Line 2:
  
 
Also be sure to see our [[MODIS leaf area indices]] page, which describes the leaf area indices derived from the MODIS satellite instrument.
 
Also be sure to see our [[MODIS leaf area indices]] page, which describes the leaf area indices derived from the MODIS satellite instrument.
 
== Overview ==
 
 
Prior to the official release of [[GEOS-Chem v9-01-03]], GEOS-Chem used leaf area index data in the following manner:
 
 
=== LAI used by dry deposition and soil NOx emissions ===
 
 
Prior to April 2012, GEOS-Chem used leaf area index (LAI) data from separate sources.  The [[Dry deposition|dry deposition]] and [[Soil NOx emissions|soil NOx emissions]] modules utilized the data stored in ASCII files named <tt>lai*.global</tt>.  These files (one per month) were created (using offline IDL routines) for each specific GEOS-Chem grid configuration (i.e. 4&deg; x 5&deg;, 2&deg; x 2.5&deg;, and 0.5&deg; x 0.666&deg; nested grids, etc.).  The <tt>lai*.global</tt> files were read from disk by routines <tt>readlai.F</tt> and <tt>rdlai.F</tt>, which saved the LAI data into arrays named <tt>XLAI</tt> (in <tt>CMN_DEP_mod.F</tt>) and <tt>XYLAI</tt> (in <tt>CMN_VEL_mod.F</tt>). 
 
 
The <tt>XLAI</tt> and <tt>XYLAI</tt> arrays contain leaf area index as a function of Olson land type (cf [[Olson land map#Olson 1992 land map|Olson 1992 land map]]).  The <tt>XLAI</tt> array has dimensions <tt>(IIPAR,JJPAR,NTYPE)</tt>, where <tt>IIPAR</tt> is the number of longitudes in the horizontal grid, <tt>JJPAR</tt> is the number of latitudes, and <tt>NTYPE</tt> is the number of individual Olson land types per each GEOS-Chem grid box.  The <tt>XYLAI</tt> array contained the same data as in <tt>XYLAI</tt>, but for historical reasons was dimensioned with only one spatial dimension: <tt>(IIPAR*JJPAR,NTYPE)</tt>.
 
 
Please note that there is a direct correspondence between the LAI data stored in the <tt>lai*.global</tt> files (and saved into <tt>XLAI</tt> and <tt>XYLAI</tt> arrays) and the Olson land map.  Therefore, if you are using the [[Olson land map#Olson 1992 land map|Olson 1992 land map]] (native resolution 0.5&deg; x 0.5&deg;, default in GEOS-Chem), then you must also use LAI data at 0.5&deg; x 0.5&deg; native resolution.  On the other hand, if you are using the [[Olson land map#Olson 2001 land map|Olson 2001 land map]] (native resolution 0.25&deg; x 0.25&deg;), then you must also use LAI data at 0.25&deg; x 0.25&deg; resolution.
 
 
GEOS-Chem users had the option to use either LAI data from the AVHRR satellite instrument or the [[MODIS leaf area indices|MODIS satellite instrument]].  Individual sets of <tt>lai*.global</tt> files were prepared for both AVHRR LAI and MODIS LAI data.  Users could select either AVHRR LAI or MODIS LAI with a switch in the <tt>input.geos</tt> file.  Customary usage is to select the MODIS LAI data, [[MEGAN biogenic emissions#Use MEGAN with MODIS leaf area indices|for reasons explained HERE]].
 
 
--[[User:Bmy|Bob Y.]] 14:57, 21 May 2012 (EDT)
 
 
=== A bug for reading LAI index for nested models ===
 
 
I find that there is something worry for reading LAI index when I check the calculation of dry deposition velocity in DRYDEP_MOD.f in GEOS-Chem v8-03-02.
 
I simulated the ozone concentrations by GEOS-Chem version 8-03-02 with global domain (2x2.5), Asia domain (0.5x0.667), Europe domain (0.5x0.667) and North America domain (0.5x0.667). The simulated results of surface ozone in nested domains (North America and Europe) is much higher than global model (2x2.5). Then, I examine the dry deposition velocity in the four models, finding that nested models of North America and Europe is much lower than global model by up to 25%-30% and the pattern of dry deposition in the two nested models is probably wrong. At last, I find out that the data set of lai*.global in MODIS_LAI_200911 directory for nested models is missing in http://rain.ucis.dal.ca/.
 
 
--[[User:Yingying Yan|Yingying Yan]] 21:34, 8 December 2014 (EDT)
 
 
=== LAI used by MEGAN biogenic emissions ===
 
 
The [[MEGAN biogenic emissions]] module also relies on [[MODIS leaf area indices|MODIS LAI data]].  Prior to April 2012, routine <tt>RDISOLAI</tt> (in <tt>lai_mod.F</tt>) read MODIS LAI at 1&deg; x 1&deg; native resolution from files in [http://acmg.seas.harvard.edu/gamap/doc/Chapter_6.html#6.2 binary punch format].  The LAI data was regridded on-the-fly to GEOS-Chem resolution and stored in arrays named <tt>ISOLAI</tt> (daily LAI), <tt>PMISOLAI</tt> (LAI for previous month), <tt>MISOLAI</tt> (LAI for this month), and <tt>NMISOLAI</tt> (LAI for next month), all contained within module <tt>lai_mod.F</tt>.  The MEGAN module took the MODIS LAI data directly from these arrays.
 
 
When modifications were made for the [[GEOS-5]] 0.5&deg; x 0.666&deg; nested grids, separate subroutines were added into <tt>lai_mod.f</tt> to read from LAI data sets that were specifically regridded to each 0.5&deg; x 0.666&deg; nested grid window (China/SE Asia, N. America, and Europe).  This added another layer of complexity on top of an somewhat already overburdened code.
 
 
--[[User:Bmy|Bob Y.]] 14:58, 21 May 2012 (EDT)
 
 
=== LAI used by the mercury simulation ===
 
 
Prior to April 2012, in the [[Mercury|GEOS-Chem mercury simulation]], the routine which computes Hg emission from soils (<tt>SOILEMIS</tt>, in module <tt>land_mercury_mod.F</tt>) used the daily averaged LAI (stored in the <tt>ISOLAI</tt> array of <tt>lai_mod.F</tt>) in order to attenuate solar radiation.  As mentioned [[#LAI used by MEGAN biogenic emissions|above]], this LAI data was first read in from disk at 1&deg; x 1&deg; resolution and then regridded to the current GEOS-Chem resolution.
 
--[[User:Bmy|Bob Y.]] 14:59, 21 May 2012 (EDT)
 
 
=== Issues that needed to be resolved ===
 
 
These different sources of LAI data (i.e. one data set stored in the <tt>lai*.global files</tt> at GEOS-Chem resolution, one data stored in binary files at 1&deg; x 1&deg; native resolution, and the special data sets for the 0.5&deg; x 0.666&deg; nested grids) presented an inconsistency that had to be resolved in order for GEOS-Chem development to advance towards full [[Grid-independent GEOS-Chem|grid independence]].
 
 
Furthermore, for the [[Grid-independent GEOS-Chem|GEOS-Chem HP]] project we must migrate away from ASCII files (which prevent efficient interfacing with external GCMs).  We also cannot assume any particular horizontal grid, since that is now to be specified by the external GCM.  Therefore, we must instead read the LAI data from disk at the same native resolution, and from this, populate the arrays that are used by the dry deposition, soil NOx emissions, and MEGAN biogenic emissions modules.
 
 
Finally, to facilitate simulations at ultra-fine horizontal resolution, we will adopt the [[Olson land map#Olson 2001 land map|Olson 2001 land map]], which has a native resolution of 0.25&deg; x 0.25&deg;.  We will also use an updated version of the MODIS LAI data at 0.25 x 0.25 resolution.  We needed to have a flexible mechanism that will allow us to switch between LAI data at different native horizontal resolutions.
 
 
--[[User:Bmy|Bob Y.]] 15:01, 21 May 2012 (EDT)
 
  
 
== Yuan processed MODIS LAI ==
 
== Yuan processed MODIS LAI ==

Revision as of 18:50, 8 March 2019

On this page we provide an overview of how leaf area index (LAI) data is used in GEOS-Chem. Leaf area index is defined as the total leaf surface area divided by the total surface area of a grid box (typical units are: cm2 leaf cm-2 GEOS-Chem grid box).

Also be sure to see our MODIS leaf area indices page, which describes the leaf area indices derived from the MODIS satellite instrument.

Yuan processed MODIS LAI

The Yuan processed MODIS LAI product will be read by default, starting in GEOS-Chem 12.3.0 and later versions.

Barron Henderson wrote:

LAI products from MODIS come from many sources, some of which are more recent than the ones in GEOS-Chem at this time. I explored both the MODIS product using very basic processing and the product described by Yuan et al. 2011. I propose updating LAI to the product described by Yuan et al. 2011. This product is available from 2000 through 2015 and was previously applied with MEGAN by Sindelarova et al. (2014). I performed tests with GEOS-Chem v9-02 and saw generally consistent results.

I processed LAI for 2008-2010 and simulated isoprene emissions for 2010 using both the product already in GEOS-Chem and the Yuan et al. (2011) product. LAI varies both intra and inter-annually. GEOS-Chem currently applies year-specific LAI for 2005-2009. Beyond 2009, GEOS-Chem currently uses LAI from 2008. Before 2005, GEOS-Chem currently uses LAI from 2005. By comparing LAI from 2008, we can understand the difference between LAI products. Looking at isoprene emissions from 2010 estimates the difference due to LAI product and the effect of interannual variability.

The differences between products (the product we currently use, basic processing of MODIS, and Yuan) is larger than the differences between years. The Yuan product having been used in Sindelarova (2014) with Guenther as a co-author and explicit discussion of better gap filling leads me to select the Yuan product.

Using the Yuan product reduces isoprene emissions by 4-7% per month (see File:README LAI BNU.txt). In specific locations, the differences can be quite high. These may be a combination of edge effects where spatial processing was different, gap filling, and a difference in the LAI maximum. Sindelarova et al (2014) applied the Yuan dataset with a 7 m2/m2 maximum, which was not applied in my tests and may account for some large differences. The largest differences occur in areas with the lowest emissions.

Standard Yuan 2*(Yuan - STD)/(Yuan+STD)Mean fractional bias
Standard From Yuan 2*(Yuan - STD)/(Yuan+STD)

For 2010, there is not a huge difference that motivates a high priority implementation. However, upon further reflection, this update seems easy and practical. It also has the added benefit of providing a consistent product for a 15-year period.

  1. Yuan, H., Dai, Y., Xiao, Z., Ji, D., Shangguan, W., 2011. Reprocessing the MODIS Leaf Area Index Products for Land Surface and Climate Modelling. Remote Sensing of Environment, 115(5), 1171-1187. doi:10.1016/j.rse.2011.01.001,
  2. Sindelarova, K., Granier, C., Bouarar, I., Guenther, A., Tilmes, S., Stavrakou, T., Müller, J.-F., Kuhn, U., Stefani, P., and Knorr, W.: Global data set of biogenic VOC emissions calculated by the MEGAN model over the last 30 years, Atmos. Chem. Phys., 14, 9317-9341, doi:10.5194/acp-14-9317-2014, 2014.

--barronh 11:30, 4 Nov 2016 (EDT) edited drastically at 2:08pm.

Jenny Fisher followed up on 5/31/2018:

I have downloaded and processed the Yuan BNU MODIS LAI product for 2005-2016.
There are a couple of caveats:
  1. The MODIS LAI files seem to be some of the only lingering files left that are NOT read by HEMCO. This means that there is a bunch of hardcoding associated with reading the files. And a few issues associated with that:
    • Although the files are provided at very high resolution (and I could have regridded to match GEOS-Chem resolution, or something else that would be useful in future), I had to maintain these at generic 0.25°x0.25° to match what was already done in modis_lai_mod.F
    • The new files operate on a different time basis (weekly vs. monthly) so there were a number of hardcoded changes required to facilitate weekly reading.
  2. I haven’t benchmarked the impact of the changes. Barron did this when he prepared some of the files (that’s what is on the wiki page you linked to), but I prepared my versions separately (and slightly differently, i.e. including a maximum LAI value) so the comparison would look different.

For #1 – I think the issues would be solved if GCST could translate the existing MODIS LAI reading code into HEMCO (as HEMCO could handle the different resolutions and time periods). Is that a possibility?

For #2 – unfortunately I don’t have the resources to do any extra runs at the moment, so I can’t test the global impacts. But assuming this update is not coupled with other isoprene emission updates, the normal GCST benchmarking procedure would show us how much impact it had.

Lizzie Lundgren wrote:

I believe the hard-coded regridding of MODIS LAI from fine to coarse resolution within GEOS-Chem Classic is due to the dependence on the Olson land map for regridding. I don’t think HEMCO currently has the capacity to do this, but Christoph please correct me if I am wrong. We actually bypass the hard-coded regridding entirely in GCHP and use MAPL ExtData instead. However, this required GMAO to implement a fractional regridding algorithm within ExtData which GMAO graciously did for us. I wonder if we could do something similar in HEMCO?

Christoph Keller wrote:

What I did in GEOS-5 (prior to the ExtData update) was to create a separate mask for every Olson land type, which can then be regridded using the regular regridding routines. This could be a workaround for GC classic.

--Bob Yantosca (talk) 18:49, 8 March 2019 (UTC)

Implementation of an updated LAI code

Obsolete.jpg

>In GEOS-Chem 12.3.0 and later versions, leaf area index data is read via HEMCO. The code discussed below has since been removed.

This update was tested in the 1-month benchmark simulation v9-01-03j and approved on 17 Apr 2012.

To resolve the issues discussed in the preceding section, the GEOS-Chem Support Team has created the following new GEOS-Chem modules:

olson_landmap_mod.F90
Used to read in the Olson land cover map directly from netCDF files at its native resolution (0.5° x 0.5° if using Olson 1992, 0.25° x 0.25° if using Olson 2001). This removes the need for obsolete ASCII files. Please see our Olson land map wiki page for a complete description.
modis_lai_mod.F90
This module replaces the existing GEOS-Chem module lai_mod.F. Using the Olson land map information supplied by olson_landmap_mod.F90, the routines in modis_lai_mod.F90 perform the following tasks:
  1. Read MODIS LAI data from netCDF files at its native resoluton (either 0.5° x 0.5° or 0.25° x 0.25°, depending on which Olson land map version is used)
  2. Regrid MODIS LAI data to the current GEOS-Chem resolution on-the-fly.
  3. Populate the XLAI array for backwards compatibility with the existing legacy Dry deposition and Soil NOx emissions modules.
  4. Populate LAI arrays that are needed for MEGAN biogenic emissions and the Mercury simulation.
mapping_mod.F90
Used to pass land type and regridding information from olson_landmap_mod.F90 to modis_lai_mod.F90.

For the MEGAN biogenic emissions and Mercury simulations, we have now replaced variables from lai_mod.F with the corresponding variables from modis_lai_mod.F90 as shown in this table:

Variable Type Which stores this quantity In this module Is now replaced by In this module
ISOLAI array Daily interpolated leaf area index [cm2 cm-2] lai_mod.F GC_LAI modis_lai_mod.F90
PMISOLAI array Previous month's leaf area index, as read from disk [cm2 cm-2] lai_mod.F GC_LAI_PM modis_lai_mod.F90
MISOLAI array Current month's leaf area index, as read from disk [cm2 cm-2] lai_mod.F GC_LAI_CM modis_lai_mod.F90
NMISOLAI array Next month's leaf area index, as read from disk [cm2 cm-2] lai_mod.F GC_LAI_NM modis_lai_mod.F90
DAYS_BTW_M scalar # of days between the start of 2 successive LAI months lai_mod.F DAYS_BTW_MON modis_lai_mod.F90

We have also taken the opportunity to replace the obsolete XYLAI array with XLAI, which has allowed us to retire the obsolete legacy code module CMN_VEL_mod.F. We will keep the XLAI array for compatibility with the dry deposition module for the foreseeable future (at least until the dry deposition module is modernized).

--Bob Y. 15:11, 17 December 2012 (EST)

Validation

The following sections describe how we have validated the new leaf area index scheme in GEOS-Chem.

Using Olson 1992 land map

NOTE: The Olson 1992 land map is now de-supported in GEOS-Chem 12.

NOTE: The new leaf area index algorithm with Olson 1992 land map was also validated with 1-month benchmark v9-01-03j.

We have tested the implementation of the new LAI scheme with 1-month benchmarks. We used the Olson 1992 land map (which is the default in GEOS-Chem) and MODIS LAI data, both at 0.5° x 0.5° resolution. Here are our results:

1. Because we are now regridding MODIS LAI from finer resolution than 1° x 1°, the LAI stored in arrays in modis_lai_mod.F90 (i.e. in arrays GC_LAI, GC_LAI_PM, GC_LAI_CM and GC_LAI_NM) differ slightly when compared to GEOS-Chem output using LAI that was regridded from 1° x 1°. In general, individual LAI values at a particular grid box will generally agree to the first 3 decimal places. This will cause slight differences in the emissions of biogenic species computed by MEGAN.

2. The plot below compares the LAI (stored in the ISOLAI array of lai_mod.F) from v9-01-03i, to LAI computed by the updated scheme (stored in the GC_LAI array of modis_lai_mod.F90). Monthly mean LAI from v9-01-03i is shown on the top left panel and monthly mean LAI from the updated scheme is shown on the top right panel.

Lai diff.png

As you can see, maximum difference for this month is less than 0.2 cm2 cm-2. As mentioned in point #1 above, we attribute this to regridding from 0.5° x 0.5° native resolution.

3. We have also confirmed that the updated LAI scheme generates identical XLAI arrays w/r/t the old scheme used in v9-01-03i. This causes the Dry deposition and Soil NOx emissions codes to behave in precisely the same way as before. This is evidenced by the following plot comparing O3 dry deposition velocities (cm s-1) from GEOS-Chem v9-01-03i (left top panel) and GEOS-Chem with the updated LAI scheme (right top panel).

Ox vd diff.png

We have performed a 1-month benchmark (July 2005, using 4° x 5° GEOS-5 met data) using the new LAI scheme and have compared that to v9-01-03i. ISORROPIA was turned off in both simulations to negate the random numerical noise error. The following plots and tables show very minor differences in tracer concentrations and emissions.

Quantity being plotted Plot Remarks
Frequency distribution histogram Click HERE to view Most species have close to 100% of data points within the central bar. ISOP and its products have some spread, but that is likely due to small numerical differences.
Emissions table Click HERE to view NOTE: isoprene emissions
Emissions ratio for isoprene Click HERE to view For ISOP, the differences in ratio tend to occur where ISOP concentrations are already very small.
Absolute differences @ surface and 500hPa, all species (using fixed data ranges) Click HERE to view
Absolute differences @ surface and 500hPa, all species (using the dynamic range of the data) Click HERE to view Many species have abs diffs less than +/-0.05 ppbv. The largest differences are ISOP (+/-0.7 ppbC) and CO (+/-0.6 ppbv). These differences are likely well within the level of the uncertainties of the emissions data.
Zonal mean differences, all species (using fixed data ranges) Click HERE to view
Zonal mean differences, all species (using the dynamic range of the data) Click HERE to view All species show very small zonal mean differences, typically +/-0.2 ppbv or less.


Conclusions

  1. Neither dry deposition nor soil NOx emissions are responsible for the differences seen in the plots & tables above
  2. Regriding LAI from 0.5° x 0.5° (as opposed to 1° x 1&deg) causes slight numerical differences in the daily interpolated LAI values, which in turn, causes minor differences in biogenic emissions computed by MEGAN. This is reponsible for the the differences seen in the plots and tables above.

--Bob Y. 15:12, 13 April 2012 (EDT)

Using Olson 2001 land map

Switching from the Olson 1992 land map to the Olson 2001 land map seems to produce very different results in the GEOS-Chem full-chemistry simulation. The plot below shows the monthly average of daily-interpolated LAI values in a GEOS-Chem simulation with GEOS-5 met fields at 4° x 5° resolution. The left panel shows the monthly-mean LAI from v9-01-03i; the right panel is taken from a 1-month benchmark using the Olson 2001 land map and MODIS LAI (both at 0.25° x 0.25° native resolution). The absolute and percent differences are also plotted.

Lai olson2001 diff.png

As you can see there is a marked discrepancy in the LAI values. The new LAI values over the Amazon lower by ~1 cm2 cm-2, and by approximately 0.5 cm2 cm-2 over much of North America.

Eloise Marais wrote:

I think these differences make sense, based on the changes to the Olson 2001 landcover map. The Olson 2001 landcover map defines many of the gridsquares in the tropics as degraded forest, woodlands, or tree crops, leading to a reduction in LAI.

--Emarais 16:59, 13 April 2012 (EDT)

These differences daily LAI also apparently impact the dry deposition velocities, as seen in the following plot. Here we plot the O3 dry deposition velocity (cm s-1) from v9-01-03i (top left panel) vs. O3 dry deposition velocity computed using the Olson 2001 land map and MODIS LAI, both at 0.25° x 0.25° native resolution:

Ox vd Olson2001 diff.png

We have performed a 1-month benchmark (July 2005, using 4° x 5° GEOS-5 met data) using the updated LAI scheme with the Olson 2001 land map, and have compared that to v9-01-03i. ISORROPIA was turned off in both simulations to negate the random numerical noise error. The following plots and tables show substantial differences in tracer concentrations and emissions.

Quantity being plotted Plot Remarks
Frequency distribution histogram Click HERE to view Many species show significant spread away from the central bar of the histogram.
Emissions table Click HERE to view NOTE: isoprene emissions decrease by 3.5 Tg C. Differences of -0.1 to -0.6 ppbC are also apparent in the other biogenic species. Soil NOx emissions decrease by -0.033 Tg N.
Emissions ratio for isoprene Click HERE to view In places where isoprene concentrations are already low, the new land map and LAI make these emissions go even lower (often by more than half).
Absolute differences @ surface and 500hPa, all species (using fixed data ranges) Click HERE to view NOx changes at the surface by +/-2ppb; Ox by up to +/-6ppb; ISOP by up to -6ppbC over the Amazon.
Absolute differences @ surface and 500hPa, all species (using the dynamic range of the data) Click HERE to view
Zonal mean differences, all species (using fixed data ranges) Click HERE to view
Zonal mean differences, all species (using the dynamic range of the data) Click HERE to view

It should be noted that these differences may not just be due to regridding from 0.25° x 0.25° to 4° x 5° resolution. The Olson 2001 land map uses a different land type numbering system than the Olson 1992 land map, which may cause the dry deposition and emission algorithms to function differently than in previous versions.

--Bob Y. 15:18, 13 April 2012 (EDT)

Eloise Marais wrote:

The isoprene emissions ratio plot (3rd entry in the above table) is reasonable, as the coastal regions experience the largest change in LAI in going from MODIS LAI at 0.5x0.5 degrees to MODIS LAI at 0.25x0.25 degrees as input for estimating isoprene emissions in MEGAN. Regions where isoprene emissions are most important (such as the tropics year-round and the southeast US in JJA) are unchanged by the new MODIS LAI fields.

--Emarais 16:59, 13 April 2012 (EDT)

Updates for GEOS-Chem v11-01

These updates were validated with 1-month benchmark GEOS-Chem v11-01b (approved 04 Aug 2015).

Matthew Johnson has provided the following data files, which will be added to v11-01b as part of the online emission of marine POA update:

  1. Added monthly MODIS-Aqua chlorophyll-A data files for all years for which we have LAI data as well as through 2014.

For more information, please see the chlorophyll-A data section of the following README files:

  1. ExtData/CHEM_INPUTS/MODIS_LAI_201204/For_Olson_1992/README
  2. ExtData/CHEM_INPUTS/MODIS_LAI_201204/For_Olson_2001/README

NOTE: LAI data was also provided for additional years (2009 through 2011) but is not currently used in v11-01 pending validation.

--Lizzie Lundgren (talk) 15:47, 16 July 2015 (UTC)