From 9c09ef9ed4617a7daf0fd03d3556bca7f6b7e604 Mon Sep 17 00:00:00 2001 From: weiwangncar Date: Tue, 26 Mar 2024 16:11:54 -0600 Subject: [PATCH] remove unneeded depends (#2029) TYPE: bug fix, clean up KEYWORDS: dependencies, unused SOURCE: internal DESCRIPTION OF CHANGES: Problem: Some dependency is declared twice, some are no longer needed. Solution: Remove un-used dependencies. Complimentary to PR-1950. LIST OF MODIFIED FILES: M main/depend.common TESTS CONDUCTED: 1. Tested on Derecho with 6 proc to compile 2. The Jenkins tests are all passing. --- main/depend.common | 6 ------ 1 file changed, 6 deletions(-) diff --git a/main/depend.common b/main/depend.common index ff6211df94..c1f5dc2526 100644 --- a/main/depend.common +++ b/main/depend.common @@ -389,7 +389,6 @@ module_bl_camuwpbl_driver.o: \ module_sf_mynn.o: \ - module_sf_sfclay.o \ module_bl_mynn.o \ ../share/module_model_constants.o \ ../frame/module_wrf_error.o @@ -928,7 +927,6 @@ module_physics_init.o: \ module_ra_hs.o \ module_ra_flg.o \ module_sf_sfclay.o \ - module_sf_sfclayrev.o \ physics_mmm/sf_sfclayrev.o \ module_sf_slab.o \ module_sf_myjsfc.o \ @@ -1417,10 +1415,6 @@ module_fdda_spnudging.o: \ ../frame/module_wrf_error.o -module_sf_bep.o: \ - module_sf_urban.o - - module_mp_wsm5.o: \ ../share/module_model_constants.o \ module_mp_wsm5_accel.F \