forked from mom-ocean/MOM6
-
Notifications
You must be signed in to change notification settings - Fork 16
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
update to gfdl 20210914 #76
Merged
jiandewang
merged 45 commits into
NOAA-EMC:dev/emc
from
jiandewang:feature/update-to-GFDL-20210914
Sep 21, 2021
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
d3f4f0f
Merge pull request #186 from gustavo-marques/main-candidate-ncar-2021…
alperaltuntas 3812cf6
Merge pull request #187 from gustavo-marques/fix_retrieving_nthreads_…
gustavo-marques 14e2334
Deallocate Kd_bkgnd and Kv_bkgnd
gustavo-marques d1de7c8
Merge pull request #188 from gustavo-marques/fix_mem_leak_bkgnd
alperaltuntas 0d59156
introduce a new wave coupling method: VR12-MA (not fully implemented…
alperaltuntas 276954f
Fixed a misplaced parentheses
gustavo-marques 3aade32
CFCs implementation via NUOPC cap
gustavo-marques f45659d
introduce the lamult import from ww3 in nuopc cap and add a diag
alperaltuntas b7e0fda
Merge pull request #189 from gustavo-marques/ncar_cfcs_implementation
alperaltuntas b767a13
import ifrac and u10_sqr only when CFC module is active
alperaltuntas 230a8b8
Merge pull request #190 from NCAR/fix_cfc_import
gustavo-marques bc65e4f
merge latest dev/ncar into ww3_coupling_vr12ma
alperaltuntas 5f756ab
Enable the export of ice fraction when wave coupling is on.
alperaltuntas 7d85ab2
set lamult to 1 below ice
alperaltuntas 997636e
move lamult from forces to fluxes
alperaltuntas 7622911
Changes the order of calculation
gustavo-marques a4ca307
remove white space and fix comment
pjpegion 3117b98
merge dev/ncar with main 210723
alperaltuntas 69f653a
Merge pull request #193 from NCAR/merge_main_210802
gustavo-marques 3e1b0cd
Merge pull request #191 from gustavo-marques/recover_answer_change_in…
alperaltuntas 7ebf3b0
bringing in vr12ma ww3 coupling changes to the latest dev/ncar and re…
alperaltuntas cf46bc9
Update MOM_oda_incupd.F90
pjpegion 3fb3a4c
Merge pull request #5 from pjpegion/patch-1
jiandewang 1412771
Minor fixes for the WW3 coupling option VR12-MA
alperaltuntas 2d385a0
Introduce changes needed for CVMix KPP module for the VR12-MA wave co…
alperaltuntas 9fe68ac
fix doxygen error: add comments for wave method strings
alperaltuntas 80e1e2e
fix omp error in KPP module: add lamult to shared clauses
alperaltuntas e794c41
Merge pull request #1454 from jiandewang/EMC-IAU-candidate-20210727
marshallward 734e537
change VR12-MA wave_method string to EFACTOR
alperaltuntas d734536
Refactor the way Langmuir entrainment and enhancement factor are comp…
alperaltuntas 9011801
Various dimension rescaling fixes
klindsay28 e87adb8
dimension rescaling fixes for MOM_CFC_cap tracers
klindsay28 bc19819
let register_tracer handle flux_units for MOM_CFC_cap tracers
klindsay28 fa96ae3
correct prepending inputdir to CFC_BC_file
klindsay28 f6524ad
Add run-time parameters CFC11_IC_VAL and CFC12_IC_VAL.
klindsay28 197cd18
MOM_CFC_cap cleanup
klindsay28 88b3642
Restore Vt2 diagnostic calculation when requested and retain the func…
alperaltuntas 380615d
Merge pull request #194 from NCAR/merge_ww3_coupling_vr12ma
gustavo-marques bdba2d2
Merge pull request #195 from klindsay28/dimension_rescaling_fixes
gustavo-marques 91ab1e5
Merge branch 'main' into dev-ncar-main-candidate-2021-08-30
gustavo-marques 11c550f
add references to KPP enhancements methods
alperaltuntas 5f8c446
update all calls of KPP_compute_BLD and KPP_calculate to support the …
alperaltuntas dc6f129
Merge pull request #7 from alperaltuntas/pr1491_fixes
gustavo-marques c09e199
Merge pull request #1491 from gustavo-marques/dev-ncar-main-candidate…
marshallward 29016c2
Merge remote-tracking branch 'GFDL/main' into feature/update-to-GFDL-…
jiandewang 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 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
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
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
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
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.
@jiandewang Did you check whether this was needed?
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.
@DeniseWorthen no I didn't test that.
there are some remaining issue (CFC related) in this PR, GFDL and NCAR will address them in the next round.