Skip to content

Commit

Permalink
more doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Jan 25, 2024
1 parent 9531f68 commit 70ac7d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
3 changes: 0 additions & 3 deletions io/fv3atm_clm_lake_io.F90
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ module fv3atm_clm_lake_io
clm_lake_copy_from_grid, clm_lake_copy_to_grid, clm_lake_bundle_fields, &
clm_lake_final, clm_lake_fill_data

!>\defgroup CLM Lake Model restart public interface
!> @{

!> The clm_lake_data_type derived type is a class that stores
!> temporary arrays used to read or write CLM Lake model restart
!> and axis variables. It can safely be declared and unused, but
Expand Down
3 changes: 0 additions & 3 deletions io/fv3atm_history_io.F90
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ module fv3atm_history_io_mod
public fv_phys_bundle_setup
#endif

!>\defgroup fv3atm_history_io_mod FV3ATM History I/O Module
!> @{

!> The maximum allowed number of diagnostic fields that can be
!> defined in any given model run. This does not include rrfs-sd or
!> clm lake, which have their own data structures.
Expand Down
1 change: 0 additions & 1 deletion io/fv3atm_oro_io.F90
Original file line number Diff line number Diff line change
Expand Up @@ -380,4 +380,3 @@ subroutine Oro_scale_io_final(oro_scale)
#undef IF_ASSOC_DEALLOC_NULL
end subroutine Oro_scale_io_final
end module fv3atm_oro_io
!> @}
7 changes: 4 additions & 3 deletions moving_nest/fv_moving_nest.F90
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ module fv_moving_nest_mod

#include <fms_platform.h>

!! Step 2
!> Step 2
interface mn_var_fill_intern_nest_halos
module procedure mn_var_fill_intern_nest_halos_r4_2d
module procedure mn_var_fill_intern_nest_halos_r4_3d
Expand All @@ -123,7 +123,7 @@ module fv_moving_nest_mod
end interface mn_var_fill_intern_nest_halos


!! Step 6
!> Step 6
interface mn_var_shift_data
module procedure mn_var_shift_data_r4_2d
module procedure mn_var_shift_data_r4_3d
Expand All @@ -134,12 +134,13 @@ module fv_moving_nest_mod
module procedure mn_var_shift_data_r8_4d
end interface mn_var_shift_data

!! Step 8
!> Step 8
interface mn_var_dump_to_netcdf
module procedure mn_var_dump_2d_to_netcdf
module procedure mn_var_dump_3d_to_netcdf
end interface mn_var_dump_to_netcdf

!> ???
interface mn_static_read_hires
module procedure mn_static_read_hires_r4
module procedure mn_static_read_hires_r8
Expand Down

0 comments on commit 70ac7d5

Please sign in to comment.