|
3 | 3 | Tag name: |
4 | 4 | Originator(s): eaton |
5 | 5 | Date: |
6 | | -One-line Summary: remove Eulerian dycore |
| 6 | +One-line Summary: remove Eulerian dycore; fix fire emissions |
7 | 7 | Github PR URL: https://github.com/ESCOMP/CAM/pull/1215 |
8 | 8 |
|
9 | 9 | Purpose of changes (include the issue number and title text for each relevant GitHub issue): |
10 | 10 |
|
11 | 11 | Resolve issue #1170 - Remove Eulerian dycore from cam_development |
12 | 12 |
|
| 13 | +Resolve issue #1148 - Update fire_emissions_factors in hist_trop_strat_vbsfire_cam6 usecase |
| 14 | + |
13 | 15 | Describe any changes made to build system: |
14 | 16 | . remove option to build 'eul' dycore |
15 | 17 |
|
16 | | -Describe any changes made to the namelist: |
| 18 | +Describe any changes made to the namelist: none |
17 | 19 |
|
18 | 20 | List any changes to the defaults for the boundary datasets: |
| 21 | +. change value of fire_emis_factors_file to |
| 22 | + lnd/clm2/firedata/fire_emission_factors_78PFTs_c20240624.nc |
19 | 23 |
|
20 | | -Describe any substantial timing or memory changes: |
| 24 | +Describe any substantial timing or memory changes: none |
21 | 25 |
|
22 | 26 | Code reviewed by: |
23 | 27 |
|
@@ -63,6 +67,10 @@ bld/namelist_files/namelist_defaults_cam.xml |
63 | 67 | bld/namelist_files/use_cases/held_suarez_1994.xml |
64 | 68 | . remove eul specific settings |
65 | 69 |
|
| 70 | +bld/namelist_files/use_cases/hist_trop_strat_vbsfire_cam6.xml |
| 71 | +. change value of fire_emis_factors_file to |
| 72 | + lnd/clm2/firedata/fire_emission_factors_78PFTs_c20240624.nc |
| 73 | + |
66 | 74 | cime_config/buildcpp |
67 | 75 | . remove the translations for the Eulerian atm_grid values, e.g., CESM |
68 | 76 | specified T5 but CAM's configure expected 8x16. |
@@ -142,7 +150,9 @@ izumi/gnu/aux_cam: |
142 | 150 | CAM tag used for the baseline comparison tests if different than previous |
143 | 151 | tag: |
144 | 152 |
|
145 | | -Summarize any changes to answers: BFB |
| 153 | +Summarize any changes to answers: BFB. Compset FCfireHIST has answer |
| 154 | + changes due to updating fire_emis_factors_file. This compset isn't tested |
| 155 | + in aux_cam. |
146 | 156 |
|
147 | 157 | =============================================================== |
148 | 158 | =============================================================== |
|
0 commit comments