Skip to content

Commit

Permalink
Add missing use statement for perf_mod in cam7/micro_pumas.F90
Browse files Browse the repository at this point in the history
This fixes intel and gnu builds of CHAOS2000dev compset
  • Loading branch information
gdicker1 committed Sep 15, 2024
1 parent 440e40d commit 1409359
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/physics/cam7/micro_pumas_cam.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1483,6 +1483,7 @@ subroutine micro_pumas_cam_tend(state, ptend, dtime, pbuf)
use tropopause, only: tropopause_find, TROP_ALG_CPP, TROP_ALG_NONE, NOTFOUND
use wv_saturation, only: qsat
use infnan, only: nan, assignment(=)
use perf_mod, only: t_startf, t_stopf
use cam_abortutils, only: handle_allocate_error

use stochastic_tau_cam, only: ncd
Expand Down

0 comments on commit 1409359

Please sign in to comment.