You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
megan_specifier is a series of strings where each string contains one
CAM chemistry constituent name (left of = sign) and one or more MEGAN
compound (separated by + sign if more than one). Each MEGAN compound
can be proceeded by a multiplication factor (separated by *). The
specification of the MEGAN compounds to the right of the = signs tells
the MEGAN VOC model within CLM how to construct the VOC fluxes using
the factors in megan_factors_file and land surface state.
megan_factors_file read by CLM contains valid MEGAN compound names,
MEGAN class groupings and scalar emission factors
The contents of the megan_factors_file is the following:
VOC flux (E) [ug m-2 h-1] is calculated from baseline emission
emission factor epsilon [ug m-2 h-1] is specified for each of the PFT patches in the input file
OR in the case of isoprene, from mapped EFs for each PATCH
emission activity factor (gamma) [unitless] includes! dependence on PPFT, temperature, LAI, leaf age and soil moisture.
documentationImprovements or additions to documentation
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The following is a summary of how MEGAN VOC's are sent from CTSM to CAM
shr_megan_mod
information available to CAM and CTSM
~/$SRCROOT/components/cmeps/cesm/nuopc_cap_share/shr_megan_mod.F90
megan_specifier is a series of strings where each string contains one
CAM chemistry constituent name (left of = sign) and one or more MEGAN
compound (separated by + sign if more than one). Each MEGAN compound
can be proceeded by a multiplication factor (separated by *). The
specification of the MEGAN compounds to the right of the = signs tells
the MEGAN VOC model within CLM how to construct the VOC fluxes using
the factors in megan_factors_file and land surface state.
megan_factors_file read by CLM contains valid MEGAN compound names,
MEGAN class groupings and scalar emission factors
The contents of the megan_factors_file is the following:
in shr_megan_mod.F90, shr_megan_megcomps_n
CTSM VOCEmissionsMod.F90 and MEGANFactorsMod.F90
E= epsilon * gamma * rho
OR in the case of isoprene, from mapped EFs for each PATCH
gamma = gamma_l * gamma_sm * gamma_a * gamma_p * gamma_T * gamma_c
Beta Was this translation helpful? Give feedback.
All reactions