source: issm/oecreview/Archive/21724-22754/ISSM-22336-22337.diff@ 22755

Last change on this file since 22755 was 22755, checked in by Mathieu Morlighem, 7 years ago

CHG: added 21724-22754

File size: 3.3 KB
  • ../trunk-jpl/test/NightlyRun/test426.m

     
    1313md.transient.isstressbalance=0;
    1414md.transient.isgroundingline=1;
    1515md.groundingline.migration='AggressiveMigration';
    16 md.mesh.scale_factor=ones(md.mesh.numberofvertices,1);
     16md.mesh.scale_factor=1.1*ones(md.mesh.numberofvertices,1);
    1717md.transient.requested_outputs={'IceVolume','IceVolumeAboveFloatation','IceVolumeAboveFloatationScaled','GroundedArea','FloatingArea','GroundedAreaScaled','FloatingAreaScaled','IceMass'};
    18 md.mesh.scale_factor=ones(md.mesh.numberofvertices,1);
    1918md=extrude(md,3,1.);
    2019md.cluster=generic('name',oshostname(),'np',3);
    2120
  • ../trunk-jpl/test/NightlyRun/test424.py

     
    2222md.transient.isgroundingline=True
    2323md.groundingline.migration='AggressiveMigration'
    2424md.transient.requested_outputs=['IceVolume','IceVolumeAboveFloatation','IceVolumeAboveFloatationScaled','GroundedArea','FloatingArea','GroundedAreaScaled','FloatingAreaScaled']
    25 md.mesh.scale_factor=1*np.ones((md.mesh.numberofvertices))
     25md.mesh.scale_factor=1.1*np.ones((md.mesh.numberofvertices))
    2626
    2727md.cluster=generic('name',gethostname(),'np',3)
    2828md=solve(md,'Transient')
  • ../trunk-jpl/test/NightlyRun/test424.m

     
    1313md.transient.isstressbalance=0;
    1414md.transient.isgroundingline=1;
    1515md.groundingline.migration='AggressiveMigration';
    16 md.mesh.scale_factor=ones(md.mesh.numberofvertices,1);
     16md.mesh.scale_factor=1.1*ones(md.mesh.numberofvertices,1);
    1717md.transient.requested_outputs={'IceVolume','IceVolumeAboveFloatation','IceVolumeAboveFloatationScaled','GroundedArea','FloatingArea','GroundedAreaScaled','FloatingAreaScaled'};
    1818
    1919md.cluster=generic('name',oshostname(),'np',3);
  • ../trunk-jpl/test/NightlyRun/test426.py

    Cannot display: file marked as a binary type.
    svn:mime-type = application/octet-stream
    Cannot display: file marked as a binary type.
    svn:mime-type = application/octet-stream
     
    2222md.transient.isgroundingline=True
    2323md.groundingline.migration='AggressiveMigration'
    2424md.transient.requested_outputs=['IceVolume','IceVolumeAboveFloatation','IceMass','IceVolumeAboveFloatationScaled','GroundedArea','FloatingArea','GroundedAreaScaled','FloatingAreaScaled']
    25 md.mesh.scale_factor=1*np.ones((md.mesh.numberofvertices))
     25md.mesh.scale_factor=1.1*np.ones((md.mesh.numberofvertices))
    2626md.extrude(3,1.)
    2727md.cluster=generic('name',gethostname(),'np',3)
    2828
Note: See TracBrowser for help on using the repository browser.