From e435d97429aae2c70115743186b5dadef7b96646 Mon Sep 17 00:00:00 2001 From: "Srbinovsky, Jhan (O&A, Aspendale)" Date: Wed, 27 Nov 2024 09:21:04 +1100 Subject: [PATCH] AM3 implementation of init_wetfac crept in. Although f90 should be capitalized as automatically triggers -fpp compilation flag AND every other files is F90 AND every JULES file is F90 --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9dedc4e99..93d150c94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,7 +84,7 @@ add_library( src/science/canopy/cbl_dryLeaf.F90 src/science/canopy/cbl_friction_vel.F90 src/science/canopy/cbl_fwsoil.F90 - src/science/canopy/cbl_init_wetfac_mod.f90 + src/science/canopy/cbl_init_wetfac_mod.F90 src/science/canopy/cbl_latent_heat.F90 src/science/canopy/cbl_photosynthesis.F90 src/science/canopy/cbl_pot_evap_snow.F90 @@ -93,7 +93,6 @@ add_library( src/science/canopy/cbl_wetleaf.F90 src/science/canopy/cbl_within_canopy.F90 src/science/canopy/cbl_zetar.F90 - src/science/canopy/cbl_init_wetfac.F90 src/science/casa-cnp/bgcdriver.F90 src/science/casa-cnp/biogeochem_casa.F90 src/science/casa-cnp/casa_cnp.F90