Skip to content

Commit

Permalink
fix clang-format indent
Browse files Browse the repository at this point in the history
  • Loading branch information
mjs271 committed Oct 10, 2023
1 parent aec72e8 commit 8d8e856
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/mam4xx/mo_setsox.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -975,13 +975,13 @@ void sox_cldaero_update(int loffset, Real dt, Real mbar, Real pdel, Real press,
Real dso4dt_aqrxn = (delso4_o3rxn + delso4_hprxn) / dt;
Real dso4dt_hprxn = delso4_hprxn / dt;

/*
-----------------------------------------------------------------------
now compute TMR tendencies
this includes the above aqueous so2 chemistry AND
the uptake of highly soluble aerosol precursor gases (h2so4, ...)
The wetremoval of dissolved, unreacted so2 and h2o2 are assumed as zero
*/
/*
-----------------------------------------------------------------------
now compute TMR tendencies
this includes the above aqueous so2 chemistry AND
the uptake of highly soluble aerosol precursor gases (h2so4, ...)
The wetremoval of dissolved, unreacted so2 and h2o2 are assumed as zero
*/

// dqdt due to aqueous chemistry [mol/mol/s]
Real dqdt_aq;
Expand Down

0 comments on commit 8d8e856

Please sign in to comment.