Changeset 1247 for trunk/MESOSCALE/LMD_MM_MARS/makemeso
- Timestamp:
- May 11, 2014, 3:56:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/makemeso
r1243 r1247 207 207 tra=1 208 208 fi 209 fi210 # scatterers: a specific stuff for newphys211 if [[ "${phys}" == "newphys_" ]]212 then213 echo "How many types of scatterer are you using ? 1 [dust] or 2 [dust + water ice]" ; read scat214 else215 scat=1 ## dummy stuff216 209 fi 217 210 fi … … 367 360 if [[ "${phys}" == "newphys_" ]] 368 361 then 369 echo you have ${scat} scatterers370 362 echo number of processors can be changed without recompiling 371 363 echo x points can be changed without recompiling … … 398 390 echo ${tra} >> last 399 391 fi 400 echo ${scat} >> last401 #echo ${answer} >> last402 392 403 393 #------------ … … 713 703 ln -sf ../dyn3d/gr_fi_dyn.F . ## dommage, a corriger 714 704 ############################### 715 \rm scatterers.h716 cat << EOF > scatterers.h717 !-----------------------------------------------------------------------718 ! INCLUDE 'scatterers.h'719 !720 ! Number of kind of tracer radiative properties721 ! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~722 ! (ex: naerkind=1 if you use one dust mode without ice ...)723 ! (ex: naerkind=2 if you use one dust mode and active ice ...)724 !-----------------------------------------------------------------------725 726 integer, parameter :: naerkind=${scat}727 728 !-----------------------------------------------------------------------729 EOF730 705 ############################### 731 706 ############################### … … 789 764 # save a copy 790 765 #-------------- 791 cp -f libo/liblmd.a libo/liblmd.a_${lon}_${lat}_${level}_${dom}_${tra} _${scat}766 cp -f libo/liblmd.a libo/liblmd.a_${lon}_${lat}_${level}_${dom}_${tra} 792 767 echo '****************************************' 793 768 … … 849 824 echo 'Looks good ! wrf.exe is here...' 850 825 fi 851 cp -f real.exe ../../real_x${lon}_y${lat}_z${level}_d${dom}_t${tra}_p${numproc} _s${scat}.exe852 cp -f wrf.exe ../../wrf_x${lon}_y${lat}_z${level}_d${dom}_t${tra}_p${numproc} _s${scat}.exe826 cp -f real.exe ../../real_x${lon}_y${lat}_z${level}_d${dom}_t${tra}_p${numproc}.exe 827 cp -f wrf.exe ../../wrf_x${lon}_y${lat}_z${level}_d${dom}_t${tra}_p${numproc}.exe 853 828 cd .. ;; 854 829 'ideal') #mkdir 'test/em_quarter_ss' 2> /dev/null … … 865 840 echo 'Looks good ! wrf.exe is here...' 866 841 fi 867 cp -f ideal.exe ../../ideal_x${lon}_y${lat}_z${level}_d${dom}_t${tra}_p${numproc} _s${scat}.exe868 cp -f wrf.exe ../../wrf_x${lon}_y${lat}_z${level}_d${dom}_t${tra}_p${numproc} _s${scat}.exe842 cp -f ideal.exe ../../ideal_x${lon}_y${lat}_z${level}_d${dom}_t${tra}_p${numproc}.exe 843 cp -f wrf.exe ../../wrf_x${lon}_y${lat}_z${level}_d${dom}_t${tra}_p${numproc}.exe 869 844 cd .. ;; 870 845 'les') echo '>>> YOUR CONFIG IS : '${config} … … 881 856 echo 'Looks good ! wrf.exe is here...' 882 857 fi 883 cp -f ideal.exe ../../ideal_x${lon}_y${lat}_z${level}_d${dom}_t${tra}_p${numproc} _s${scat}.exe884 cp -f wrf.exe ../../wrf_x${lon}_y${lat}_z${level}_d${dom}_t${tra}_p${numproc} _s${scat}.exe858 cp -f ideal.exe ../../ideal_x${lon}_y${lat}_z${level}_d${dom}_t${tra}_p${numproc}.exe 859 cp -f wrf.exe ../../wrf_x${lon}_y${lat}_z${level}_d${dom}_t${tra}_p${numproc}.exe 885 860 cd .. ;; 886 861 *) echo not supported... please use ; echo ideal les ; exit ;; … … 894 869 echo 'done.' 895 870 echo '****************************************' 896 cp last ../makemeso_x${lon}_y${lat}_z${level}_d${dom}_t${tra}_p${numproc} _s${scat}871 cp last ../makemeso_x${lon}_y${lat}_z${level}_d${dom}_t${tra}_p${numproc} 897 872 mv last ../../ 898 svn info ../../ > ../makemeso_x${lon}_y${lat}_z${level}_d${dom}_t${tra}_p${numproc} _s${scat}.svn.info873 svn info ../../ > ../makemeso_x${lon}_y${lat}_z${level}_d${dom}_t${tra}_p${numproc}.svn.info 899 874 900 875 # add here specific messages
Note: See TracChangeset
for help on using the changeset viewer.