You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We seem to have some comments in atmos_model.F90 which appear to be some home-rolled documentation system. For example:
!#######################################################################
! <SUBROUTINE NAME="update_atmos_chemistry">
! <DESCRIPTION>
! Populate exported chemistry fields with current atmospheric state
! data (state='export'). Update tracer concentrations for atmospheric
! chemistry with values from chemistry component (state='import').
! Fields should be exported/imported from/to the atmospheric state
! after physics calculations.
!
! NOTE: It is assumed that all the chemical tracers follow the standard
! atmospheric tracers, which end with ozone. The order of the chemical
! tracers must match their order in the chemistry component.
!
! Requires:
! GFS_data
! Atm_block
! </DESCRIPTION>
subroutine update_atmos_chemistry(state, rc)
Seems like this business with "DESCRIPTION" and other html-like tags are someone's idea of how to do a doxygen-like documentation build, but without using doxygen, instead using some home-rolled code.
Is this in use by anyone?
Could this be some ESMF hack?
Or what is going on here?
We are doxygenating fv3atm. Do we need to preserve this stuff as well?
The text was updated successfully, but these errors were encountered:
We seem to have some comments in atmos_model.F90 which appear to be some home-rolled documentation system. For example:
Seems like this business with "DESCRIPTION" and other html-like tags are someone's idea of how to do a doxygen-like documentation build, but without using doxygen, instead using some home-rolled code.
Is this in use by anyone?
Could this be some ESMF hack?
Or what is going on here?
We are doxygenating fv3atm. Do we need to preserve this stuff as well?
The text was updated successfully, but these errors were encountered: