From bf2a8bb14eb460e7e1f555460fbd26023ad725b4 Mon Sep 17 00:00:00 2001 From: jatkinson1000 Date: Tue, 15 Oct 2024 05:43:03 -0600 Subject: [PATCH] Add iulog to gw_ml to write outputs to diagnostics in init scheme. --- src/physics/cam/gw_ml.F90 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/physics/cam/gw_ml.F90 b/src/physics/cam/gw_ml.F90 index c0ba4c2bd9..d9b7623775 100644 --- a/src/physics/cam/gw_ml.F90 +++ b/src/physics/cam/gw_ml.F90 @@ -9,6 +9,7 @@ module gw_ml use ppgrid, only: pver use spmd_utils, only: mpicom, mstrid=>masterprocid, masterproc, mpi_real8 use cam_abortutils, only: endrun +use cam_logfile, only: iulog use ftorch