Ignore:
Timestamp:
02/04/11 21:21:00 (14 years ago)
Author:
Eric.Larour
Message:

Added melting_rate_corecction, deactivated by default. Only activatable in prognostic

File:
1 edited

Legend:

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

    r7325 r7352  
    251251                 temperature=NaN; %temperature solution vector
    252252                 melting_rate=NaN;
     253                 melting_rate_correction=NaN;
     254                 melting_rate_correction_apply=NaN;
    253255                 pressure=NaN;
    254256
     
    480482                         md.latentheat=3.34*10^5;
    481483
     484                         %melting rate correction:
     485                         md.melting_rate_correction_apply=0; %do not apply
     486
    482487                         %ice thermal conductivity lamda (W/m/K)
    483488                         md.thermalconductivity=2.4;
Note: See TracChangeset for help on using the changeset viewer.