From 07a592d881717eb6a0081ca2d75dd126907228bb Mon Sep 17 00:00:00 2001 From: rem1776 Date: Fri, 2 Aug 2024 12:02:35 -0400 Subject: [PATCH] missed import --- diag_manager/fms_diag_file_object.F90 | 1 + 1 file changed, 1 insertion(+) diff --git a/diag_manager/fms_diag_file_object.F90 b/diag_manager/fms_diag_file_object.F90 index 95e8cd8b3..753e351c0 100644 --- a/diag_manager/fms_diag_file_object.F90 +++ b/diag_manager/fms_diag_file_object.F90 @@ -50,6 +50,7 @@ module fms_diag_file_object_mod use fms_diag_output_buffer_mod, only: fmsDiagOutputBuffer_type use mpp_mod, only: mpp_get_current_pelist, mpp_npes, mpp_root_pe, mpp_pe, mpp_error, FATAL, stdout, & uppercase, lowercase, NOTE +use platform_mod, only: FMS_FILE_LEN implicit none private