-
Notifications
You must be signed in to change notification settings - Fork 159
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
Sm jan102020 #44
Sm jan102020 #44
Conversation
cplwav2atm flag for coupling wave to atm
…from the suites as this is included in GFS_surface_composites_inter_run
… reading fractional grid orography file and run as no fractional grid, and minor bug fix in physics driver related to the fractional grid - FV3GFS_io.F90 is modified to use lake fraction if it exists to distinguish lake from ocean
Associated PRs: |
Update long names of hydrometeors to match the ccpp-physics change
.gitmodules
Outdated
branch = dev/emc | ||
[submodule "ccpp/framework"] | ||
path = ccpp/framework | ||
url = https://github.com/NCAR/ccpp-framework | ||
path = ccpp/framework |
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.
Hi Moorthi, please revert the whitespace changes in .gitmodules. Thanks!
…f 250m, changeable by user to give more generality
…i-EMC SM_Jan102020 branch
In working on adding a test in ufs-s2s-model using the two-way coupling that is enabled by this PR, I ended up running the regression tests from the ufs-s2s-model develop branch, but switching out FV3 to point to the branch here. None of the regression tests passed. Is this expected behavior? |
Yes, because of a major bug fix in interpolating fluxes from atm to ocean (
I am assuming this fix is not in the control FV3 version).
Moorthi
…On Wed, Mar 4, 2020 at 3:59 PM Jessica Meixner ***@***.***> wrote:
In working on adding a test in ufs-s2s-model using the two-way coupling
that is enabled by this PR, I ended up running the regression tests from
the ufs-s2s-model develop branch, but switching out FV3 to point to the
branch here. None of the regression tests passed. Is this expected behavior?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#44?email_source=notifications&email_token=ALLVRYR4T2MCBFKWNAF7QP3RF26KBA5CNFSM4KHXHK72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEN2HZLQ#issuecomment-594836654>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALLVRYQVCXCBOTTAAARWPWLRF26KBANCNFSM4KHXHK7Q>
.
--
Dr. Shrinivas Moorthi
Research Meteorologist
Modeling and Data Assimilation Branch
Environmental Modeling Center / National Centers for Environmental
Prediction
5830 University Research Court - (W/NP23), College Park MD 20740 USA
Tel: (301)683-3718
e-mail: Shrinivas.Moorthi@noaa.gov
Phone: (301) 683-3718 Fax: (301) 683-3718
|
Good to know! Thanks - what was the bug? |
Add tracer sanitizer
* add GFSv16 dzmin change * Add code changes in external_ic.F90 and fv_grid_tools.F90 for dev/jcsda, dycore PR NOAA-EMC#35 Co-authored-by: Jun Wang <junwang-noaa@users.noreply.github.com> Co-authored-by: Dan Holdaway <dan.holdaway@nasa.govr>
Good Morning Jun,
I would like to make a pull request for my fv3atm branch SM_Jan2020. This branch includes new suite definition files under ccpp/suites that can be used to run RAS, MG3, SHOC. I have submitted a pull request to CCPP to pull my ccpp/physics branch.
I addition, my branch includes updates to the physics driver (both IPD and CCPP) for wave coupling to the atmosphere. There are some other minor bug fixes. I also added the ability to read and use lake fraction in the orography data to identify lakes and ocean.
The code has been run as a 4 component coupled model as well as uncoupled for up to 60 days at C384 with RAS-MG3/SHOC combination. there are no changes to other physics; so I assume they all should work.
Thanks
Moorthi
#44
NCAR/ccpp-physics #378
ufs-weahter-model #72