-
Notifications
You must be signed in to change notification settings - Fork 163
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
Add a cplocn2atm namelist option to turn on/off ocean model component feedback to FV3ATM #376
Merged
DusanJovic-NOAA
merged 190 commits into
NOAA-EMC:develop
from
hafs-community:feature/hafs_cplocn2atm
Sep 7, 2021
Merged
Add a cplocn2atm namelist option to turn on/off ocean model component feedback to FV3ATM #376
DusanJovic-NOAA
merged 190 commits into
NOAA-EMC:develop
from
hafs-community:feature/hafs_cplocn2atm
Sep 7, 2021
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
…typedefs.F90, GFS_physics_driver.F90 modified)
…r than the native computation grid of the nested/regional domain. a. Remove the limitation of the output grid being completely inside the model native compuation grid. b. Mask out the output grid points outside the computation grid with missing values.
…to HAFS Bring in the capability of outputing a grid from the write grid component, which is larger than the native computation grid of the nested/regional domain.
Conflicts (resolved): gfsphysics/GFS_layer/GFS_physics_driver.F90 gfsphysics/GFS_layer/GFS_typedefs.F90 gfsphysics/physics/sfc_diff.f
After this merge, the only difference between the support/HAFS branch and develop branch is the write_grid_component's capabilities of writing ouputs on the model native grid and writing out a regional ouput domain larger than the compuation domain.
…es for the HAFS related suites.
Merge remote-tracking branch 'upstream/develop' into support/HAFS
Adding Eddy Diffusivity Output
…re/hafs_coupleww3
…re/hafs_coupleww3
* Remove merge_import and debug_merge from atmos_model_nml * Add cpl_imp_mrg and cpl_imp_dbg to GFS_control (gfs_physics_nml) * Remove diagnostic, replaced with existing cplprint_flag (DumpFields) * Move write_grid_netcdf to wrt_fcst_grid in module_fcst_grid_comp.F90 * Update atmos_cubed_sphere submodule to match NOAA-GFDL/dev/emc
…., SST) to the atmosphere model component. It is useful to control the one-way or two-way atmosphere-ocean coupling.
14 tasks
@BinLiu-NOAA Please update your fv3 branch so we can work on pr #776 |
@DeniseWorthen and @junwang-noaa This feature/hafs_cplocn2atm branch has just been synced with latest develop branch. Thanks! |
junwang-noaa
approved these changes
Sep 3, 2021
DusanJovic-NOAA
approved these changes
Sep 7, 2021
climbfuji
approved these changes
Sep 7, 2021
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
Similar to the cplwav2atm namelist option, add a cplocn2atm namelist option to turn on/off the ocean model component feedback (e.g., SST) to the atmosphere model component. This is useful to control the one-way or two-way atmosphere-ocean coupling, as well as to configure different combinations for the atmosphere-ocean-wave coupling in HAFS and/or other applications.
Issue(s) addressed
Testing
Tests have already been done under UFS-HAFS application.
And ufs-weather-model level regression tests ran successfully on Hera.intel. And this PR does not change baseline results.
Dependencies