Skip to content

Commit 8a8aa6f

Browse files
committed
Apply clang format patch.
1 parent c5b5a04 commit 8a8aa6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/eamxx/src/physics/mam/eamxx_mam_microphysics_process_interface.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ MAMMicrophysics::set_grids(const std::shared_ptr<const GridsManager> grids_manag
207207
true, mam_coupling::gas_pcnst(), "num_gas_aerosol_constituents");
208208

209209
const FieldLayout vector2d_nmodes = grid_->get_2d_vector_layout(nmodes, "nmodes");
210-
const FieldLayout vector2d_pcnst = grid_->get_2d_vector_layout(
211-
mam_coupling::gas_pcnst(), "num_gas_aerosol_constituents");
210+
const FieldLayout vector2d_pcnst =
211+
grid_->get_2d_vector_layout(mam_coupling::gas_pcnst(), "num_gas_aerosol_constituents");
212212

213213
// Diagnostics: tendencies due to gas phase chemistry [mixed units: kg/kg/s or #/kg/s]
214214
add_field<Computed>("mam4_microphysics_tendency_gas_phase_chemistry",
@@ -245,8 +245,8 @@ MAMMicrophysics::set_grids(const std::shared_ptr<const GridsManager> grids_manag
245245
vector3d_num_gas_aerosol_constituents, nondim, grid_name);
246246
add_field<Computed>("mam4_microphysics_tendency_renaming_cloud_borne",
247247
vector3d_num_gas_aerosol_constituents, nondim, grid_name);
248-
constexpr auto cm2 = m*m/10000;
249-
add_field<Computed>("mam4_gas_dry_deposition_flux", vector2d_pcnst, 1/cm2/s, grid_name);
248+
constexpr auto cm2 = m * m / 10000;
249+
add_field<Computed>("mam4_gas_dry_deposition_flux", vector2d_pcnst, 1 / cm2 / s, grid_name);
250250
}
251251

252252
// Creating a Linoz reader and setting Linoz parameters involves reading data

0 commit comments

Comments
 (0)