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

*Add new update_segment_tracer_reservoirs routine #987

Merged
merged 3 commits into from
Aug 30, 2019
Merged

*Add new update_segment_tracer_reservoirs routine #987

merged 3 commits into from
Aug 30, 2019

Conversation

kshedstrom
Copy link
Collaborator

  • The OBC tracer reservoirs were being updated in MOM_tracer_advect -
    twice each! Update them separately after tracer advection.
  • The OBC tracer lengthscale was being cubed to get the volume. Change
    that to a lengthscale times the face area where the advection is
    happening.
  • Changes answers if the tracer lengthscales were not set to zero.

kshedstrom and others added 3 commits August 29, 2019 14:47
- The OBC tracer reservoirs were being updated in MOM_tracer_advect -
  twice each! Update them separately after tracer advection.
- The OBC tracer lengthscale was being cubed to get the volume. Change
  that to a lengthscale times the face area where the advection is
  happening.
- Changes answers if the tracer lengthscales were not set to zero.
- Could make it more verbose to let the user know which data are
  missing.
Copy link
Collaborator

@adcroft adcroft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codecov-io
Copy link

codecov-io commented Aug 30, 2019

Codecov Report

Merging #987 into dev/gfdl will increase coverage by 0.02%.
The diff coverage is 30.76%.

Impacted file tree graph

@@             Coverage Diff             @@
##           dev/gfdl    #987      +/-   ##
===========================================
+ Coverage     43.17%   43.2%   +0.02%     
===========================================
  Files           213     213              
  Lines         62219   62211       -8     
===========================================
+ Hits          26866   26877      +11     
+ Misses        35353   35334      -19
Impacted Files Coverage Δ
src/tracer/MOM_tracer_advect.F90 69.03% <ø> (+7.18%) ⬆️
src/core/MOM.F90 69.2% <100%> (+0.02%) ⬆️
src/core/MOM_open_boundary.F90 32.35% <29.41%> (-0.22%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b1d59c6...66a6478. Read the comment docs.

@adcroft adcroft merged commit 8db91f7 into mom-ocean:dev/gfdl Aug 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants