Changeset 22 in lmdz_wrf for branches/LMDZ_WRFmeas/WRFV3/share/Makefile
- Timestamp:
- Jul 18, 2014, 12:37:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/LMDZ_WRFmeas/WRFV3/share/Makefile
r1 r22 36 36 output_wrf.o \ 37 37 wrf_timeseries.o \ 38 wrf_lidar.o \ 38 39 wrf_ext_write_field.o \ 39 40 wrf_ext_read_field.o \ … … 42 43 wrf_bdyin.o \ 43 44 wrf_tsin.o \ 45 wrf_lidarin.o \ 44 46 landread.o \ 45 47 setfeenv.o … … 82 84 ../frame/module_wrf_error.o 83 85 84 start_domain.o: start_domain_em.int wrf_timeseries.o ../frame/module_domain.o ../frame/module_configure.o86 start_domain.o: start_domain_em.int wrf_timeseries.o wrf_lidar.o ../frame/module_domain.o ../frame/module_configure.o 85 87 86 88 module_bc.o: ../frame/module_configure.o ../frame/module_state_description.o \ … … 109 111 110 112 wrf_timeseries.o: wrf_tsin.o \ 113 module_model_constants.o \ 114 module_llxy.o \ 115 ../frame/module_domain.o \ 116 ../frame/module_configure.o \ 117 ../frame/module_dm.o 118 119 wrf_lidar.o: wrf_lidarin.o \ 111 120 module_model_constants.o \ 112 121 module_llxy.o \ … … 293 302 ../frame/module_configure.o ../frame/module_io.o module_io_wrf.o module_bc_time_utilities.o 294 303 wrf_tsin.o : ../frame/module_domain.o 304 wrf_lidarin.o : ../frame/module_domain.o 295 305 296 306
Note: See TracChangeset
for help on using the changeset viewer.