Ignore:
Timestamp:
12/16/10 17:10:04 (14 years ago)
Author:
Eric.Larour
Message:

New parseresults routine when we are using split io on the cluster.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/tres.m

    r6364 r6736  
    7474        md.temperature=PatchToVec(md.results.SteadystateSolution.Temperature);
    7575        md.melting_rate=PatchToVec(md.results.SteadystateSolution.MeltingRate);
     76       
     77        if md.control_analysis==1,
     78                if control_type==md.control_type
     79                        md.(EnumToModelField(control_type))=PatchToVec(md.results.DiagnosticSolution.(EnumToString(control_type)));
     80                end
     81        end
     82
    7683elseif strcmpi(string,'thermal'),
    7784        md.temperature=PatchToVec(md.results.ThermalSolution.Temperature);
Note: See TracChangeset for help on using the changeset viewer.