Skip to content

Commit 082d747

Browse files
committed
Merge branch 'features/ccpp' of https://github.com/NCAR/gmtb-gfsphysics into build_theia
2 parents 5de57bc + f87010f commit 082d747

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed
File renamed without changes.

makefile

+19-15
Original file line numberDiff line numberDiff line change
@@ -125,29 +125,30 @@ SRCS_f90 = \
125125
./physics/module_nst_parameters.f90 \
126126
./physics/module_nst_water_prop.f90 \
127127
./physics/ozinterp.f90 \
128-
./physics/physcons.f90 \
129-
./physics/wam_f107_kp_mod.f90 \
130-
./IPD_layer/IPD_driver_cap.f90
128+
./physics/physcons.f90 \
129+
./physics/wam_f107_kp_mod.f90
131130

132-
SRCS_F = ./physics/aer_cloud.F \
133-
./physics/cldmacro.F \
131+
SRCS_F = ./physics/aer_cloud.F \
132+
./physics/cldmacro.F \
134133
./physics/cldwat2m_micro.F \
135134
./physics/machine.F \
136-
./physics/num_parthds.F \
135+
./physics/num_parthds.F \
137136
./physics/wv_saturation.F
138137

139138
SRCS_F90 = \
140-
./physics/GFDL_parse_tracers.F90 \
141-
./GFS_layer/GFS_abstraction_layer.F90 \
142-
./GFS_layer/GFS_diagnostics.F90 \
143-
./GFS_layer/GFS_driver.F90 \
144-
./GFS_layer/GFS_physics_driver.F90 \
145-
./GFS_layer/GFS_radiation_driver.F90 \
146-
./GFS_layer/GFS_restart.F90 \
147-
./GFS_layer/GFS_typedefs.F90 \
148-
./IPD_layer/IPD_driver.F90 \
139+
./physics/GFDL_parse_tracers.F90 \
140+
./GFS_layer/GFS_abstraction_layer.F90 \
141+
./GFS_layer/GFS_diagnostics.F90 \
142+
./GFS_layer/GFS_driver.F90 \
143+
./GFS_layer/GFS_physics_driver.F90 \
144+
./GFS_layer/GFS_radiation_driver.F90 \
145+
./GFS_layer/GFS_restart.F90 \
146+
./GFS_layer/GFS_typedefs.F90 \
147+
./IPD_layer/IPD_driver_cap.F90 \
148+
./IPD_layer/IPD_driver.F90 \
149149
./IPD_layer/IPD_typedefs.F90
150150

151+
151152
SRCS_c =
152153

153154
DEPEND_FILES = $(SRCS_f) $(SRCS_f90) $(SRCS_F) $(SRCS_F90)
@@ -173,6 +174,9 @@ $(LIBRARY): $(OBJS)
173174
./radiation_aerosols.o : ./gfsphys/radiation_aerosols.f
174175
$(FC) $(FFLAGS) $(OTHER_FFLAGS) -xCORE-AVX-I -c $< -o $@
175176

177+
./GFS_layer/GFS_diagnostics.o : ./GFS_layer/GFS_diagnostics.F90
178+
$(FC) $(FFLAGS) $(OTHER_FFLAGS) -O0 -c $< -o $@
179+
176180
.PHONY: clean
177181
clean:
178182
@echo "Cleaning gfsphysics ... "

0 commit comments

Comments
 (0)