-
Notifications
You must be signed in to change notification settings - Fork 281
Main candidate from NCAR (04/21/2021) #1381
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
Merged
marshallward
merged 45 commits into
mom-ocean:dev/gfdl
from
gustavo-marques:main-candidate-ncar-2021-04-21
May 3, 2021
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
0361c2e
Merge pull request #169 from gustavo-marques/delete_fotgotten_code_LBD
gustavo-marques 170b4be
Fixes inconsistency in the calculation of tendency
gustavo-marques 99dcfbb
Calculate tendency using fluxes
gustavo-marques 49c0167
Merge pull request #170 from gustavo-marques/fix_lbd_tendency
alperaltuntas 280e98b
Added a counter-based PRNG to MOM_random
iangrooms 62138be
Used int64 from F2003 and added doc strings
iangrooms dde80ba
Avoids calling boundary_k_range at land pts
gustavo-marques 20a35db
Merge branch 'pr172' into dev/ncar
alperaltuntas 28d791e
Merge pull request #172 from gustavo-marques/fix_bug_neutral_diff
alperaltuntas 1c8a810
Merge pull request #171 from iangrooms/dev/ncar
alperaltuntas 0262e93
remove omp parallel do directive for a do loop including cpu_clock calls
alperaltuntas cc2b999
Merge pull request #173 from NCAR/fix_omp_set_diff
gustavo-marques c3ea9d0
Fixes latent heat from fprec and frunoff
gustavo-marques 5837db6
Merge branch 'pr174' into dev/ncar
alperaltuntas 230b839
Merge pull request #174 from gustavo-marques/latent_heat_fix
alperaltuntas e209c0e
incorporated flux correction factors
ed58876
Merge branch 'dev/ncar' of https://github.com/NCAR/MOM6 into dev/ncar
alperaltuntas b85db47
resolve minor conflicts while merging main candidate 2021-02-19 into …
alperaltuntas d29db6c
Merge branch 'pr1328_2' into main_candidate_2021-02-19
alperaltuntas 387166b
reduce the line length in mom_surface_forcing_mct
alperaltuntas 1e2fbf4
Add missing areacor
gustavo-marques 87298d7
Fix LBD module after merging main_candidate_2021-02-19
gustavo-marques 0252b7c
Merge branch 'main_candidate_2021-02-19' into fix_lbd_main_candidate_…
gustavo-marques a6cdca9
Merge pull request #178 from gustavo-marques/fix_lbd_main_candidate_2…
alperaltuntas 9ced10b
Merge pull request #177 from NCAR/main_candidate_2021-02-19
gustavo-marques 5667b70
Remove unused imports and delete blank line
gustavo-marques e97d229
Merge pull request #179 from gustavo-marques/flux_areacorr_eval
mvertens d8c0122
Merge branch 'pr1342' into merge_new_file_layout
alperaltuntas e87dffb
Merge remote-tracking branch 'gfdl/main' into merge_new_file_layout
alperaltuntas 80cb48e
Merge pull request #181 from NCAR/merge_new_file_layout
gustavo-marques 7ab7daa
updates and bugfixes for area correction factors
b8aaa88
changed computation of model_areas
973632c
calculate area correction factors only over non-zero mask values
1965f94
Merge branch 'dev/ncar' into fix_conflicts_flux_areacorr
gustavo-marques b5e9892
Merge pull request #183 from gustavo-marques/fix_conflicts_flux_areacorr
gustavo-marques a4bf344
add if clause to a set_diffusivity OMP block including clock calls.
alperaltuntas 9e7324e
Merge pull request #184 from NCAR/fix_PET_test
alperaltuntas 69c86cd
add support for threading in cmeps
jedwards4b 2da6ee0
initialize localPet
jedwards4b 8a8d9ea
response to review
jedwards4b c4c8747
Merge pull request #185 from jedwards4b/nuopc_threading
alperaltuntas 0a34093
Merge branch 'main' into main-candidate-ncar-2021-04-21
gustavo-marques 3b121cf
Replaces ESMF_LogFoundError to ChkErr
gustavo-marques 6196c03
Add isPresent and isSet when retrieving nthreads
gustavo-marques e6ce6a8
use isPresent,isSet to conditionally retrieve configuration
gustavo-marques File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The two instances of retrieving the attribute 'nthreads' are failing for EMC. They will need "isPresent,isSet" conditionals added. Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Thanks, @DeniseWorthen.