-
Notifications
You must be signed in to change notification settings - Fork 569
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
Fb sync ufs #597
Merged
JessicaMeixner-NOAA
merged 30 commits into
NOAA-EMC:dev/ufs-weather-model
from
aliabdolali:fb_sync_ufs
Jan 27, 2022
Merged
Fb sync ufs #597
JessicaMeixner-NOAA
merged 30 commits into
NOAA-EMC:dev/ufs-weather-model
from
aliabdolali:fb_sync_ufs
Jan 27, 2022
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
Use CPP ifdefs instead of switches for pre-processing and convert all code from ftn to F90 files. (ftn->src) The tools for converting ftn->src can be found in the model/tools directory.
…OAA-EMC#511) Updated version number to 7.14
bugfix: OUTID length adjusted for secondary restarts.
Bugfix/FLX5 Tau Small bugfix to variable INTENT
Protect a possible divide by zero ustar in w3src4
…OAA-EMC#518) Update w3scat to update values of VA for MAPSTA.ne.0 which solves some mpi reproducibility issues.
Update for jet specific compiler flags
Portability fix for all compiler options in ww3_grib (KNINT > NINT)
update issue, discussion and PR templates
Add SCRIP ifdefs for wmesmf
…ly used (NOAA-EMC#535) remove unused w3netcdf code
Clean up W3UICE subroutine
fix for test.comp and matrix.comp
Bugfix; fixed typo in call to OASACM switch.
…d.F90 (NOAA-EMC#555) scrip_errormod.f90: fixes build failure due to 'error' substring in file name
bug fix: zero initialization to ISBPO
Add TIMESPLIT=0 (no date string) support for ww3_ounp.
Remove BT2 switch
Minor bug fixes dealing with MPI variables.
w3iorsmd: fixes memory leaks in the restart module
ww3_doxy_tmpl.md: add doxygen header templates
ww3_doxy_tmpl.md: update headers
…EMC#587) make the SetVM public
Retrieve mask_value_water and mask_value_land if present in nems.configure and med_present is true.
This was referenced Jan 25, 2022
JessicaMeixner-NOAA
approved these changes
Jan 27, 2022
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.
a clone of this branch and develop are the exact same and ufs-weather-model rts are passing
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
merge develop to dev/ufs-weather-model
Description
Update the dev/ufs-weather-model to the top of develop
Commit Message
sync develop and dev/ufs-weather-model
Check list
Testing