Skip to content

Commit

Permalink
update fire_emis_factors_file
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-eaton committed Jan 17, 2025
1 parent e30e10d commit 7f5fb23
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
'IVOC = 0.033*C2H4 + 0.035*C2H6 + 0.049*C3H6 + 0.052*C3H8 + 0.066*BIGENE + 0.068*BIGALK + 0.068*CH3COCH3 + 0.085*MEK + 0.052*CH3CHO + 0.035*CH2O + 0.108*TOLUENE + 0.092*BENZENE + 0.125*XYLENE'
</fire_emis_specifier>
<fire_emis_elevated>.false.</fire_emis_elevated>
<fire_emis_factors_file>lnd/clm2/firedata/fire_emission_factors_78PFTs_c20220111.nc</fire_emis_factors_file>
<fire_emis_factors_file>lnd/clm2/firedata/fire_emission_factors_78PFTs_c20240624.nc</fire_emis_factors_file>

<ext_frc_type>INTERP_MISSING_MONTHS</ext_frc_type>

Expand Down
18 changes: 14 additions & 4 deletions doc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,25 @@
Tag name:
Originator(s): eaton
Date:
One-line Summary: remove Eulerian dycore
One-line Summary: remove Eulerian dycore; fix fire emissions
Github PR URL: https://github.com/ESCOMP/CAM/pull/1215

Purpose of changes (include the issue number and title text for each relevant GitHub issue):

Resolve issue #1170 - Remove Eulerian dycore from cam_development

Resolve issue #1148 - Update fire_emissions_factors in hist_trop_strat_vbsfire_cam6 usecase

Describe any changes made to build system:
. remove option to build 'eul' dycore

Describe any changes made to the namelist:
Describe any changes made to the namelist: none

List any changes to the defaults for the boundary datasets:
. change value of fire_emis_factors_file to
lnd/clm2/firedata/fire_emission_factors_78PFTs_c20240624.nc

Describe any substantial timing or memory changes:
Describe any substantial timing or memory changes: none

Code reviewed by:

Expand Down Expand Up @@ -63,6 +67,10 @@ bld/namelist_files/namelist_defaults_cam.xml
bld/namelist_files/use_cases/held_suarez_1994.xml
. remove eul specific settings

bld/namelist_files/use_cases/hist_trop_strat_vbsfire_cam6.xml
. change value of fire_emis_factors_file to
lnd/clm2/firedata/fire_emission_factors_78PFTs_c20240624.nc

cime_config/buildcpp
. remove the translations for the Eulerian atm_grid values, e.g., CESM
specified T5 but CAM's configure expected 8x16.
Expand Down Expand Up @@ -142,7 +150,9 @@ izumi/gnu/aux_cam:
CAM tag used for the baseline comparison tests if different than previous
tag:

Summarize any changes to answers: BFB
Summarize any changes to answers: BFB. Compset FCfireHIST has answer
changes due to updating fire_emis_factors_file. This compset isn't tested
in aux_cam.

===============================================================
===============================================================
Expand Down

0 comments on commit 7f5fb23

Please sign in to comment.