Skip to content

Commit

Permalink
Merge pull request #17 from climbfuji/IPD_driver_cap_preprocessing
Browse files Browse the repository at this point in the history
Allow preprocessing of IPD driver cap by changing the filename extension to uppercase and updating the makefile.
  • Loading branch information
climbfuji authored Nov 20, 2017
2 parents 02ca1f2 + fcb9aaa commit 3bea238
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
File renamed without changes.
31 changes: 16 additions & 15 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,29 +125,30 @@ SRCS_f90 = \
./physics/module_nst_parameters.f90 \
./physics/module_nst_water_prop.f90 \
./physics/ozinterp.f90 \
./physics/physcons.f90 \
./physics/wam_f107_kp_mod.f90 \
./IPD_layer/IPD_driver_cap.f90
./physics/physcons.f90 \
./physics/wam_f107_kp_mod.f90

SRCS_F = ./physics/aer_cloud.F \
./physics/cldmacro.F \
SRCS_F = ./physics/aer_cloud.F \
./physics/cldmacro.F \
./physics/cldwat2m_micro.F \
./physics/machine.F \
./physics/num_parthds.F \
./physics/num_parthds.F \
./physics/wv_saturation.F

SRCS_F90 = \
./physics/GFDL_parse_tracers.F90 \
./GFS_layer/GFS_abstraction_layer.F90 \
./GFS_layer/GFS_diagnostics.F90 \
./GFS_layer/GFS_driver.F90 \
./GFS_layer/GFS_physics_driver.F90 \
./GFS_layer/GFS_radiation_driver.F90 \
./GFS_layer/GFS_restart.F90 \
./GFS_layer/GFS_typedefs.F90 \
./IPD_layer/IPD_driver.F90 \
./physics/GFDL_parse_tracers.F90 \
./GFS_layer/GFS_abstraction_layer.F90 \
./GFS_layer/GFS_diagnostics.F90 \
./GFS_layer/GFS_driver.F90 \
./GFS_layer/GFS_physics_driver.F90 \
./GFS_layer/GFS_radiation_driver.F90 \
./GFS_layer/GFS_restart.F90 \
./GFS_layer/GFS_typedefs.F90 \
./IPD_layer/IPD_driver_cap.F90 \
./IPD_layer/IPD_driver.F90 \
./IPD_layer/IPD_typedefs.F90


SRCS_c =

DEPEND_FILES = $(SRCS_f) $(SRCS_f90) $(SRCS_F) $(SRCS_F90)
Expand Down

0 comments on commit 3bea238

Please sign in to comment.