Skip to content

Commit 799b956

Browse files
dougiesquirerem1776
andauthored
remove path length names from field manager (#51)
Co-authored-by: rem1776 <[email protected]>
1 parent 739258c commit 799b956

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

generic_tracers/generic_BLING.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
module generic_BLING
171171

172172
use coupler_types_mod, only: coupler_2d_bc_type
173-
use field_manager_mod, only: fm_string_len, fm_path_name_len
173+
use field_manager_mod, only: fm_string_len
174174
use mpp_mod, only: input_nml_file, mpp_error, stdlog, NOTE, WARNING, FATAL, stdout, mpp_chksum
175175
use fms_mod, only: write_version_number, check_nml_error
176176
use time_manager_mod, only: time_type

generic_tracers/generic_COBALT.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
module generic_COBALT
128128

129129
use coupler_types_mod, only: coupler_2d_bc_type
130-
use field_manager_mod, only: fm_string_len, fm_path_name_len
130+
use field_manager_mod, only: fm_string_len
131131
use mpp_mod, only: mpp_clock_id, mpp_clock_begin, mpp_clock_end
132132
use mpp_mod, only: CLOCK_COMPONENT, CLOCK_SUBCOMPONENT, CLOCK_MODULE
133133
use mpp_mod, only: input_nml_file, mpp_error, stdlog, NOTE, WARNING, FATAL, stdout, mpp_chksum

generic_tracers/generic_TOPAZ.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
module generic_TOPAZ
7979

8080
use coupler_types_mod, only: coupler_2d_bc_type
81-
use field_manager_mod, only: fm_string_len, fm_path_name_len
81+
use field_manager_mod, only: fm_string_len
8282
use mpp_mod, only: mpp_error, NOTE, WARNING, FATAL, stdout, mpp_chksum
8383
use time_manager_mod, only: time_type
8484
use fm_util_mod, only: fm_util_start_namelist, fm_util_end_namelist

generic_tracers/generic_miniBLING.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ module generic_miniBLING_mod
8888
#include <fms_platform.h>
8989

9090
use coupler_types_mod, only: coupler_2d_bc_type
91-
use field_manager_mod, only: fm_string_len, fm_path_name_len, fm_field_name_len
91+
use field_manager_mod, only: fm_string_len, fm_field_name_len
9292
use mpp_mod, only: mpp_error, NOTE, FATAL
9393
use mpp_mod, only: stdout
9494
use time_manager_mod, only: time_type

generic_tracers/generic_tracer_utils.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module g_tracer_utils
2626
use mpp_mod, only: mpp_pe, mpp_root_pe, mpp_sync
2727
use time_manager_mod, only : time_type
2828

29-
use field_manager_mod, only: fm_string_len, fm_path_name_len, fm_new_list, fm_change_list, fm_get_value
29+
use field_manager_mod, only: fm_string_len, fm_new_list, fm_change_list, fm_get_value
3030
use field_manager_mod, only: fm_dump_list, fm_loop_over_list
3131

3232
use fms_mod, only: stdout

0 commit comments

Comments
 (0)