Skip to content

Commit

Permalink
Fix GEOS-Chem build with tropopause_find
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmielin committed Sep 24, 2024
1 parent ebf9516 commit 95e366b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chemistry/geoschem/chemistry.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1823,7 +1823,7 @@ subroutine chem_timestep_tend( state, ptend, cam_in, cam_out, dT, pbuf, fh2o )
use short_lived_species, only : get_short_lived_species_gc, set_short_lived_species_gc
use spmd_utils, only : masterproc
use time_manager, only : Get_Curr_Calday, Get_Curr_Date ! For computing SZA
use tropopause, only : Tropopause_findChemTrop, Tropopause_Find
use tropopause, only : Tropopause_findChemTrop
use wv_saturation, only : QSat
#if defined( MODAL_AERO )
use aero_model, only : aero_model_gasaerexch ! Aqueous chemistry and aerosol growth
Expand Down

0 comments on commit 95e366b

Please sign in to comment.