Changeset 23899


Ignore:
Timestamp:
04/26/19 21:44:15 (6 years ago)
Author:
seroussi
Message:

CHG: finished ice only part of the test

File:
1 edited

Legend:

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

    r23898 r23899  
    167167        %Grab lat,long from MITgcm:
    168168        long=readbin('run/XG.data',[3 200]);
    169         long=[long long(:,end)]; long=[long; -105.0*ones(1,size(long,2))];
     169        long=[long long(:,end)]; long=[long; -105.1250*ones(1,size(long,2))];
    170170        lat=readbin('run/YG.data',[3 200]);
    171171        lat=[lat -73.8832*ones(size(lat,1),1)]; lat=[lat; lat(end,:)];
     
    256256        md.initialization.temperature=(273.15-22)*ones(md.mesh.numberofvertices,1);
    257257        md.initialization.pressure=md.materials.rho_ice*md.constants.g*(md.geometry.surface-md.geometry.base);
    258         md.smb.mass_balance = [0*ones(md.mesh.numberofvertices,1); 1];
     258        md.smb.mass_balance = 0*ones(md.mesh.numberofvertices,1);
    259259
    260260        %Flow law
     
    307307        %timestepping:
    308308        md.timestepping.final_time=100;
    309         md.timestepping.time_step=0.25;
     309        md.timestepping.time_step=0.5;
    310310        md.transient.isgroundingline=0;
    311311        md.transient.isthermal=0;
     
    313313        md.groundingline.melt_interpolation='NoMeltOnPartiallyFloating';
    314314        md.groundingline.friction_interpolation='SubelementFriction2';
     315        md.masstransport.stabilization=0;
    315316
    316317        md.cluster=generic('name',oshostname(),'np',2);
Note: See TracChangeset for help on using the changeset viewer.