-
Notifications
You must be signed in to change notification settings - Fork 152
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
Implement Ferrier-Aligo MP scheme in CCPP-Physics #352
Closed
Closed
Changes from all commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
193435b
initialize Ferrier-Aligo MP scheme implementation from HWRF V4.0
mzhangw e77c0a1
add fer_hires wrapper module
mzhangw d0d4035
initialize FER_HIRES implementation
mzhangw 63f07c4
Merge branch 'gmtb/develop' of https://github.com/NCAR/ccpp-physics i…
mzhangw d666a3e
pass prebuild
mzhangw 970ae66
change file name
mzhangw d06f755
minor fix
mzhangw bbac675
Merge branch 'gmtb/develop' of https://github.com/NCAR/ccpp-physics i…
mzhangw 7c481b5
initialize FER_HIRES scheme
mzhangw dbabee7
update
mzhangw b78a1a2
Merge branch 'gmtb/develop' of https://github.com/NCAR/ccpp-physics i…
mzhangw 8b886b9
delete HWRF F-A scheme
mzhangw c29c3cd
convert USE ESMF to ccpp mpi method; temporary constant treatment
mzhangw 473ff9e
dimension fixed
mzhangw 80fedc4
further constants fix
mzhangw fb011da
Aligo-use the dx of the 1st i poit to set an integer value of dx to b…
mzhangw d5f8a62
minor fix
mzhangw 73f95a6
fortran format fix
mzhangw 6b88864
Fixed bug to allow both Qi and Qc to be updated from CU scheme.
ericaligo-NOAA 9aaa575
minor fix
mzhangw 4e0d9bd
Merge branch 'gmtb/develop' of https://github.com/NCAR/ccpp-physics i…
mzhangw c7faeb7
mp_fer_hires.F90: changed the definitions for f_ice, f_rain and f_rimef.
ChunxiZhang-NOAA 1426c6e
fix omp message and pass F-A scheme
mzhangw 3a26975
Merge branch 'chunxi_physics' of https://github.com/ChunxiZhang-NOAA/…
mzhangw ec729e8
make consistent standard name as Chunxis implementation
mzhangw 727417c
GFS_MP_generic.F90: recalculate srflag
ChunxiZhang-NOAA 1808226
tracer treatment fix
mzhangw 44137a3
Merge branch 'gmtb/develop' of https://github.com/NCAR/ccpp-physics i…
mzhangw 1f8a26a
bug fixed in augument list of FER_HIRES
mzhangw bed9c0e
Merge branch 'HAFS_fer_hires' of https://github.com/mzhangw/ccpp-phys…
mzhangw dff5b0f
Merge branch 'chunxi_physics' of https://github.com/ChunxiZhang-NOAA/…
mzhangw d749a68
Merge branch 'gmtb/develop' of https://github.com/NCAR/ccpp-physics i…
mzhangw 9fc5ac1
initialize Doxygen documentation in F-A scheme
mzhangw 08662ae
add vars to meta table
mzhangw 2b8d9e4
Merge branch 'HAFS_fer_hires' of https://github.com/mzhangw/ccpp-phys…
mzhangw bbbf155
F-A scheme modification related to meta data file update
mzhangw 370d49f
use progcld5 for F-A in GFS_rrtmg_pre
mzhangw 957ff82
turn on/off spec_adv option is working in CCPP F-A scheme.
mzhangw 1a024b7
fix ccpp_control crashed problem
mzhangw fc744d3
Merge branch 'gmtb/develop' of https://github.com/NCAR/ccpp-physics i…
mzhangw dfccc5b
fix bugs in GFS_PBL_generic
mzhangw 1656aac
revert MP_generic to original version to obtain B4B for control/csawm…
mzhangw 53fba5b
1. recalculate some FAmp tables which depend on physics time step in …
mzhangw 258fceb
Merge branch 'gmtb/develop' of https://github.com/NCAR/ccpp-physics i…
mzhangw 1ff46c7
add update_moist() module to F-A suite
mzhangw a5b5fa9
Merge branch 'gmtb/develop' of https://github.com/NCAR/ccpp-physics i…
mzhangw bfedaab
add meta files for FA scheme and HAFS_update_moist
mzhangw 327b07f
minor fix
mzhangw 6777489
add Chunxi GFS_MP_generic change related to FA scheme
mzhangw f2c9271
Merge branch 'dtc/develop' of https://github.com/NCAR/ccpp-physics in…
mzhangw a312444
Chunxi's email 11/07/2019: the srflag is based on sr. so we need to
mzhangw 380229c
1. do some code cleanup
mzhangw 482a43b
Merge branch 'dtc/develop' of https://github.com/NCAR/ccpp-physics in…
mzhangw db9e3a7
cleanup FA codes
mzhangw ab52b26
delete update_moist module
mzhangw db7fc8d
minor change
mzhangw 4c2abd1
Merge branch 'dtc/develop' of https://github.com/NCAR/ccpp-physics in…
mzhangw bd4a30c
monir format fix
mzhangw 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
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.
At some point, we should be using == imp_physics_thompson instead of == 8 here (not this PR).