-
Notifications
You must be signed in to change notification settings - Fork 8
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
Anomalous namelist usage early in the code to set parameters #20
Comments
@charliestock , thanks for bringing this up. I also noticed that during my code cleanup & inline doc process (#17). At this moment I simply commented out those lines in branch ocean_BGC/generic_tracers/generic_COBALT.F90 Lines 204 to 212 in 9fceed8
But we definitely should remove them if they are not used anymore. Regarding how to handle the setting of parameter values, I like the |
Some of the unused parameters defined in a namelist have been removed in PR #23. The remaining parameters have now been moved to
@charliestock we may consider move some of them to |
There are a small number of parameters being defined in a name list at the beginning of the code:
ocean_BGC/generic_tracers/generic_COBALT.F90
Lines 197 to 227 in bfa0211
Many of these are a legacy from Fabien Paulot's development of dynamic ammonia exchanges across the air-sea interface and can likely be either removed and/or set as the other parameters are set. I can put together a pull request to remove these once we agree on the best approach for handling the setting of parameter values.
The text was updated successfully, but these errors were encountered: