-
Notifications
You must be signed in to change notification settings - Fork 100
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
2D Decomposition #339
Merged
Merged
2D Decomposition #339
Changes from 41 commits
Commits
Show all changes
97 commits
Select commit
Hold shift + click to select a range
220adbf
Changes to support 2D Decomposition shape changes. Full I dimension …
GeorgeVandenberghe-NOAA ce6c989
test of commit only added one comment to PROCESS.f
GeorgeVandenberghe-NOAA 42e2896
comment test 2
GeorgeVandenberghe-NOAA 5785961
Added more routines to 2D decomposition
GeorgeVandenberghe-NOAA 9679366
Changed isx and iex to ISTA and IEND in listed routines. ISTA had p…
GeorgeVandenberghe-NOAA 01e2010
Merge remote-tracking branch 'upstream/develop' into develop
90bbc57
test commit of new base into clone
e03f8ac
repair of a bunch of changed routines somehow corrupted by a merge 5/…
545245d
Merge remote-tracking branch 'upstream/develop' into develop
GeorgeVandenberghe-NOAA 6d306b4
fixed 5/25 problem
GeorgeVandenberghe-NOAA 25bf506
added ctlblk change to support ista and iend partial I dimensons
GeorgeVandenberghe-NOAA 37bc963
added para_range2 to PARA_RANGE.f to support 2D decomposition
GeorgeVandenberghe-NOAA b488901
Modified MPI_FIRST.f to support a 2D decomposition but the actual num…
GeorgeVandenberghe-NOAA c6fc2d0
Merge remote-tracking branch 'upstream/develop' into develop
GeorgeVandenberghe-NOAA d7c4ec8
Added support for halo settings of 2D boundaries i.e ista_2l to match…
GeorgeVandenberghe-NOAA a508840
Added definitions for ista_2u, and ista_2u in MPI_FIRST.f
GeorgeVandenberghe-NOAA 54f4e92
Reshaped arrays in MDL2FLD.f to support 2D decomposition. Modified …
GeorgeVandenberghe-NOAA 34673c1
Merge remote-tracking branch 'upstream/develop' into post_2d_decomp
WenMeng-NOAA c3987ee
Remove TIMEF.f.
WenMeng-NOAA 9f6ce39
20210702 JesseMeng modify MPI_FIRST.f MDLFLD.f for 2D decomposition
9d9ef6a
20210706 BoCui modify INITPOST_GFS_NETCDF_PARA.f
BoCui-NOAA 2ea27da
20210707 JesseMeng modified grib2_module.f for 2d decomposition
ad0a0f8
test version INITPOST_GFS_NETCDF_PARA.f
BoCui-NOAA c07c1ce
test version INITPOST_GFS_NETCDF_PARA.f and MPI_FIRST.f
BoCui-NOAA 9c0326d
20210713 BoCui test INITPOST_GFS_NETCDF_PARA.f, MPI_FIRST.f and ALLOC…
BoCui-NOAA 7406405
20210713 BoCui test INITPOST_GFS_NETCDF_PARA.f, MPI_FIRST.f and ALLOC…
BoCui-NOAA f62b62f
20210719 BoCui Modified CLDRAD.f for 2d decomposition
BoCui-NOAA 820a6b3
Merge remote-tracking branch 'upstream/develop' into post_2d_decomp
WenMeng-NOAA 97c30eb
20210816 Jesse Meng commit George's EXCH update for 1 layer 2D halos …
47ca889
20210816 Jesse Meng remove ifcore in EXCH
6eac910
Merge remote-tracking branch 'upstream/develop' into post_2d_decomp a…
WenMeng-NOAA 2bbcdb4
20210903 Bo Cui update ALLOCATE_ALL.f after new merge from 'upstream/…
BoCui-NOAA 61e2056
20210903 Bo Cui Added new routines to 2D decomposition
BoCui-NOAA ea445e7
20210903 Jesse Meng fixed the ieql allocation bug in ALLOCATE_ALL.f
03a793b
20210904 Bo Cui fixed CLDRAD.f
BoCui-NOAA 70e502b
20210913 Jesse Meng commit progress of 2D decomposition
b502992
20210917 Bo Cui add new routines to 2D decomposition
BoCui-NOAA 09d5b92
20210917 Jesse Meng remove 4 legacy files
50f11eb
20210917 Jesse Meng remove legacy code SLP_NMM EXCH2
fa8b9ce
20210917 Jesse Meng remove legacy code INITPOST_GFS_SIGIO.f INITPOST_…
3f464b2
20210917 Jesse Meng add INITPOST_GFS_NEMS.f back to avoid compiling e…
ad88ca0
20210930 Jesse Meng add George's itag/numx entry and progress on 2D d…
069a4f9
20211015 Jesse Meng progress on 2D DECOMPOSITION
da41585
20211017 Bo Cui add new subroutines to UPP 2D decomposition
BoCui-NOAA 40ed93d
20211026 Jesse Meng commit progress in 2D DECOMPOSITION
2084479
Merge remote-tracking branch 'upstream/develop' into post_2d_decomp
WenMeng-NOAA 9306634
20211026 Jesse Meng fix INITPOST_GFS_NETCDF_PARA.f for 2D DECOMPOSITION
6308e3c
20211026 Jesse Meng update SURFCE.f for 2D DECOMPOSITION
05c9da4
Merge remote-tracking branch 'upstream/develop' into post_2d_decomp
WenMeng-NOAA 0d94ede
Merge branch 'post_2d_decomp' of github.com:WenMeng-NOAA/UPP into pos…
WenMeng-NOAA b0c9102
20211103 Jesse Meng commit progress of 2D DECOMPOSITION
1e5577c
20211106 Bo Cui commit progress of 2D decomposition
BoCui-NOAA 61411e9
20211109 Jesse Meng updates for 2D DECOMPOSITION
8d88e6c
20211110 Jesse Meng updates in 2D DECOMPOSITION
db532a1
20211112 Jesse Meng updates for 2D DECOMPOSITION
af345c2
20211115 Jesse Meng updates for 2D DECOMPOSITION
045f797
20211119 Jesse Meng updates for 2D DECOMPOSITION
d518f81
20211201 Jesse Meng move CALVOR to UPP_PHYSICS module; implement full…
74d5f84
20211202 Jesse Meng minor update of MPI_FIRST using mpi_allgatherv
8c7bab6
20211203 Jesse Meng implement fullpole in MDL2THANDPV and CALDIV
76d4a5d
20211207 Jesse Meng update MISCLN.f SURFCE.f
278fa2a
20211208 Jesse Meng add parm/hafs_nosat files
d010934
Merge remote-tracking branch 'upstream/develop' into post_2d_decomp
WenMeng-NOAA 9d4c3fa
20211213 Bo Cui updates for 2D decomposition
BoCui-NOAA 355eb3f
20211213 Jesse Meng update the merged 'upstream/develop' and 'post_2d…
49d4680
20211215 Jesse Meng use i=0:im+1 for GFS in MPI_FIRST and EXCH
08f7f41
20211216 Jesse Meng minor update UPP_PHYSICS for i=0:im+1 expansion
b7d5d87
20220104 Jesse Meng add George's minor fix in EXHC.f
25777b1
Merge remote-tracking branch 'upstream/develop' into post_2d_decomp
WenMeng-NOAA e5d3abb
Merge remote-tracking branch 'upstream/develop' into post_2d_decomp
WenMeng-NOAA 5376c98
20220118 Jesse Meng commit George's cleaned up code.
JesseMeng-NOAA d7cfc13
Merge remote-tracking branch 'upstream/develop' into post_2d_decomp
WenMeng-NOAA 5aab68f
20220203 Jesse Meng - update MAPSSLP.f to be consistent with develop …
JesseMeng-NOAA 2eec2ff
Merge remote-tracking branch 'upstream/develop' into post_2d_decomp
WenMeng-NOAA dbf95e0
Merge branch 'post_2d_decomp' of github.com:WenMeng-NOAA/UPP into pos…
WenMeng-NOAA 1551b49
Merge remote-tracking branch 'upstream/develop' into post_2d_decomp
WenMeng-NOAA 6b735fc
20220222 Jesse Meng add checkcoords flag in EXCH.f to move around Geo…
a4bd92d
20220302 Jesse Meng Restrict computation from undefined grids
c559c31
20220304 Bo Cui Add a reset of numx=1 if remainder of num_procs/numx …
BoCui-NOAA 97c02a5
20220310 Jesse Meng Add a reset of numx=1 if(numx>num_procs/2)
8399416
20220322 Jesse Meng mpi_allgatherv change communicator to MPI_COMM_COMP
36bd675
20220328 Jesse Meng bug fix for passing 2d subarrays between subroutines
8522567
20220328 Jesse Meng minor fix for CLDRAD call BOUND variable array size
b78a3a3
20220330 Jesse Meng fix cloud cover variabes full field collection in…
d3d5954
20220401 Jesse Meng minor fix for CALMCVG.f and update CALUPDHEL.f wi…
5186eb2
20220414 BoCui sync and merge UPP/develop into post_2d_decomp (#7)
BoCui-NOAA 08253d6
Merge remote-tracking branch 'upstream/develop' into post_2d_decomp
WenMeng-NOAA 706da28
20220502 Bo Cui code cleanup
BoCui-NOAA b1c327a
Merge remote-tracking branch 'upstream/develop' into post_2d_decomp
WenMeng-NOAA a88d252
20220512 Jesse Meng minor fix for INITPOST_GFS_NEMS_MPIIO.f calling EXCH
d9fb062
Merge remote-tracking branch 'upstream/develop' into post_2d_decomp
WenMeng-NOAA ee7b243
Merge remote-tracking branch 'upstream/develop' into post_2d_decomp
WenMeng-NOAA 5f72e89
20220525 Jesse Meng minor fix to 2d_decomp syntax
b18aaab
Update VERSION to 11.0.0
WenMeng-NOAA fb312cd
20220607 Jesse Meng add variable declaration block in PARA_RANGE.f
75905e9
20220608 Jesse Meng remove blank spaces in sorc/ncep_post.fd/AllGETHE…
2b205eb
Add 2D decomp overview documentation (#6)
fossell 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
Large diffs are not rendered by default.
Oops, something went wrong.
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.
remove extra spaces?
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