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

BLING "spring cleaning" #778

Merged
merged 16 commits into from
May 22, 2024
Merged

BLING "spring cleaning" #778

merged 16 commits into from
May 22, 2024

Commits on Oct 3, 2023

  1. BLING "spring cleaning"

    averdy committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    fd14f6a View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    7ebae16 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. clean up store directives and restructure a little for easier AD

    This change speeds up ADTHE_MAIN_LOOP in
    verification/global_oce_bio_bling by a factor of 7 (!), mainly because
    it fixes the extensive recomputations. Relative to the version prior
    to this PR the speed up is small.
    
    With this commit (on my laptop):
    User/System/Wall clock time:   51.93 sec / 0.30 sec /  52.59 sec
    Before:
    User/System/Wall clock time:  358.49 sec / 0.35 sec / 360.67 sec
    mjlosch committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    701f15f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. clean up diagnostics, chl_sat

    averdy committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    10d6a12 View commit details
    Browse the repository at this point in the history
  2. clean up diagnostics, chl_sat

    averdy committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1f2f230 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    57aceb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    90a633b View commit details
    Browse the repository at this point in the history
  2. make s/r bling_min_val visible to taf, adjust store directives

    - remove bling_write_pickup.f from bling_ad_diff.list because the call
    is not visible to taf anyway
    - remove bling_read_pickup.f from bling_ad_diff.list because there are
    flow directives (avoid another warning)
    mjlosch committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a4661f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3b135f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a1d97c View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    e2a798f View commit details
    Browse the repository at this point in the history
  2. remove double blank line

    jm-c committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c94ecd4 View commit details
    Browse the repository at this point in the history
  3. improve new chl_sat time-window

    - rename the 2 new params to "chlsat_locTimWindow(2)" (in decimal hour)
    - use "decimal hour" consistently (this fix inaccurate time-window criteria).
    - allow to be used without pkg/cal
    jm-c committed May 21, 2024
    Configuration menu
    Copy the full SHA
    5fb3bf3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. bring back PR MITgcm#579 changes

    just to avoid un-used variables
    jm-c committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2b09c78 View commit details
    Browse the repository at this point in the history
  2. minor adjustment

    jm-c committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e26b4c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78e06af View commit details
    Browse the repository at this point in the history