We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2e050 commit a440d01Copy full SHA for a440d01
data_override/include/data_override.inc
@@ -21,7 +21,7 @@
21
! modules. These modules are not intended to be used directly - they should be
22
! used through the data_override_mod API. See data_override.F90 for details.
23
24
-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
25
use yaml_parser_mod
26
use constants_mod, only: DEG_TO_RAD
27
use mpp_mod, only : mpp_error, FATAL, WARNING, NOTE, stdout, stdlog, mpp_max
0 commit comments