Update CICE6 to allow WW3-CICE6 coupling; add a cdeps test using C-grid for sea ice dynamics (was #1390)#1381
Merged
Conversation
* cesm_ponds is deprecated so remove from ice_in
* all baselines are b4b except cpld_control_ciceC_p8, which runs to completion with changed answers
|
@DeniseWorthen please bring these up to date with respective authoritative repositories
|
* turn ice coupling off for all hafs+wav tests * turn current coupling off for hafs-atm-wav test
16 tasks
Collaborator
|
@DeniseWorthen @BrianCurtis-NOAA I will start creating new BL from hera. |
Collaborator
Author
|
@jkbk2004 The BL date has not been updated. |
Collaborator
Author
|
@jkbk2004 I don't think the jobs on hera had picked up yet before I removed the labels. |
Collaborator
|
@DeniseWorthen Thanks for catching it! |
on-behalf-of @ufs-community <brian.curtis@noaa.gov>
on-behalf-of @ufs-community <brian.curtis@noaa.gov>
on-behalf-of @ufs-community <brian.curtis@noaa.gov>
Collaborator
|
Automated RT Failure Notification |
on-behalf-of @ufs-community <brian.curtis@noaa.gov>
Collaborator
|
@DeniseWorthen all tests are done ok. We can move on to merge. |
DusanJovic-NOAA
approved these changes
Aug 30, 2022
Collaborator
Author
|
Ready for approvals and merge. |
jkbk2004
approved these changes
Aug 30, 2022
18 tasks
NickSzapiro-NOAA
added a commit
to NickSzapiro-NOAA/ufs-weather-model
that referenced
this pull request
Dec 12, 2023
Follows pdlib and ufs-community#1381, in particular. For WW3, neither mod_def nor WW3/model/bin/switch_meshcap_pdlib_IC4 are here.
41 tasks
This file contains hidden or 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
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.
PR Checklist
This PR is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR. Please consult the ufs-weather-model wiki if you are unsure how to do this.
This PR has been tested using a branch which is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR
An Issue describing the work contained in this PR has been created either in the subcomponent(s) or in the ufs-weather-model. The Issue should be created in the repository that is most relevant to the changes in contained in the PR. The Issue and the dependent sub-component PR
are specified below.
Results for one or more of the regression tests change and the reasons for the changes are understood and explained below.
New or updated input data is required by this PR. If checked, please work with the code managers to update input data sets on all platforms.
Instructions: All subsequent sections of text should be filled in as appropriate.
The information provided below allows the code managers to understand the changes relevant to this PR, whether those changes are in the ufs-weather-model repository or in a subcomponent repository. Ufs-weather-model code managers will use the information provided to add any applicable labels, assign reviewers and place it in the Commit Queue. Once the PR is in the Commit Queue, it is the PR owner's responsibility to keep the PR up-to-date with the develop branch of ufs-weather-model.
Description
Adds the required field exchanges within the NUOPC cap to couple WW3 and CICE6. This allows eventual implementation of wave-ice coupling developed by CESM in UWM.
To test w/in UWM, additional changes are required:
the meshcap needs an update (meshcap update NOAA-EMC/WW3#757)
a new mesh cap switch file with
IC4needs to be added. Either the nml or inp file needs to specify ice parameters 1,5 as "C" and EF needs to be an output variable&OUTS E3D = 1, USSP = 1, IUSSP = 3, STK_WN = 0.04, 0.110, 0.3305 /a new
mod_deffile with&SIC4 IC4METHOD = 8needs to be created and added to the input directorythe following variables need to be added to
ice_inwav_coupling_to_cice = trueneeds to be added to nems.configure (in ALLCOMP_attributes)Issue(s) addressed
Testing
The additional files and settings described above were added to a sandbox on Cheyenne. The
cpld_debug_noaero_p8test was run for both Intel and GNU with mediator history files for ICE and WAV enabled. Both jobs ran to completion and the exchanged fields (Si_thick,Si_floediam,Sw_elevation_spectrum) appeared reasonable.A 10d simulation using the
cpld_control_noaero_p8RT was also run, comparing the wave-ice solution against develop. The ice concentration and thickness changes are in-line w/ intuition that wave-ice interactions will impact marginal ice-zone thermodynamics, with enhanced breakup leading to increased lateral melt. Shown are ice concentration and thickness differences which arise from including wave-ice coupling.Both Hera.Intel and Hera.GNU were run at 17f1605 and all tests except for
cpld_control_ciceC_p8reproduced. The change in the ciceC test is due to a change in thevisc_methoddefault toavg_zetabrought in with the update to Consortium/main. A test was run for this test retaining thevisc_methodasavg_strengthand the develop-20220805 baseline for this test reproduced.After adding the fix for the HAFS wav configurations 83edc46, the
hafs_regional_atm_ocn_wavandhafs_regional_atm_wavtests will also change baseliens.Dependencies