We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Couldn't load subscription status. Retry
There was an error while loading. Please reload this page.
Added a description of the preferred use of white space after commas.
Added a description of the `if (test) &` exception to the 4+-space continuation line indenting guidance.
Added to the comments on the target line length, noting that keeping the `units` and `scale` or `conversion` arguments on the same line could justify lines that exceed 100 characters.
Fix the bizarre capitalization of doxygen.
Remove redundant exponent operator section.
Additional notes on fractional exponent powers
Added section on exponent operator
emphasize that sum() is bad
Updated Home (markdown)
Added a preamble declaring that MOM6 uses Fortran 2003 with limited constructs from Fortran 2008.
Added a line suggesting at least a 4 point indent for continuation lines, following widespread practice already in MOM6.
Updated Code style guide (markdown)
Updated Renaming the main branch in MOM6 (markdown)
Created Renaming the main branch in MOM6 (markdown)
Corrected syntax for grouping
Copies of arrays can use array syntax
FP cleanup
Added some comments for floating point reproducibility. Feedback is welcome!
Created Documentation dev workflow (markdown)
Added steps to fetch a single PR
Updated Developer workflow (markdown)
Updated Doxygen (markdown)
Updates for using doxygen
Clarified the MOM6 rules regarding the use of module use statements and forbidding implicit variables.
Added rules for division
Added rules for array syntax