Skip to content

Conversation

@kshedstrom
Copy link
Contributor

  • Not actually calling Icepack ponds yet.

type(ice_state_type), intent(inout) :: IST !< A type describing the state of the sea ice.
type(SIS_hor_grid_type), intent(inout) :: G !< G The ocean's grid structure.
type(ice_grid_type), intent(inout) :: IG !< The sea-ice-specific grid structure.
real, dimension(SZI_(G),SZJ_(G),SZCAT_(IG)), intent(inout) :: mca_ice !< mass of ice?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please specify the units of all real arguments and internal variables using the same syntax (here it would probably be [R Z ~> kg m-2]) as is used elsewhere in the SIS2 code. This comment applies to many places in ice_pond.F90.

Copy link
Member

@Hallberg-NOAA Hallberg-NOAA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have looked through these proposed changes, and they look like a valuable step towards adding pond ice to SIS2. The only thing I would change first is to add some more documentation of the units of real variables (and perhaps some other syntax changes) to align with the SIS2/MOM6 style guide at https://github.com/NOAA-GFDL/MOM6/wiki/Code-style-guide.

 - Not actually calling Icepack ponds yet.
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.

2 participants