Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix box2001 forcing, restart fields on land, bathymetry default value, omp_suite #65

Merged
merged 6 commits into from
Mar 10, 2022

Commits on Mar 8, 2022

  1. Fix several problems noted in PR #64. This should

    address the problems with the boxrestore test errors.
    - Update box2001 so it's bit-for-bit with different blocks/decomps/pe counts.
    - Initialize bathymetry values at all gridcells when bathymetry_format='default' and use_bathymetry=.false.
    apcraig committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    15717e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef94181 View commit details
    Browse the repository at this point in the history
  3. - Zero out certain fields on land on restart files. Some fields have …

    …non-zero values
    
      over land by default and this causes problems with land block elimination and
      comparisons of different decompositions.  Does not affect science.
    - Update omp_suite to use different block sizes in comparisons
    apcraig committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    cfb505b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. use c0 instead of 0.

    apcraig committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    b85a2ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    554aece View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    090aa92 View commit details
    Browse the repository at this point in the history