Add a separate array for internal ice temperature#107
Closed
ShanSunNOAA wants to merge 2 commits into
Closed
Conversation
…e output in the case of frac_grid=T only. Otherwise it is merged to "stc" record.
ShanSunNOAA
added a commit
to ShanSunNOAA/ufsatm
that referenced
this pull request
May 20, 2020
…#107: (1) Introducing a separate array called "tiice" to store internal ice temperature. "tiice" will be added to phyf*nc output only when frac_grid=T. (2) When cplflx=T, initializing ice fluxes by PBL calculated values when fluxes from CICE are unavailable. (3) Adding frac_grid to namelist and no longer modifying it inside FV3GFS_io.F90.
Collaborator
Author
SamuelTrahanNOAA
referenced
this pull request
in SamuelTrahanNOAA/fv3atm
Jun 13, 2022
* Remove CCPP dynamic build from ufs-weather-model * Remove LD_LIBRARY_PATH entries in regression test setup scripts
SamuelTrahanNOAA
referenced
this pull request
in SamuelTrahanNOAA/fv3atm
Jun 13, 2022
…velop_20211025 Update gsl/develop from develop 2021/10/25
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.
Sfcprop%stc is currently used to store temperatures for both soil and internal ice. In the case of fractional grid, both surface types can exist at a single grid point. Thus we introduced a separate array called "tiice" to store internal ice temperature. "tiice" will be added to phyf*nc output only when frac_grid=T.