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

check and bound g_tracer value issue #225 #255

Merged
merged 1 commit into from
Feb 4, 2016

Conversation

nikizadehgfdl
Copy link
Contributor

  • This fix addresses the occasional negative values for concentration of some generic tracers
    that are initialized from source files with non-native resolutions.
  • Generic tracers can have min/max bounds specified in the field_table and this fix
    checks and applies the lower bound for such tracers after they are initilized to
    avoid unphysical (mostly negative underflow) values.
  • The mod for MOM_opacity.F90 is a typo fix that causes positive and irrelevant values to be printed in
    error messages that should catch only negative values.

- This fix addresses the occasional negative values for concentration of some generic tracers
  that are initialized from source files with non-native resolutions.
- Generic tracers can have min/max bounds specified in the field_table and this fix
  checks and applies the lower bound for such tracers after they are initilized to
  avoid unphysical (mostly negative underflow) values.
- The mod for MOM_opacity.F90 is a typo fix that causes positive and irrelevant values to be printed in
  error messages  that should catch only negative values.
@adcroft adcroft merged commit 9a1ca1a into dev/master Feb 4, 2016
@MJHarrison-GFDL
Copy link
Contributor

#255 closed by this commit

@nikizadehgfdl nikizadehgfdl deleted the user/nnz/bound_g_tracers_after_init branch July 27, 2016 17:55
Hallberg-NOAA added a commit to Hallberg-NOAA/MOM6 that referenced this pull request Nov 25, 2022
.testing: Fix concurrency errors in tc4 rules
gustavo-marques added a commit to gustavo-marques/MOM6 that referenced this pull request Sep 13, 2023
* Makes set_u_at_v and set_v_at_u public

* First draft for fpmix

* Change name of logical

Replaces LU_pred to L_diag, since now this logical only controls
if diagnostics should be posted.

* Updates to vertFPmix

This commit adds the latest updates to the vertFPmix subroutine
after Bill Large did some cleaning. We have highlight places in
the code where work must be done.

* Add missing use for vertFPmix

* Add omega_w2x to fluxes and forces

omega_w2x is the counter-clockwise angle of the wind stress with
respect to the horizontal abscissa (x-coordinate) at tracer
points [rad]. This variable is needed in the vertPFmix subroutine.

* Add mssing call to get_param for FPMIX

This line of code was lost during the last merge.

* Pass wavebands from coupler to wave_parameters_CS

This commit passes the waveband information recieved
from the coupler to wave_parameters_CS. This information
is set to public so that it can be used elsewhere. To
exercise this code the following must be set:

SURFBAND = COUPLER
WAVE_METHOD = SURFACE_BANDS

No answer changes.

* Describe local variables and make code consistent

* Removed L_diag and moved variables in vertFPmix

* Revert order of variables in vertFPmix
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.

3 participants