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

separate chgres_cube doxygen build from rest of UFS_UTILS, fix remaining chgres_cube doxygen warnings, turn on WARN_AS_ERROR for chgres_cube #395

Merged
merged 7 commits into from
Mar 9, 2021
Prev Previous commit
added comment
  • Loading branch information
edwardhartnett committed Mar 9, 2021
commit fea3187cf9761240d35bb86863668270475cc13e
2 changes: 1 addition & 1 deletion sorc/chgres_cube.fd/input_data.F90
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ module input_data
integer, public :: lsoil_input=4 !< number of soil layers, no longer hardwired to allow
!! for 7 layers of soil for the RUC LSM

character(len=50), private, allocatable :: slevs(:) !< ???
character(len=50), private, allocatable :: slevs(:) !< The atmospheric levels in the GRIB2 input file.

! Fields associated with the nst model.

Expand Down