diff --git a/physics/gfdl_cloud_microphys.F90 b/physics/gfdl_cloud_microphys.F90 index 899e10613..d717f80bc 100644 --- a/physics/gfdl_cloud_microphys.F90 +++ b/physics/gfdl_cloud_microphys.F90 @@ -378,7 +378,7 @@ subroutine gfdl_cloud_microphys_init (me, master, nlunit, input_nml_file, loguni #endif ! write version number and namelist to log file - if (me == master) then + if (me==master .and. logunit>=0) then write (logunit, *) " ================================================================== " write (logunit, *) "gfdl_cloud_microphys_mod" write (logunit, nml = gfdl_cloud_microphysics_nml)