Skip to content

Commit

Permalink
removed convective adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
lumlauf committed Jan 14, 2024
1 parent b1bf9b1 commit 1e0c602
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 117 deletions.
3 changes: 0 additions & 3 deletions src/gotm/gotm.F90
Original file line number Diff line number Diff line change
Expand Up @@ -925,9 +925,6 @@ subroutine integrate_gotm()

! compute turbulent mixing
select case (turb_method)
case (0)
! do convective adjustment
call convectiveadjustment(nlev,num,nuh,const_num,const_nuh,buoy_method,gravity,rho0)
case (99)
! update KPP model
call convert_fluxes(nlev,gravity,cp,rho0,heat_input%value,precip_input%value+evap, &
Expand Down
1 change: 0 additions & 1 deletion src/meanflow/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
add_library(meanflow
convectiveadjustment.F90
coriolis.F90
external_pressure.F90
friction.F90
Expand Down
113 changes: 0 additions & 113 deletions src/meanflow/convectiveadjustment.F90

This file was deleted.

0 comments on commit 1e0c602

Please sign in to comment.