Replies: 1 comment
-
|
@rosiealice @mvdebolskiy @kjetilaas @maritsandstad - I've added a new section at the top called drv_flds_in that clarifies the recommendation that @mvdebolskiy made at our meeting this morning. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
drv_flds_in
drydep_inparmsetting indrv_flds_inand both cam and clm use the file drv_flds_in and the namelist groupdrydep_inparmto determine if drydep velocities will be sent from clm -> cmeps -> cam./xmlchange --append CLM_BLDNML_OPTS='-drydep'shr_drydep_mod
~/$SRCROOT/components/cmeps/cesm/nuopc_cap_share/shr_drydep_mod.F90netcdf dep_data_c20221208 { dimensions: n_species_table = 193 ; NHen = 6 ; chars = 16 ; variables: char species_name_table(n_species_table, chars) ; species_name_table:long_name = "names of species in dry deposition tables" ; double dfoxd(n_species_table) ; dfoxd:long_name = "data for foxd (reactivity factor for oxidation)" ; double dheff(n_species_table, NHen) ; dheff:long_name = "data for effective Henry\'s Law coefficient" ; double mol_wghts(n_species_table) ; mol_wghts:long_name = "species molecular mass" ; mol_wghts:units = "grams/mole" ;Note that 'DMS', 'H2O2', 'H2SO4', 'SO2' are all entries in
species_name_tableand the following module arrays are used by CTSM in DryDepVelocity.F90 and depend on the season and land type
where the indices in the above arrays correspond to the following
The season index is calculated as follows:
CTSM DryDepVelocity.F90
The drydep velocity is computed as follows:
where heff and foxd are read in from
dep_data_c20221208.ncSuggestion from @mvdebolskiy
Beta Was this translation helpful? Give feedback.
All reactions