dev/ufs-weather-model: Use CPP instead of Switches #515
Merged
aliabdolali merged 1 commit intoNov 3, 2021
Conversation
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.
14 tasks
16 tasks
aliabdolali
approved these changes
Nov 3, 2021
kestonsmith-noaa
pushed a commit
to kestonsmith-noaa/WW3
that referenced
this pull request
Jun 17, 2025
* Updates to RRTMGP in FV3/CCPP. New RT for regional configuration using RRTMGP * Updated submodule to my forked repo. * Changed default namelist setting for RRTMGP. * Turned on feature to use GP LW flux-adjustment. * Removed mistake in previous commit * Updates to RRTMGP RTs. * Updated RT nml. * Updated GP regional RTs * Reverted deprecated code in FV3/ccpp-physics. * Removed GP c192L127 RT * Commented out RRTMGP c192l127 RT in rt.conf. * GP_2thread RT working. * Updated FV3/physics * Revert "GP_2thread RT working." Co-authored-by: Dom Heinzeller <climbfuji@ymail.com>
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.
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.
Pull Request Summary
This PR is to make the dev/ufs-weather-model branch up to date with develop
Description
Adds switches->CPP commit
Issue(s) addressed
UFS issue Update WW3 to uses CPP instead of switches ufs-community/ufs-weather-model#859
Reviewers: @aliabdolali
Commit Message
Testing