Skip to content

Commit

Permalink
define the dtype in the code for doxygen.
Browse files Browse the repository at this point in the history
  • Loading branch information
hu5970 committed Oct 3, 2023
1 parent 5e3071d commit 13b5583
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sorc/fvcom_tools.fd/module_ncio.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2511,6 +2511,7 @@ end subroutine convert_theta2t_2dgrid
!! @param[in] dname3 3rd dimension name
!! @param[in] lname long name output for netcdf variable
!! @param[in] units units to use in netcdf variable
!! @param[in] dtype date type of netcdf variable
!!
!! @author David.M.Wright org: UM/GLERL @date 2020-09-01
subroutine add_new_var_3d(this,varname,dname1,dname2,dname3,lname,units,dtype)
Expand Down Expand Up @@ -2567,6 +2568,7 @@ end subroutine add_new_var_3d
!! @param[in] dname2 2nd dimension name
!! @param[in] lname long name output for netcdf variable
!! @param[in] units units to use in netcdf variable
!! @param[in] dtype data type of netcdf variable
!!
!! @author David.M.Wright org: UM/GLERL @date 2021-10-07
subroutine add_new_var_2d(this,varname,dname1,dname2,lname,units,dtype)
Expand Down

0 comments on commit 13b5583

Please sign in to comment.