Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
354 changes: 0 additions & 354 deletions physics/cires_orowam2017.F90

This file was deleted.

2 changes: 1 addition & 1 deletion physics/cires_ugwp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ subroutine cires_ugwp_run(do_ugwp, me, master, im, levs, ntrac, dtp, kdt, lonr
real(kind=kind_phys), dimension(im, levs) :: Pdvdt, Pdudt
real(kind=kind_phys), dimension(im, levs) :: Pdtdt, Pkdis
real(kind=kind_phys), dimension(im, levs) :: ed_dudt, ed_dvdt, ed_dtdt
! from ugwp_driver_v0.f -> cires_ugwp_initialize.F90 -> module ugwp_wmsdis_init
! from ugwp_driver_v0.f -> cires_ugwp_initialize.F90 -> module ugwpv1_wmsdis_init
real(kind=kind_phys), parameter :: tamp_mpa=30.e-3
! switches that activate impact of OGWs and NGWs (WL* how to deal with them? *WL)
real(kind=kind_phys), parameter :: pogw=1., pngw=1., pked=1.
Expand Down
Loading