-
Notifications
You must be signed in to change notification settings - Fork 30
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
Update NEMS,FV3,CICE #28
Update NEMS,FV3,CICE #28
Conversation
Feature/add comparisons (#4)
merge develop/ufs-s2s-model
MOM_input template for initial condition files
merge fv3atm/develop
This reverts commit 0c8cb0b.
merge to latest develop
Debug mode capablility (#15)
Add debug compilation flag specification at top level (#17)
update to current ufs-weather-app (#19)
nomerg2atm, new MOM6 dev/emc
This reverts commit 57236a6.
Update FV3, NEMS (#21)
Update2020 01 (#23)
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.
The changes look good to me.
Denise,
May I ask if the capability of writing out atm field on the native tile
grid is tested? I assume you are running fv3 and mediator with same tasks?
Does this add requirement of mediator to use multiple of 6 for number of
the pets if mediator and atm are not running on the same tasks. Thanks.
…On Thu, Feb 27, 2020 at 12:59 PM BinLi-NOAA ***@***.***> wrote:
***@***.**** approved this pull request.
The changes look good to me.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#28?email_source=notifications&email_token=AI7D6TLX2SAKQUHU4BA67WTRE75Q5A5CNFSM4K47ODVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCXHNROQ#pullrequestreview-365877434>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI7D6TOZ3MNS6ITTI4RNTTDRE75Q5ANCNFSM4K47ODVA>
.
|
Jun--we do run with the mediator and atm on the same tasks (multiple of 6). I suspect you are right that this requires that we run on multiples of 6 for the mediator regardless of whether it is sharing w/ atm but only if the diagnostic field dumping was enabled. For s2s, I did verify that the fields "to/from atm" and "from/to med" are the same when field dumping is enabled. The only issue is lining up the time-slices. |
Thanks, that is great. I think the time slices are depending on when you
put the code of outputting those fields. FV3 has time checker for import
fields, so at least the field passing is not a problem.
…On Thu, Feb 27, 2020 at 1:42 PM Denise Worthen ***@***.***> wrote:
Jun--we do run with the mediator and atm on the same tasks (multiple of
6). I suspect you are right that this requires that we run on multiples of
6 for the mediator regardless of whether it is sharing w/ atm but only if
the diagnostic field dumping was enabled.
For s2s, I did verify that the fields "to/from atm" and "from/to med" are
the same when field dumping is enabled. The only issue is lining up the
time-slices.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#28?email_source=notifications&email_token=AI7D6TMS2M3XQR3YWIOLGHDRFACTBA5CNFSM4K47ODVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENFPGLA#issuecomment-592114476>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI7D6TLQ4SW5JOMJQUPRANLRFACTBANCNFSM4K47ODVA>
.
|
Change baseline area from "update" to "master"
Update NEMS,FV3,CICE (#28)
Option to roll back Thompson MP to WRFv3.8.1 (RAPv5/HRRRv4), add stochastic perturbations code
Updates for issue #27:
*Mediator-calculated fluxes in icy water are not used when running FV3 coupled
*FV3 is updated to import fields from CICE using CICE field names; the custom merge in the mediator phase prep_atm is no longer required and is removed
*Field names for SW fields exported by CICE have been changed and corresponding changes have been made in the mediator
*Use of Atm-Ocn fields on the Atm grid are commented out in mediator phase prep_atm since they are not used
*When diagnostic field dumping is enabled, both FV3 and NEMS write Atm fields on the native tile grid
*The NEMS EARTH_GRID_COMP is capable of building a second mediator (CMEPS).