Changeset 22627


Ignore:
Timestamp:
03/26/18 10:48:29 (7 years ago)
Author:
seroussi
Message:

CHG: minor working on coupling

File:
1 edited

Legend:

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

    r22378 r22627  
    33%
    44%Script control parameters
    5 steps=1:12;
     5steps=12;
    66final_time=1;
    77
     
    843843if perform(org,'RunCoupledMITgcmISSM2'),
    844844       
     845        loaddata(org,'ParameterizeIce');
     846       
     847        md.transient.isoceancoupling=0;
    845848        md.miscellaneous.name='test4002';
    846849        md.results=[];
    847850        md.results.TransientSolution=[];
     851        md.timestepping.coupling_time=1/12;
     852        md=solve(md,'Transient','runtimename',false);
     853
     854        md.transient.isoceancoupling=1;
     855        md.timestepping.coupling_time=1/12;
     856
    848857        md=solve(md,'Transient','runtimename',false);
    849858
     
    858867
    859868
     869error
    860870%Fields and tolerances to track changes
    861871fnm=['run/SHICE_fwFluxtave_0000004380.data'];
Note: See TracChangeset for help on using the changeset viewer.