Changeset 26744 for issm/trunk/test/NightlyRun/test243.m
- Timestamp:
- 12/22/21 10:39:44 (3 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 25837-25866,25868-25993,25995-26330,26332-26733,26736-26739,26741
- Property svn:mergeinfo changed
-
issm/trunk/test
- Property svn:mergeinfo changed
-
issm/trunk/test/NightlyRun/test243.m
r25836 r26744 30 30 md.smb.requested_outputs={'SmbDz','SmbT','SmbD','SmbRe','SmbGdn','SmbGsp','SmbEC',... 31 31 'SmbA','SmbMassBalance','SmbMAdd','SmbDzAdd','SmbFAC','SmbMeanSHF','SmbMeanLHF',... 32 'SmbMeanULW','SmbNetLW','SmbNetSW','SmbAccumulatedMassBalance','SmbAccumulatedRunoff',... 33 'SmbAccumulatedMelt','SmbAccumulatedEC','SmbAccumulatedPrecipitation'}; 32 'SmbMeanULW','SmbNetLW','SmbNetSW','SmbWAdd','SmbRunoff','SmbRefreeze','SmbMelt',... 33 'SmbEC','SmbPrecipitation','SmbRain','SmbAccumulatedMassBalance','SmbAccumulatedRunoff',... 34 'SmbAccumulatedMelt','SmbAccumulatedEC','SmbAccumulatedPrecipitation','SmbAccumulatedRain',... 35 'SmbAccumulatedPrecipitation','SmbAccumulatedRefreeze'}; 34 36 35 37 %only run smb core: … … 42 44 md.timestepping.final_time=1966; 43 45 md.timestepping.time_step=1/365.0; 44 md.timestepping.interp_forcing s=0;46 md.timestepping.interp_forcing=0; 45 47 46 48 %Run transient … … 53 55 54 56 %Fields and tolerances to track changes 55 field_names ={'Layers','SmbDz','SmbT' ,'SmbD' ,'SmbRe','SmbGdn','SmbGsp','SmbA' ,'SmbEC','SmbMassBalance','SmbMAdd','SmbDzAdd','SmbFAC','SmbMeanSHF','SmbMeanLHF','SmbMeanULW','SmbNetLW','SmbNetSW','SmbAccumulatedMassBalance','SmbAccumulatedRunoff','SmbAccumulatedMelt','SmbAccumulatedEC','SmbAccumulatedPrecipitation'};56 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,1e-11,9e-10,2e-11,1e-11,1e-11,1e-11,1e-11,1e-11,};57 field_names ={'Layers','SmbDz','SmbT','SmbD','SmbRe','SmbGdn','SmbGsp','SmbA' ,'SmbEC','SmbMassBalance','SmbMAdd','SmbDzAdd','SmbFAC','SmbMeanSHF','SmbMeanLHF','SmbMeanULW','SmbNetLW','SmbNetSW','SmbAccumulatedMassBalance','SmbAccumulatedRunoff','SmbAccumulatedMelt','SmbAccumulatedEC','SmbAccumulatedPrecipitation','SmbAccumulatedRain','SmbAccumulatedRefreeze','SmbRunoff','SmbMelt','SmbEC','SmbPrecipitation','SmbRain','SmbRefreeze','SmbWAdd'}; 58 field_tolerances ={1e-12,2e-12,1e-12,2e-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,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11}; 57 59 58 60 field_values={... … … 79 81 (md.results.TransientSolution(end).SmbAccumulatedMelt(1)),... 80 82 (md.results.TransientSolution(end).SmbAccumulatedEC(1)),... 81 (md.results.TransientSolution(end).SmbAccumulatedPrecipitation(1)) 83 (md.results.TransientSolution(end).SmbAccumulatedPrecipitation(1)),... 84 (md.results.TransientSolution(end).SmbAccumulatedRain(1)),... 85 (md.results.TransientSolution(end).SmbAccumulatedRefreeze(1)),... 86 (md.results.TransientSolution(200).SmbRunoff(1)),... 87 (md.results.TransientSolution(200).SmbMelt(1)),... 88 (md.results.TransientSolution(200).SmbEC(1)),... 89 (md.results.TransientSolution(200).SmbPrecipitation(1)),... 90 (md.results.TransientSolution(200).SmbRain(1)),... 91 (md.results.TransientSolution(200).SmbRefreeze(1)),... 92 (md.results.TransientSolution(200).SmbWAdd(1))... 82 93 };
Note:
See TracChangeset
for help on using the changeset viewer.