Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Adding Region Support for Surface Area Weighted Averages #1313

Open
wants to merge 3 commits into
base: ocean/develop
Choose a base branch
from

Commits on May 4, 2017

  1. Region file support for this analysis member.

    - On/off switches for both hard-wired regions and region files through namelist, like Water Mass Census.
    - Replaced single region scratch variable for mask with a variable 'surfaceMask' which stores the mask for all regions.
    - Compute the surfaceMask in init step to avoid recomputing it multiple times (similar to what @vanroekel has done for Layer Volume Weighted Averages).
    - Minimized range of loops to reduce redundant computations.
    Anne S Berres committed May 4, 2017
    Configuration menu
    Copy the full SHA
    7a71e01 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. Refactored to conform with issue #1305.

    Anne S Berres committed May 9, 2017
    Configuration menu
    Copy the full SHA
    6d523db View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. Removed 'SurfaceNetSalinitFlux' variable from all var arrays.

    I noticed the typo in this variable and when I wanted to fix it, it turned out that it's not used anywhere.
    I also added in a comment explaining the 'global' region in the hard-wired mask routine.
    Anne S Berres committed May 11, 2017
    Configuration menu
    Copy the full SHA
    c05f014 View commit details
    Browse the repository at this point in the history