Skip to content

Commit

Permalink
Merge pull request #126 from alperaltuntas/create_ncar_fork_of_doxygen
Browse files Browse the repository at this point in the history
further changes for doxygen ncar fork
  • Loading branch information
alperaltuntas authored Sep 20, 2019
2 parents d8a3886 + 8648351 commit 3b957a7
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 236 deletions.
4 changes: 2 additions & 2 deletions config_src/mct_driver/mom_surface_forcing_mct.F90
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ module MOM_surface_forcing_mct
!> Structure corresponding to forcing, but with the elements, units, and conventions
!! that exactly conform to the use for MOM-based coupled models.
type, public :: ice_ocean_boundary_type
real, pointer, dimension(:,:) :: rofl_flux =>NULL() !< liquid runoff [W/m2]
real, pointer, dimension(:,:) :: rofi_flux =>NULL() !< ice runoff [W/m2]
real, pointer, dimension(:,:) :: rofl_flux =>NULL() !< liquid runoff [kg/m2/s]
real, pointer, dimension(:,:) :: rofi_flux =>NULL() !< ice runoff [kg/m2/s]
real, pointer, dimension(:,:) :: u_flux =>NULL() !< i-direction wind stress [Pa]
real, pointer, dimension(:,:) :: v_flux =>NULL() !< j-direction wind stress [Pa]
real, pointer, dimension(:,:) :: t_flux =>NULL() !< sensible heat flux [W/m2]
Expand Down
Loading

0 comments on commit 3b957a7

Please sign in to comment.