Changeset 845 for palm/trunk/SOURCE/Makefile_check
- Timestamp:
- Mar 7, 2012 10:23:05 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/Makefile_check
r842 r845 4 4 # Current revisions: 5 5 # ------------------ 6 # 6 # Added init_cloud_physics 7 7 # 8 8 # Former revisions: … … 30 30 RCS = check_open.f90 check_namelist_files.f90 check_parameters.f90 \ 31 31 close_file.f90 cpu_log.f90 exchange_horiz.f90 exchange_horiz_2d.f90 \ 32 fft_xy.f90 init_grid.f90 init_masks.f90 \32 fft_xy.f90 init_grid.f90 init_masks.f90 init_cloud_physics.f90 \ 33 33 init_pegrid.f90 local_flush.f90 local_stop.f90 local_system.f90 \ 34 34 message.f90 modules.f90 package_parin.f90 parin.f90 poisfft.f90 \ … … 52 52 OBJS = check_open.o check_namelist_files.o check_parameters.o close_file.o \ 53 53 cpu_log.o exchange_horiz.o exchange_horiz_2d.o fft_xy.o init_grid.o \ 54 init_masks.o init_pegrid.o \54 init_masks.o init_pegrid.o init_cloud_physics.o\ 55 55 local_flush.o local_stop.o local_system.o message.o \ 56 56 modules.o package_parin.o parin.o poisfft.o \ … … 100 100 exchange_horiz_2d.o: modules.o 101 101 fft_xy.o: modules.o singleton.o temperton_fft.o 102 init_cloud_physics.o: modules.o 102 103 init_grid.o: modules.o 103 104 init_masks.o: modules.o
Note: See TracChangeset
for help on using the changeset viewer.