Changeset 34 for trunk/mesoscale/LMD_LES_MARS/modif_mars/makeles
- Timestamp:
- Jan 26, 2011, 3:37:26 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mesoscale/LMD_LES_MARS/modif_mars/makeles
r24 r34 8 8 # A. Spiga 01/2009 9 9 #------------------------------ 10 11 12 echo "Use -n if you don't want to recompile physics" 10 13 11 14 … … 50 53 echo $libphys_folder 51 54 cp -rf ${libphys_folder}/liblmd.a ${whereliblmd}/ 52 cp -rf ${phymars_folder}/dimphys.h ${here}/modif_mars/ 53 cp -rf ${folder}/call_meso_inifis.inc ${here}/modif_mars/ 54 cp -rf ${folder}/call_meso_physiq.inc ${here}/modif_mars/ 55 cp -rf ${folder}/inc/module_lmd_driver_output*.inc ${here}/modif_mars/ 56 cp -rf ${phymars_folder}/wrf_output_2d.h ${here}/modif_mars/ 57 cp -rf ${phymars_folder}/wrf_output_3d.h ${here}/modif_mars/ 58 55 #cp -rf ${phymars_folder}/dimphys.h ${here}/modif_mars/ 56 cp -rf ${phymars_folder}/dimphys.h ${here}/mars_lmd/libf/phymars/ 57 #cp -rf ${folder}/call_meso_inifis.inc ${here}/modif_mars/ 58 #cp -rf ${folder}/call_meso_physiq.inc ${here}/modif_mars/ 59 cp -rf ${folder}/call_meso_inifis.inc ${here}/ 60 cp -rf ${folder}/call_meso_physiq.inc ${here}/ 61 #cp -rf ${folder}/inc/module_lmd_driver_output*.inc ${here}/modif_mars/ 62 cp -rf ${folder}/inc/module_lmd_driver_output*.inc ${here}/inc/ 63 #cp -rf ${phymars_folder}/wrf_output_2d.h ${here}/modif_mars/ 64 #cp -rf ${phymars_folder}/wrf_output_3d.h ${here}/modif_mars/ 65 cp -rf ${phymars_folder}/wrf_output_2d.h ${here}/mars_lmd/libf/phymars/ 66 cp -rf ${phymars_folder}/wrf_output_3d.h ${here}/mars_lmd/libf/phymars/ 59 67 fi 60 68 ##############################################################
Note: See TracChangeset
for help on using the changeset viewer.