Changeset 9624


Ignore:
Timestamp:
09/06/11 14:17:02 (14 years ago)
Author:
seroussi
Message:

updated structtomodel for hydrology and settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/model/model.m

    r9622 r9624  
    422422                         if isfield(structmd,'riftproperties'), md.rifts.riftproperties=structmd.riftproperties; end
    423423                         if isfield(structmd,'bamg'), md.private.bamg=structmd.bamg; end
     424                         if isfield(structmd,'lowmem'), md.settings.lowmem=structmd.lowmem; end
     425                         if isfield(structmd,'io_gather'), md.settings.io_gather=structmd.io_gather; end
     426                         if isfield(structmd,'spcwatercolumn'), md.hydrology.spcwatercolumn=structmd.spcwatercolumn; end
     427                         if isfield(structmd,'hydro_n'), md.hydrology.n=structmd.hydro_n; end
     428                         if isfield(structmd,'hydro_p'), md.hydrology.p=structmd.hydro_p; end
     429                         if isfield(structmd,'hydro_q'), md.hydrology.q=structmd.hydro_q; end
     430                         if isfield(structmd,'hydro_CR'), md.hydrology.CR=structmd.hydro_CR; end
     431                         if isfield(structmd,'hydro_kn'), md.hydrology.kn=structmd.hydro_kn; end
    424432
    425433                         %Field changes
Note: See TracChangeset for help on using the changeset viewer.