reintegrate_ufs#589
Closed
aliabdolali wants to merge 33 commits into
Closed
Conversation
to ensure they comply with the limits of the nameslist.
Changes to add support to 360-day and 365-day (no leap year) calendar - see ticket #209 * Additional CALTYPE namelist parameter in MISC section * New ww3_tc1 regtest.
* Updated ww3_bound and ww3_bounc to handle model grids formulated on a rotated pole. * Manual and nml/inp files to updated clarify that ww3_bound/ww3_bounc only accept input spectra formulated on a standard pole grid.
Updates to allow a coupling time step that is different from the model time step. * Includes new regtest (in ww3_tp2.14) for non-default oasis time step. * ww3_tp2.14 regtest added to matrix.base.
This reverts commit 6efe9bb.
This was referenced Jan 24, 2022
Collaborator
|
@aliabdolali can you please re-create this from a clean branch (without the multiple " |
JessicaMeixner-NOAA
requested changes
Jan 24, 2022
Collaborator
JessicaMeixner-NOAA
left a comment
There was a problem hiding this comment.
Please re-create this branch with a cleaner commit history so a non-squash merge can be used.
kestonsmith-noaa
pushed a commit
to kestonsmith-noaa/WW3
that referenced
this pull request
Jun 17, 2025
NOAA-EMC#589) * Introduction of CA domain definition * Read/Write and restart capability of CA * Change namelist control parameter so that CA time and space scales are adjusted for various resolutions given the same CA namelist input * Significant cleaning of old ideas * Improved coupling to cumulus convection to be committed in coordination with this issue: NCAR/ccpp-physics#657
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.
Pull Request Summary
mask_value_landif present in nems.configure andmed_presentis true.Description
Currently, when used in UWM, wmesmf sets the import and export mask values for the grid from the default values.
These values are opposite the normal interpretation and CMEPS is then forced to set the dstMaskValue and srcMaskValues used for RH creation opposite to their normal sense. In med_map_mod, the currently used values in CMEPS for HAFS are (
n1is the source side andn2is the destination side)Both the
dstMaskValuewhen the destination is compwav and thesrcMaskValuewhen compwav is the source are reversed. That is, the dstMaskValue should indicate where the wave grid is masked when it is the destination. It should be 0 (ie, don't interpolate to the land points). The srcMaskValue should indicate what points to ignore when wave is the source. It should be 0 (ie, don't interpolate from land points on the wave grid).When HAFS is switched to the new cap, the mask values will be set with the correct interpretation for CMEPS. A PR for CMEPS # 266 is the first step in implementing the new wave cap in UWM. In order for the existing cap to continue to work for HAFS, it is required to allow non-default mask values to be set from nems.configure:
These will be consistent with the
dstMaskValueandsrcMaskValueused by CMEPS.These configuration variables will not be added to the HAFS nems.configure in UWM until CMEPS is also updated.
fixes ufs-community/ufs-weather-model#824
This PR allows the current wmesmf cap to continue to function for UFS HAFS apps during the transition to a CMEPS cap for both S2SW and HAFS.
authors: @DeniseWorthen @junwang-noaa
Commit Message
Check list
Testing
matrixCompFull.txt
matrixCompSummary.txt
matrixDiff.txt