@@ -105,11 +105,12 @@ module gex_mod
105105use field_manager_mod, only: MODEL_LAND, MODEL_ATMOS, MODEL_OCEAN, NUM_MODELS
106106use field_manager_mod, only: fm_list_iter_type, fm_dump_list, fm_field_name_len, &
107107 fm_type_name_len, fm_get_length,fm_loop_over_list, fm_init_loop, &
108- fm_string_len, fm_get_current_list, fm_path_name_len, fm_change_list, &
108+ fm_string_len, fm_get_current_list, fm_change_list, &
109109 field_manager_init
110110use fm_util_mod, only: fm_util_get_real, fm_util_get_logical, fm_util_get_string
111111use mpp_mod, only: mpp_root_pe, mpp_pe
112112use fms_string_utils_mod, only: string
113+ use platform_mod, only: FMS_PATH_LEN
113114
114115implicit none ; private
115116
@@ -193,7 +194,7 @@ subroutine gex_read_field_table(listroot,MODEL_SRC,MODEL_REC)
193194 type (fm_list_iter_type) :: iter ! iterator over the list of tracers
194195 character (fm_field_name_len) :: name = ' ' ! name of the tracer
195196 character (fm_type_name_len) :: ftype ! type of the field table entry (not used)
196- character (fm_path_name_len ) :: listname ! name of the field manager list for each tracer
197+ character (FMS_PATH_LEN ) :: listname ! name of the field manager list for each tracer
197198
198199 integer :: n
199200
0 commit comments