Skip to content

Commit

Permalink
ESCOMP tag: cam6_4_068
Browse files Browse the repository at this point in the history
Merge pull request ESCOMP#1215 from brian-eaton/rm-eul

cam6_4_068:  remove Eulerian dycore

ESCOMP commit: ce3beab
  • Loading branch information
brian-eaton authored and Steve Goldhaber committed Feb 22, 2025
1 parent 6548bdd commit 8918fa7
Show file tree
Hide file tree
Showing 123 changed files with 250 additions and 20,110 deletions.
9 changes: 0 additions & 9 deletions bld/config_files/horiz_grid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

<config_horiz_grid>

<horiz_grid dyn="eul" hgrid="512x1024" nlat="512" nlon="1024" m="341" n="341" k="341" />
<horiz_grid dyn="eul" hgrid="256x512" nlat="256" nlon="512" m="170" n="170" k="170" />
<horiz_grid dyn="eul" hgrid="128x256" nlat="128" nlon="256" m="85" n="85" k="85" />
<horiz_grid dyn="eul" hgrid="64x128" nlat="64" nlon="128" m="42" n="42" k="42" />
<horiz_grid dyn="eul" hgrid="48x96" nlat="48" nlon="96" m="31" n="31" k="31" />
<horiz_grid dyn="eul" hgrid="32x64" nlat="32" nlon="64" m="21" n="21" k="21" />
<horiz_grid dyn="eul" hgrid="8x16" nlat="8" nlon="16" m="5" n="5" k="5" />
<horiz_grid dyn="eul" hgrid="1x1" nlat="1" nlon="1" m="1" n="1" k="1" />

<horiz_grid dyn="fv" hgrid="0.23x0.31" nlat="768" nlon="1152" />
<horiz_grid dyn="fv" hgrid="0.47x0.63" nlat="384" nlon="576" />
<horiz_grid dyn="fv" hgrid="0.5x0.625" nlat="361" nlon="576" />
Expand Down
40 changes: 0 additions & 40 deletions bld/namelist_files/use_cases/dabi_p2004.xml

This file was deleted.

10 changes: 0 additions & 10 deletions bld/namelist_files/use_cases/held_suarez_1994.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,9 @@

<start_ymd> 10101 </start_ymd>

<!-- Initial condition files -->
<ncdata hgrid="128x256" nlev="30">atm/cam/inic/gaus/HS1994.128x256.L30_c062216.nc</ncdata>
<ncdata hgrid="128x256" nlev="60">atm/cam/inic/gaus/HS1994.128x256.L60_c061516.nc</ncdata>
<ncdata hgrid="64x128" nlev="30">atm/cam/inic/gaus/HS1994.64x128.L30_c061616.nc</ncdata>

<!-- Perturb initial temperature -->
<pertlim> 1.0D-5 </pertlim>

<!-- Modified horizontal diffusion -->
<eul_hdif_order dyn="eul" > 4 </eul_hdif_order>
<eul_hdif_coef hgrid="64x128" > 1.17D16 </eul_hdif_coef>
<eul_hdif_coef hgrid="128x256" > 7.14D14 </eul_hdif_coef>

<!-- history output customization -->
<nhtfrq>0,-6</nhtfrq>
<fincl2>
Expand Down
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
Loading

0 comments on commit 8918fa7

Please sign in to comment.