Skip to content

Commit

Permalink
(*)Correct SIS summed output, including salt units
Browse files Browse the repository at this point in the history
  Corrected several dimensional consistency or dimensional documentation issues
in SIS_sum_output.F90, and generally simplified the summed output code:

 - Corrected the documented units of a several salt content variables

 - Corrected the magnitude of the diagnostic salt content stocks written to
   stdout, which had been off by 3 orders of magnitude (i.e., were in tons of
   salt) relative to what might have been expected (kg of salt).

 - Consolidated the dimensional rescaling factors into just 3 variables for the
   rescaling of areas, area integrated masses, and area integrated heat

 - Introduced separate variables for the cell-area integrated heat, water and
   salt inputs in mks units to differentiate them from the dimensionally
   rescaled variables used to accumulate column inputs per unit area

 - Removed several unused variables, especially in accumulate_input_1

  All solutions are bitwise identical, but there are changes to the output to
stdout if WRITE_STOCKS is true.
  • Loading branch information
Hallberg-NOAA committed Jan 2, 2022
1 parent 4e2454b commit 9d0329a
Showing 1 changed file with 101 additions and 107 deletions.
Loading

0 comments on commit 9d0329a

Please sign in to comment.