-
Notifications
You must be signed in to change notification settings - Fork 137
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
User/sdu/cell measures message #7
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The new message indicates the user should contact the model liaison.
The requirements for the area/volume variable match now only require that the variable and the area/volume variable either both have a time operator (time_ops==.true.), both be instantaneous (time_ops==.false.), or the area/volume be a static field.
Corrected the spelling of a few comments, and removed a doubled word in an error message.
The .eqv. has a lower priority than both .eq. and .and.. More parenthesis are needed to get the correct value in two if blocks Also moved the test to verify that area and volume are not the same value to better assist in debugging coding mistakes.
The if statement should have referenced dimJ.
All error messages now report the module/field name of the variable that will get the cell_measure, but area/volume is not in the diag_table.
underwoo
added
the
enhancement
Issue/PR for a modification that increases performance, improves syntax, or adds functionality.
label
Nov 13, 2014
underwoo
pushed a commit
that referenced
this pull request
Oct 13, 2015
- This fixes issue #7 on NOAA-GFDL/Icebergs NOAA-GFDL/icebergs#7 forrtl: severe (408): fort: (2): Subscript #1 of the array SBUF has value 1 which is greater than the upper bound of 0
underwoo
pushed a commit
that referenced
this pull request
Mar 18, 2016
Add send_data_[23]d_r8 routines Add diag_send_complete_extra Fixes #7
underwoo
added a commit
that referenced
this pull request
Mar 18, 2016
* Add send_data_[23]d_r8 routines * Add diag_send_complete_extra
wrongkindofdoctor
pushed a commit
that referenced
this pull request
Aug 9, 2019
Checks for an extra .nc suffix on the file name of a history file.
gitleviglenn
pushed a commit
to gitleviglenn/FMS
that referenced
this pull request
Dec 16, 2019
Place all atmos_global_diag_mod routine calls inside if[n]def use_AM3_physics blocks Fixes NOAA-GFDL#7
underwoo
pushed a commit
that referenced
this pull request
Feb 3, 2020
Merge in latest updates to master branch
danholdaway
added a commit
to JCSDA/FMS
that referenced
this pull request
Oct 16, 2020
Dev/master ecbuild sync
binli2337
pushed a commit
to binli2337/FMS
that referenced
this pull request
Nov 9, 2021
…3 for atmos_4xdaily* file NaN values (NOAA-GFDL#7) * Modify sat_vapor_pres_k.F90 to fix FV3 32 bit atmos_4xdaily* file NaN values
climbfuji
pushed a commit
to climbfuji/FMS
that referenced
this pull request
Apr 23, 2024
climbfuji
pushed a commit
to climbfuji/FMS
that referenced
this pull request
Apr 23, 2024
…DL#7-rename-fms Fixes NOAA-GFDL#7. Rename GFDL_fms to fms
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
Issue/PR for a modification that increases performance, improves syntax, or adds functionality.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.