- Timestamp:
- Jan 23, 2014, 12:01:09 PM (11 years ago)
- Location:
- trunk/MESOSCALE/LMD_MM_MARS
- Files:
-
- 9 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/WPS/wps_mars/geogrid/GEOGRID.TBL.ARW_Mars
r1128 r1168 27 27 rel_path= custom:mola_tweak/ 28 28 rel_path= omega:mola_topo64/ 29 interp_option = tyler:four_pt 30 rel_path= tyler:mola_topo32 29 31 =============================== 30 32 name = HGT_U … … 51 53 rel_path= custom:mola_tweak/ 52 54 rel_path= omega:mola_topo64/ 55 interp_option = tyler:four_pt 56 rel_path= tyler:mola_topo32 53 57 =============================== 54 58 name = HGT_V … … 75 79 rel_path= custom:mola_tweak/ 76 80 rel_path= omega:mola_topo64/ 81 interp_option = tyler:four_pt 82 rel_path= tyler:mola_topo32 77 83 =============================== 78 84 name = THERMAL_INERTIA … … 98 104 # fill_missing=180. #polar projection artefacts 99 105 fill_missing=4100. #north polar TI (needed with thermal_TES 64ppd) 106 interp_option = tyler:sixteen_pt+four_pt 107 rel_path = tyler:tylerall/ti/ 100 108 =============================== 101 109 name = ALBEDO_GCM … … 121 129 interp_option = gcm:four_pt 122 130 rel_path = gcm:albedo_GCM/ 131 interp_option = tyler:sixteen_pt+four_pt 132 rel_path = tyler:tylerall/albedo/ 123 133 =============================== 124 134 name = SURF_ROUGHNESS … … 141 151 rel_path= gcm:rough_GCM/ 142 152 fill_missing=0.12 ## north polar 153 interp_option = tyler:nearest_neighbor 154 rel_path= tyler:rough_GCM/ 143 155 #=============================== 144 156 #name=LANDUSEF -
trunk/MESOSCALE/LMD_MM_MARS/WPS_GEOG/res/mola_tweak_northern/paleo_build.m
r599 r1168 12 12 13 13 # Locate MOLA binary file 14 filename = 'bu_mola64_v 6.flt';14 filename = 'bu_mola64_v7.flt'; 15 15 resolution = 64; 16 16 … … 31 31 # Eastern part 32 32 part = el(1:1:tilered,1:1:tile)'; 33 fid = fopen('11521-23040.00001-05760','wb','b'); 33 #fid = fopen('11521-23040.00001-05760','wb','b'); 34 fid = fopen('11521-23040.05761-11520','wb','b'); 34 35 fwrite(fid,part,'integer*2'); 35 36 36 37 # Western part 37 38 part2 = el(1:1:tilered,tile+1:1:2*tile)'; 38 fid = fopen('00001-11520.00001-05760','wb','b'); 39 #fid = fopen('00001-11520.00001-05760','wb','b'); 40 fid = fopen('00001-11520.05761-11520','wb','b'); 39 41 fwrite(fid,part2,'integer*2'); 40 42
Note: See TracChangeset
for help on using the changeset viewer.