Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove path length parameter from field_manager #1564

Open
rem1776 opened this issue Aug 1, 2024 · 0 comments
Open

remove path length parameter from field_manager #1564

rem1776 opened this issue Aug 1, 2024 · 0 comments
Labels
enhancement Issue/PR for a modification that increases performance, improves syntax, or adds functionality.

Comments

@rem1776
Copy link
Contributor

rem1776 commented Aug 1, 2024

Is your feature request related to a problem? Please describe.
There is a a variable for file/path name length fm_path_name_len set in the field manager. This should be removed when possible so we can use consistent lengths across the code instead of defining different lengths in different areas.

Describe the solution you'd like
Once a consistent path length is added to FMS, we should remove usage of the field_manager-specific variable (used in land_lad2 and ocean_BGC), and then remove it from field_manager.

Describe alternatives you've considered
Keeping the variable as is, it will now be set to a parameter set in platform_mod.

Additional context
came up while working on #1518

@rem1776 rem1776 added the enhancement Issue/PR for a modification that increases performance, improves syntax, or adds functionality. label Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issue/PR for a modification that increases performance, improves syntax, or adds functionality.
Projects
None yet
Development

No branches or pull requests

1 participant