Changeset 1168 for trunk


Ignore:
Timestamp:
Jan 23, 2014, 12:01:09 PM (11 years ago)
Author:
aslmd
Message:

MESOSCALE. added Tyler and Barnes 2014 albedo and thermal inertia maps (useful for polar runs)

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  
    2727        rel_path=               custom:mola_tweak/
    2828        rel_path=               omega:mola_topo64/
     29        interp_option =         tyler:four_pt
     30        rel_path=               tyler:mola_topo32
    2931===============================
    3032name = HGT_U
     
    5153        rel_path=               custom:mola_tweak/
    5254        rel_path=               omega:mola_topo64/
     55        interp_option =         tyler:four_pt
     56        rel_path=               tyler:mola_topo32
    5357===============================
    5458name = HGT_V
     
    7579        rel_path=               custom:mola_tweak/
    7680        rel_path=               omega:mola_topo64/
     81        interp_option =         tyler:four_pt
     82        rel_path=               tyler:mola_topo32
    7783===============================
    7884name = THERMAL_INERTIA
     
    98104#        fill_missing=180. #polar projection artefacts
    99105        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/
    100108===============================
    101109name = ALBEDO_GCM
     
    121129        interp_option = gcm:four_pt
    122130        rel_path =      gcm:albedo_GCM/
     131        interp_option = tyler:sixteen_pt+four_pt
     132        rel_path =      tyler:tylerall/albedo/
    123133===============================
    124134name = SURF_ROUGHNESS
     
    141151        rel_path=               gcm:rough_GCM/
    142152        fill_missing=0.12 ## north polar
     153        interp_option =         tyler:nearest_neighbor
     154        rel_path=               tyler:rough_GCM/
    143155#===============================
    144156#name=LANDUSEF
  • trunk/MESOSCALE/LMD_MM_MARS/WPS_GEOG/res/mola_tweak_northern/paleo_build.m

    r599 r1168  
    1212
    1313# Locate MOLA binary file
    14 filename = 'bu_mola64_v6.flt';
     14filename = 'bu_mola64_v7.flt';
    1515resolution = 64;
    1616
     
    3131        # Eastern part
    3232        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');
    3435        fwrite(fid,part,'integer*2');
    3536
    3637        # Western part
    3738        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');
    3941        fwrite(fid,part2,'integer*2');
    4042
Note: See TracChangeset for help on using the changeset viewer.