Skip to content
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

Passing additional surface variables into the atmospheric model #5

Merged
merged 2 commits into from
Nov 14, 2023

Conversation

zhihong-tan
Copy link

This PR is linked to issue #4 and it depends on issue #92 (#93) of the FMScoupler repository.

A new boundary layer scheme (NCEP TKE-based eddy-diffusivity mass-flux scheme) is being implemented in the prototype-AM5 model, and it requires five additional surface variables (shflx, lhflx, wind, thv_atm, and thv_surf) as inputs. Thus, I made changes in the FMScoupler (please refer to its issues #92/#93), which would require adding a few lines in the atmos_null (atmos_model.F90) to include these variables in the land_ice_atmos_boundary_type structure.

The shflx, lhflx, wind, thv_atm, thv_surf variables are passed
from the surface coupler to the atmospheric model as required by
the NCEP TKE-EDMF scheme.
atmos_model.F90 Outdated Show resolved Hide resolved
Two if-associated statements are added before the checksums
of bnd_type%shflx and bnd_type%lhflx to pass the null model
build.
@thomas-robinson thomas-robinson merged commit ff2cce7 into NOAA-GFDL:master Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants