Ignore:
Timestamp:
09/06/11 10:08:46 (14 years ago)
Author:
Mathieu Morlighem
Message:

moved fields to surfaceforcings object

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/shared/Numerics/UnitConversion.cpp

    r9356 r9607  
    6161                case BasalMeltingRateEnum:        scale=yts;break; //m/yr
    6262                case BasalMeltingRateCorrectionEnum: scale=yts;break; //m/yr
    63                 case SurfaceAccumulationRateEnum: scale=yts;break; //m/yr
    64                 case SurfaceAblationRateEnum:     scale=yts;break; //m/yr
    65                 case SurfaceMassBalanceEnum:      scale=yts;break; //m/yr
     63                case SurfaceforcingsAccumulationRateEnum: scale=yts;break; //m/yr
     64                case SurfaceforcingsAblationRateEnum:     scale=yts;break; //m/yr
     65                case SurfaceforcingsMassBalanceEnum:      scale=yts;break; //m/yr
    6666                case MisfitEnum:      scale=pow(yts,2);break; //(m/yr)^2
    6767                case MassFluxEnum:    scale=pow(10,-12)*yts;break; // (GigaTon/year)
Note: See TracChangeset for help on using the changeset viewer.