Changeset 9653


Ignore:
Timestamp:
09/07/11 10:49:15 (14 years ago)
Author:
seroussi
Message:

minor types

Location:
issm/trunk/test/NightlyRun
Files:
8 edited

Legend:

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

    r9642 r9653  
    44md=setelementstype(md,'macayeal','all');
    55md.cluster=none;
    6 md.prognostic.prognostic.hydrostatic_adjustment='Incremental';
     6md.prognostic.hydrostatic_adjustment='Incremental';
    77md=solve(md,TransientSolutionEnum);
    88
  • issm/trunk/test/NightlyRun/test244.m

    r9642 r9653  
    44md=setelementstype(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    6 md.prognostic.prognostic.hydrostatic_adjustment='Incremental';
     6md.prognostic.hydrostatic_adjustment='Incremental';
    77md=solve(md,TransientSolutionEnum);
    88
  • issm/trunk/test/NightlyRun/test245.m

    r9642 r9653  
    55md.bed=md.bed+50; md.surface=md.surface+50;
    66md.cluster=none;
    7 md.prognostic.prognostic.hydrostatic_adjustment='Incremental';
     7md.prognostic.hydrostatic_adjustment='Incremental';
    88md=solve(md,TransientSolutionEnum);
    99
  • issm/trunk/test/NightlyRun/test246.m

    r9642 r9653  
    55md.bed=md.bed+50; md.surface=md.surface+50;
    66md.cluster=generic('name',oshostname(),'np',3);
    7 md.prognostic.prognostic.hydrostatic_adjustment='Incremental';
     7md.prognostic.hydrostatic_adjustment='Incremental';
    88md=solve(md,TransientSolutionEnum);
    99
  • issm/trunk/test/NightlyRun/test247.m

    r9642 r9653  
    55md=setelementstype(md,'pattyn','all');
    66md.cluster=none;
    7 md.prognostic.prognostic.hydrostatic_adjustment='Incremental';
     7md.prognostic.hydrostatic_adjustment='Incremental';
    88md=solve(md,TransientSolutionEnum);
    99
  • issm/trunk/test/NightlyRun/test248.m

    r9642 r9653  
    55md=setelementstype(md,'pattyn','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    7 md.prognostic.prognostic.hydrostatic_adjustment='Incremental';
     7md.prognostic.hydrostatic_adjustment='Incremental';
    88md=solve(md,TransientSolutionEnum);
    99
  • issm/trunk/test/NightlyRun/test249.m

    r9642 r9653  
    66md.bed=md.bed+50; md.surface=md.surface+50;
    77md.cluster=none;
    8 md.prognostic.prognostic.hydrostatic_adjustment='Incremental';
     8md.prognostic.hydrostatic_adjustment='Incremental';
    99md=solve(md,TransientSolutionEnum);
    1010
  • issm/trunk/test/NightlyRun/test250.m

    r9642 r9653  
    66md.bed=md.bed+50; md.surface=md.surface+50;
    77md.cluster=generic('name',oshostname(),'np',3);
    8 md.prognostic.prognostic.hydrostatic_adjustment='Incremental';
     8md.prognostic.hydrostatic_adjustment='Incremental';
    99md=solve(md,TransientSolutionEnum);
    1010
Note: See TracChangeset for help on using the changeset viewer.