Add default missing values for missing values handling in various codes #14
Closed
btsuang wants to merge 3 commits into
Closed
Add default missing values for missing values handling in various codes #14btsuang wants to merge 3 commits into
btsuang wants to merge 3 commits into
Conversation
Member
|
Thank you for your pull request. However, we will not be able to accept this pull request. As there are many components that use the constants_mod module and many different files each of which use a different 'default' missing value. Although I agree a "default" would be beneficial, the values set should follow one set by one of the conventions (e.g. the CF convention, CMOR, the NetCDF fill parameters, etc.). |
underwoo
added a commit
that referenced
this pull request
Jun 1, 2016
diag_manager would increase the number of attributes for a field when attempting to prepend new values. This fixes the issue. Fixes #14
colingladueNOAA
pushed a commit
that referenced
this pull request
Mar 13, 2020
Merge in updates from FMS master branch to my fork
danholdaway
added a commit
to JCSDA/FMS
that referenced
this pull request
Oct 16, 2020
CDash labeling
thomas-robinson
pushed a commit
that referenced
this pull request
Jun 15, 2022
* Remove OVERLOAD_R8 directives regarding send_data_*d_r8 subroutines * Add Doxygen comments to constants4.F90
climbfuji
pushed a commit
to climbfuji/FMS
that referenced
this pull request
Apr 23, 2024
…e-heap-arrays Fix Intel 19+MOM issue with debug
uramirez8707
pushed a commit
to uramirez8707/FMS
that referenced
this pull request
May 21, 2024
Add SHiELD atmos_model.F90 as an option
uramirez8707
pushed a commit
to uramirez8707/FMS
that referenced
this pull request
Jul 11, 2024
nikizadehgfdl
pushed a commit
to nikizadehgfdl/FMS
that referenced
this pull request
Feb 26, 2026
Bugfix: uo,vo diagnostics were registered on B grid
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I am writing code for reading World Ocean Data. The data sets have missing values. I found in various codes. The missing values can be varied from code to code. Therefore, default missing values for real (real_missing) and for integer (int_missing) are suggested, here, in the FMS. Then, programmers can be shared with the same missing value.