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/WPS_GEOG/res
Files:
9 added
1 edited

Legend:

Unmodified
Added
Removed
  • 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.