From a440d01cae396b07a538b33e292702df1cce90c3 Mon Sep 17 00:00:00 2001 From: Uriel Ramirez Date: Thu, 19 Sep 2024 08:01:42 -0400 Subject: [PATCH] include FMS_FILE_LEN in data_override_mod --- data_override/include/data_override.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_override/include/data_override.inc b/data_override/include/data_override.inc index c92a7e345..17360d0b8 100644 --- a/data_override/include/data_override.inc +++ b/data_override/include/data_override.inc @@ -21,7 +21,7 @@ ! modules. These modules are not intended to be used directly - they should be ! used through the data_override_mod API. See data_override.F90 for details. -use platform_mod, only: r4_kind, r8_kind, FMS_PATH_LEN +use platform_mod, only: r4_kind, r8_kind, FMS_PATH_LEN, FMS_FILE_LEN use yaml_parser_mod use constants_mod, only: DEG_TO_RAD use mpp_mod, only : mpp_error, FATAL, WARNING, NOTE, stdout, stdlog, mpp_max