Skip to content

Commit

Permalink
include FMS_FILE_LEN in data_override_mod
Browse files Browse the repository at this point in the history
  • Loading branch information
uramirez8707 committed Sep 19, 2024
1 parent 1b2e050 commit a440d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_override/include/data_override.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a440d01

Please sign in to comment.