We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b561b7e commit 5cb0f01Copy full SHA for 5cb0f01
2 files changed
physics/GWD/ugwpv1_gsldrag_post.F90
@@ -23,7 +23,7 @@ subroutine ugwpv1_gsldrag_post_run ( im, levs, ldiag_ugwp, &
23
du_ogwcol, dv_ogwcol, du_oblcol, dv_oblcol, du_osscol, &
24
dv_osscol, du_ofdcol, dv_ofdcol, du3_ogwcol, dv3_ogwcol, &
25
du3_oblcol, dv3_oblcol, du3_osscol, dv3_osscol, du3_ofdcol, &
26
- dv3_ofdcol, dtdt, dudt, dvdt, errmsg, errflg)
+ dv3_ofdcol, errmsg, errflg)
27
28
use machine, only: kind_phys
29
@@ -60,8 +60,6 @@ subroutine ugwpv1_gsldrag_post_run ( im, levs, ldiag_ugwp, &
60
real(kind=kind_phys), intent(inout), dimension(:), optional :: du3_oblcol, dv3_oblcol
61
real(kind=kind_phys), intent(inout), dimension(:), optional :: du3_osscol, dv3_osscol
62
real(kind=kind_phys), intent(inout), dimension(:), optional :: du3_ofdcol, dv3_ofdcol
63
-
64
- real(kind=kind_phys), intent(inout), dimension(:,:) :: dtdt, dudt, dvdt
65
66
character(len=*), intent(out) :: errmsg
67
integer, intent(out) :: errflg
physics/GWD/ugwpv1_gsldrag_post.meta
@@ -535,30 +535,6 @@
535
kind = kind_phys
536
intent = inout
537
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
551
552
553
554
-[dvdt]
555
- standard_name = process_split_cumulative_tendency_of_y_wind
556
- long_name = meridional wind tendency due to model physics
557
558
559
560
561
562
[errmsg]
563
standard_name = ccpp_error_message
564
long_name = error message for error handling in CCPP
0 commit comments