Revision db42f2ac08c5baef680bafb2929fe2bd6b2455b0 authored by Benjamin Hillman on 31 October 2023, 21:43:50 UTC, committed by Benjamin Hillman on 31 October 2023, 21:43:50 UTC
Previously the MMF heating tendency used for the convective gravity wave parameterization included the effect of radiation. This moves the calculation so that radiative heating can be removed at all levels.

[non-BFB] for all MMF tests
2 parent s abe445e + 4946713
Raw File
.gitignore
# Object files
*.lo
*.o

# Fortran module files
*.mod

# Static libraries
*.la
*.a

# Executables
*.exe

# Logs
*.log

# Ignore netCDF files.
*.nc

# Ignore python bytecode files
*.pyc
buildnmlc
buildlibc
buildlib_cmakec

#the site directory
site

# Ignore emacs backup files
*~
back to top