Skip to content

Conversation

@Hallberg-NOAA
Copy link
Member

Cleaned up various aspects of the units arguments to get_param() calls to follow the patterns used elsewhere in the SIS2 and MOM6 code. These include:

  • 2 instances where the units arguments were moved to be on the same line as the default arguments.
  • 6 instances where "m/s" or "g/kg" were changed to "m s-1" or "g kg-1" to align with CMIP standard syntax.
  • 8 instances where there was extra space around the name assignment of an argument (e.g., changing 'units = ...' to 'units=...').
  • 1 instance where the units of "none" were changed to "nondim"

In addition, an unused and unlogged call to read ICE_BULK_SALNITY was eliminated from ice_model_init. All solutions are bitwise identical, but there are minor formatting changes to the units logged in the SIS_parameter_doc files for some variables.

  Cleaned up various aspects of the units arguments to `get_param()` calls to
follow the patterns used elsewhere in the SIS2 and MOM6 code.  These include:

  - 2 instances where the units arguments were moved to be on the same line as the
default arguments.
  - 6 instances where "m/s" or "g/kg" were changed to "m s-1" or "g kg-1" to
    align with CMIP standard syntax.
  - 8 instances where there was extra space around the name assignment of an
    argument (e.g., changing 'units = ...' to 'units=...'.
  - 1 instance where the units of "none" were changed to "nondim"

In addition, an unused and unlogged call to read ICE_BULK_SALNITY was eliminated
from ice_model_init.  All solutions are bitwise identical, but there are minor
formatting changes to the units logged in the SIS_parameter_doc files for some
variables.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant