-
Notifications
You must be signed in to change notification settings - Fork 161
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 #268
Closed
climbfuji
wants to merge
11
commits into
NOAA-EMC:develop
from
climbfuji:threading_aerosol_interp_noahmp_init
Closed
Use threading to speed up MERRA2 aerosol interpolation and NoahMP initialization #268
climbfuji
wants to merge
11
commits into
NOAA-EMC:develop
from
climbfuji:threading_aerosol_interp_noahmp_init
Conversation
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
* upstream/develop: Add missing OpenMP dependency to ccpp/data/CMakeLists.txt and ccpp/driver/CMakeLists.txt (NOAA-EMC#258) Regional inlinepost (NOAA-EMC#229)
…eview and testing
…eading_aerosol_interp_noahmp_init
climbfuji
changed the title
WORK IN PROGRESS - Threading aerosol interp noahmp init
Use threading to speed up MERRA2 aerosol interpolation and NoahMP initialization
Apr 2, 2021
…eading_aerosol_interp_noahmp_init
junwang-noaa
pushed a commit
that referenced
this pull request
Apr 15, 2021
…2 threading (#279) * changed .gitmodules to point to merra2 ccpp/physics * remove GFDL_atmos_cubed_sphere and ccpp-framework from .git module * remove IPD gfsphysics * Update .gitmodules and submodule pointer for ccpp-physics for code review and testing * Remove interstitial zorl composites * Update .gitmodules and submodule pointer fpor ccpp-physics for code review and testing * Remove or replace references to IPD in comments in atmos_model.F90 * Initialize Sfcprop%zorlx to clear_val instead of huge * Update submodule pointer for ccpp-physics * Rename Fortran variables and CCPP standard names / long names of surface composites from ocean to water * Rename Sfcprop%zorlw to Sfcprop%zorlwav * Rename Sfcprop%zorlo to Sfcprop%zorlw * update submodule pointer for ccpp-physics * Revert change to .gitmodules and update submodule pointer for ccpp-physics Co-authored-by: anning.cheng <anning.cheng@noaa.gov>
Merged as part of #279, doesn't get flagged as merged automatically because we are doing squashed merges in fv3atm. |
LarissaReames-NOAA
pushed a commit
to LarissaReames-NOAA/fv3atm
that referenced
this pull request
Nov 17, 2023
…_quilting_restart Write BCs restart files from fv_dyn_restart_output
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This PR only updates the submodule pointer for ccpp-physics for the changes described in NCAR/ccpp-physics#605.
Testing
See ufs-community/ufs-weather-model#507
Dependencies
NCAR/ccpp-physics#605
#268
ufs-community/ufs-weather-model#507