Ignore:
Timestamp:
12/02/20 15:09:51 (4 years ago)
Author:
schlegel
Message:

CHG: add extra accumulated SMB components to GEMB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test243.m

    r24760 r25807  
    3030md.smb.requested_outputs={'SmbDz','SmbT','SmbD','SmbRe','SmbGdn','SmbGsp','SmbEC',...
    3131        'SmbA','SmbMassBalance','SmbMAdd','SmbDzAdd','SmbFAC','SmbMeanSHF','SmbMeanLHF',...
    32         'SmbMeanULW','SmbNetLW','SmbNetSW'};
     32        'SmbMeanULW','SmbNetLW','SmbNetSW','SmbAccumulatedMassBalance','SmbAccumulatedRunoff',...
     33        'SmbAccumulatedMelt','SmbAccumulatedEC','SmbAccumulatedPrecipitation'};
    3334
    3435%only run smb core:
     
    5253
    5354%Fields and tolerances to track changes
    54 field_names      ={'Layers','SmbDz','SmbT' ,'SmbD' ,'SmbRe','SmbGdn','SmbGsp','SmbA' ,'SmbEC','SmbMassBalance','SmbMAdd','SmbDzAdd','SmbFAC','SmbMeanSHF','SmbMeanLHF','SmbMeanULW','SmbNetLW','SmbNetSW'};
    55 field_tolerances ={1e-12,2e-12,1e-12,1e-11,1e-11,2e-11,1e-11,1e-12,1e-11,1e-12,1e-12,1e-12,1e-11,2e-11,2e-11,1e-11,9e-10,2e-11};
     55field_names      ={'Layers','SmbDz','SmbT' ,'SmbD' ,'SmbRe','SmbGdn','SmbGsp','SmbA' ,'SmbEC','SmbMassBalance','SmbMAdd','SmbDzAdd','SmbFAC','SmbMeanSHF','SmbMeanLHF','SmbMeanULW','SmbNetLW','SmbNetSW','SmbAccumulatedMassBalance','SmbAccumulatedRunoff','SmbAccumulatedMelt','SmbAccumulatedEC','SmbAccumulatedPrecipitation'};
     56field_tolerances ={1e-12,2e-12,1e-12,1e-11,1e-11,2e-11,1e-11,1e-12,1e-11,1e-12,1e-12,1e-12,1e-11,2e-11,2e-11,1e-11,9e-10,2e-11,1e-11,9e-10,2e-11,1e-11,1e-11,1e-11,1e-11,1e-11,};
    5657
    5758field_values={...
     
    7374        (md.results.TransientSolution(end).SmbMeanULW(1)),...
    7475        (md.results.TransientSolution(end).SmbNetLW(1)),...
    75         (md.results.TransientSolution(end).SmbNetSW(1))
     76        (md.results.TransientSolution(end).SmbNetSW(1)),...
     77        (md.results.TransientSolution(end).SmbAccumulatedMassBalance(1)),...
     78        (md.results.TransientSolution(end).SmbAccumulatedRunoff(1)),...
     79        (md.results.TransientSolution(end).SmbAccumulatedMelt(1)),...
     80        (md.results.TransientSolution(end).SmbAccumulatedEC(1)),...
     81        (md.results.TransientSolution(end).SmbAccumulatedPrecipitation(1))
    7682};
Note: See TracChangeset for help on using the changeset viewer.