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

doxygen fixes for sorc/chgres_cube.fd/chgres.F90 #319

Merged
merged 8 commits into from
Feb 22, 2021
15 changes: 11 additions & 4 deletions sorc/chgres_cube.fd/chgres.F90
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
!> @file
!! @brief Initialize an FV3 model run.
!!
!! Program CHGRES_CUBE
!! Initialize an FV3 run using history or restart data from another
!! FV3 run, the spectral GFS, and a few other models. Converts
!! atmospheric, surface and nst data.
!!
!! Initialize an FV3 run using history or restart data from
!! another FV3 run, the spectral GFS, and a few other models.
!! Converts atmospheric, surface and nst data.
!! This file reads a configuration namelist.
!!
!! Usage:
!! Link the configuration namelist to ./fort.41. Then run the
!! program with a multiple of six mpi tasks (an ESMF library
!! requirement for fv3 cubed sphere grids).
!!
!!
!! @author George Gayno NOAA/EMC
program chgres

use mpi
Expand Down