Changeset 88
- Timestamp:
- Mar 4, 2011, 4:30:48 PM (14 years ago)
- Location:
- trunk/mesoscale
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mesoscale/LMD_MM_MARS/SRC/WPS/wps_mars/switch_WPS_Mars
r72 r88 10 10 cd geogrid 11 11 \rm GEOGRID.TBL 2> /dev/null 12 cp ../wps_mars/geogrid/GEOGRID.TBL.ARW_Mars GEOGRID.TBL.ARW 12 ####----> fait dans prepare_ini 13 ####cp ../wps_mars/geogrid/GEOGRID.TBL.ARW_Mars GEOGRID.TBL.ARW 13 14 cd src 14 15 rm constants_module.f90 … … 23 24 cd metgrid 24 25 \rm METGRID.TBL 2> /dev/null 25 #cp ../wps_mars/metgrid/METGRID.TBL.ARW_MarsBase METGRID.TBL.ARW 26 cp ../wps_mars/metgrid/METGRID.TBL.ARW_MarsBase_newphys METGRID.TBL.ARW26 ####----> fait dans prepare_ini 27 ####cp ../wps_mars/metgrid/METGRID.TBL.ARW_MarsBase_newphys METGRID.TBL.ARW 27 28 cd src 28 29 rm module_date_pack.f90 -
trunk/mesoscale/LMD_MM_MARS/prepare_ini
r78 r88 45 45 echo prepare WPS in $here 46 46 47 ####### done in prepare48 ###cd ${sourcewps}49 ###cp ${sourcewps}/wps_mars/switch_WPS_Mars ${sourcewps}50 ###./switch_WPS_Mars47 ####### done in prepare 48 ###cd ${sourcewps} 49 ###cp ${sourcewps}/wps_mars/switch_WPS_Mars ${sourcewps} 50 ###./switch_WPS_Mars 51 51 52 52 cd ${here} … … 62 62 mkdir ${here}/WPS/geogrid 63 63 cd ${here}/WPS/geogrid 64 cp -f ${sourcewps}/geogrid/GEOGRID.TBL.ARW GEOGRID.TBL 65 echo "attention GEOGRID.TBL n est pas le bon !!!!" 64 #cp -f ${sourcewps}/geogrid/GEOGRID.TBL.ARW GEOGRID.TBL 65 #echo "attention GEOGRID.TBL n est pas le bon !!!!" 66 ln -sf ${sourcewps}/wps_mars/geogrid/GEOGRID.TBL.ARW_Mars GEOGRID.TBL 66 67 cp -f ${sourcewps}/geogrid/Makefile . 67 68 mkdir src … … 72 73 mkdir ${here}/WPS/metgrid 73 74 cd ${here}/WPS/metgrid 74 cp -f ${sourcewps}/metgrid/METGRID.TBL.ARW METGRID.TBL 75 echo "attention METGRID.TBL n est pas le bon !!!!" 75 #cp -f ${sourcewps}/metgrid/METGRID.TBL.ARW METGRID.TBL 76 #echo "attention METGRID.TBL n est pas le bon !!!!" 77 ln -sf ${sourcewps}/wps_mars/metgrid/METGRID.TBL.ARW_MarsBase_newphys METGRID.TBL 76 78 cp -f ${sourcewps}/metgrid/Makefile . 77 79 mkdir src … … 80 82 cd ${here}/WPS 81 83 82 # 83 # examples and plots84 # 85 ln -sf ${sourcewps}/wps_mars/out_geo.pro .84 ## 85 ## examples and plots 86 ## 87 #ln -sf ${sourcewps}/wps_mars/out_geo.pro . 86 88 ln -sf ${sourcewps}/wps_mars/namelist.wps* . 87 89 #ln -sf ${lmdmeso}/SRC/ARWpost/idl/colorbar__define.pro . 88 ln -sf ${lmdmeso}/SRC/ARWpost/idl/colorbar.pro .89 ln -sf ${lmdmeso}/SRC/ARWpost/idl/map_latlon.pro .90 #ln -sf ${lmdmeso}/SRC/ARWpost/idl/colorbar.pro . 91 #ln -sf ${lmdmeso}/SRC/ARWpost/idl/map_latlon.pro . 90 92 91 93 # -
trunk/mesoscale/TESTS/newphys_tracers/callphys.def.mars3
r76 r88 1 1 ##General options 2 2 ##~~~~~~~~~~~~~~~ 3 #Directory where external input files are 4 datadir = /san/home/spiga/DATAFILE/ 5 3 6 #Run with or without tracer transport ? 4 7 tracer=.true. … … 71 74 dustbin = 2 72 75 # DUST: Radiatively active dust ? (matters if dustbin>0) 73 active = . false.76 active = .true. #.false. 74 77 # DUST: use mass and number mixing ratios to predict dust size ? 75 78 doubleq = .true. #.false.
Note: See TracChangeset
for help on using the changeset viewer.