-
Notifications
You must be signed in to change notification settings - Fork 150
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
Use threading to speed up MERRA2 aerosol interpolation and NoahMP initialization #605
Use threading to speed up MERRA2 aerosol interpolation and NoahMP initialization #605
Conversation
…reading_aerosol_interp_noahmp_init
Dom, I will check out the code and test it soon. Thank you and have a great
weekend, --Anning
…On Fri, Apr 2, 2021 at 12:28 PM Dom Heinzeller ***@***.***> wrote:
@AnningCheng-NOAA <https://github.com/AnningCheng-NOAA> FYI
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#605 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALQPMINUQPR4LADYLKWH74TTGXWBZANCNFSM42IDL4KA>
.
|
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.
Changes related to Noah-MP look fine to me.
HI, Dom:
I issue the following command to clone the trunk, but get " fatal: Needed a
single revision
Unable to find current origin/master revision in submodule path 'icepack' "
git clone --recursive https://github.com/ufs-community/ufs-weather-model
cd ufs-weather-model
git submodule update --init --recursive --remote
The compilation is also not passed by using "compile.sh orion.intel "CCPP=Y
32BIT=Y SUITES=FV3_GFS_v15,FV3_GFS_v16beta" 2 YES NO".
/work/noaa/global/acheng/ufs-weather-model/tests/build_fv3_2/CMakeFiles/CMakeOutput.log,
something wrong with the Cmake.
Do I miss something?
Anning
On Fri, Apr 2, 2021 at 12:44 PM Anning Cheng - NOAA Affiliate <
***@***.***> wrote:
… Dom, I will check out the code and test it soon. Thank you and have a
great weekend, --Anning
On Fri, Apr 2, 2021 at 12:28 PM Dom Heinzeller ***@***.***>
wrote:
> @AnningCheng-NOAA <https://github.com/AnningCheng-NOAA> FYI
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#605 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ALQPMINUQPR4LADYLKWH74TTGXWBZANCNFSM42IDL4KA>
> .
>
|
Anning, this has nothing to do with this PR, since you are not even checking out this code. The compile command has changed, please look inside |
HI, Dom:
I have not found PR#604 at https://github.com/NCAR/ccpp-physics/pulls. Is
it in trunk now?
Anning
On Thu, Apr 8, 2021 at 9:28 AM Dom Heinzeller ***@***.***>
wrote:
… HI, Dom: I issue the following command to clone the trunk, but get "
fatal: Needed a single revision Unable to find current origin/master
revision in submodule path 'icepack' " git clone --recursive
https://github.com/ufs-community/ufs-weather-model cd ufs-weather-model
git submodule update --init --recursive --remote The compilation is also
not passed by using "compile.sh orion.intel "CCPP=Y 32BIT=Y
SUITES=FV3_GFS_v15,FV3_GFS_v16beta" 2 YES NO".
/work/noaa/global/acheng/ufs-weather-model/tests/build_fv3_2/CMakeFiles/CMakeOutput.log,
something wrong with the Cmake. Do I miss something? Anning On Fri, Apr 2,
2021 at 12:44 PM Anning Cheng - NOAA Affiliate < *@*.***> wrote:
… <#m_1459518316675935679_>
Anning, this has nothing to do with this PR, since you are not even
checking out this code. The compile command has changed, please look inside
rt.sh for the updated syntax.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#605 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALQPMINHF6VNAAAHAAMYNHDTHWVRDANCNFSM42IDL4KA>
.
|
No, it is still open as you can see from this page. We don't have a date scheduled yet.
… On Apr 8, 2021, at 7:41 AM, AnningCheng-NOAA ***@***.***> wrote:
HI, Dom:
I have not found PR#604 at https://github.com/NCAR/ccpp-physics/pulls. Is
it in trunk now?
Anning
On Thu, Apr 8, 2021 at 9:28 AM Dom Heinzeller ***@***.***>
wrote:
> HI, Dom: I issue the following command to clone the trunk, but get "
> fatal: Needed a single revision Unable to find current origin/master
> revision in submodule path 'icepack' " git clone --recursive
> https://github.com/ufs-community/ufs-weather-model cd ufs-weather-model
> git submodule update --init --recursive --remote The compilation is also
> not passed by using "compile.sh orion.intel "CCPP=Y 32BIT=Y
> SUITES=FV3_GFS_v15,FV3_GFS_v16beta" 2 YES NO".
> /work/noaa/global/acheng/ufs-weather-model/tests/build_fv3_2/CMakeFiles/CMakeOutput.log,
> something wrong with the Cmake. Do I miss something? Anning On Fri, Apr 2,
> 2021 at 12:44 PM Anning Cheng - NOAA Affiliate < *@*.***> wrote:
> … <#m_1459518316675935679_>
>
> Anning, this has nothing to do with this PR, since you are not even
> checking out this code. The compile command has changed, please look inside
> rt.sh for the updated syntax.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#605 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ALQPMINHF6VNAAAHAAMYNHDTHWVRDANCNFSM42IDL4KA>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#605 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AB5C2RLTQPSJ46GZSY5OOHTTHWW67ANCNFSM42IDL4KA>.
|
…reading_aerosol_interp_noahmp_init
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.
looks good to me, approved
Description
This PR speeds up the merra2 aerosol interpolation and Noah MP initialization using threading in
GFS_phys_time_vary.fv3.F90
.Tests conducted:
aerinterpol
when using 4 OpenMP threads.Fixes #608
Testing
See ufs-community/ufs-weather-model#507
Dependencies
#605
NOAA-EMC/fv3atm#268
ufs-community/ufs-weather-model#507