Skip to content

Commit 5cb0f01

Browse files
committed
remove unused arguments in physics/GWD/ugwpv1_gsldrag_post.F90
1 parent b561b7e commit 5cb0f01

2 files changed

Lines changed: 1 addition & 27 deletions

File tree

physics/GWD/ugwpv1_gsldrag_post.F90

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ subroutine ugwpv1_gsldrag_post_run ( im, levs, ldiag_ugwp, &
2323
du_ogwcol, dv_ogwcol, du_oblcol, dv_oblcol, du_osscol, &
2424
dv_osscol, du_ofdcol, dv_ofdcol, du3_ogwcol, dv3_ogwcol, &
2525
du3_oblcol, dv3_oblcol, du3_osscol, dv3_osscol, du3_ofdcol, &
26-
dv3_ofdcol, dtdt, dudt, dvdt, errmsg, errflg)
26+
dv3_ofdcol, errmsg, errflg)
2727

2828
use machine, only: kind_phys
2929

@@ -60,8 +60,6 @@ subroutine ugwpv1_gsldrag_post_run ( im, levs, ldiag_ugwp, &
6060
real(kind=kind_phys), intent(inout), dimension(:), optional :: du3_oblcol, dv3_oblcol
6161
real(kind=kind_phys), intent(inout), dimension(:), optional :: du3_osscol, dv3_osscol
6262
real(kind=kind_phys), intent(inout), dimension(:), optional :: du3_ofdcol, dv3_ofdcol
63-
64-
real(kind=kind_phys), intent(inout), dimension(:,:) :: dtdt, dudt, dvdt
6563

6664
character(len=*), intent(out) :: errmsg
6765
integer, intent(out) :: errflg

physics/GWD/ugwpv1_gsldrag_post.meta

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -535,30 +535,6 @@
535535
kind = kind_phys
536536
intent = inout
537537
optional = True
538-
[dtdt]
539-
standard_name = process_split_cumulative_tendency_of_air_temperature
540-
long_name = air temperature tendency due to model physics
541-
units = K s-1
542-
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
543-
type = real
544-
kind = kind_phys
545-
intent = inout
546-
[dudt]
547-
standard_name = process_split_cumulative_tendency_of_x_wind
548-
long_name = zonal wind tendency due to model physics
549-
units = m s-2
550-
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
551-
type = real
552-
kind = kind_phys
553-
intent = inout
554-
[dvdt]
555-
standard_name = process_split_cumulative_tendency_of_y_wind
556-
long_name = meridional wind tendency due to model physics
557-
units = m s-2
558-
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
559-
type = real
560-
kind = kind_phys
561-
intent = inout
562538
[errmsg]
563539
standard_name = ccpp_error_message
564540
long_name = error message for error handling in CCPP

0 commit comments

Comments
 (0)