Ignore:
Timestamp:
10/22/21 05:36:58 (3 years ago)
Author:
vverjans
Message:

CHG: added class frontalforcingsrignotautoregression (autoregressive calculation of thermal_forcing), autoregression routine in Element.cpp is now generic, corrected nightly runs 257 and 542, added nightly run 543

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/shared/io/Marshalling/IoCodeConversions.cpp

    r26477 r26495  
    274274                case 1: return FrontalForcingsDefaultEnum;
    275275                case 2: return FrontalForcingsRignotEnum;
     276                case 55: return FrontalForcingsRignotAutoregressionEnum;
    276277                default: _error_("Marshalled Frontalforcings code \""<<enum_in<<"\" not supported yet");
    277278        }
Note: See TracChangeset for help on using the changeset viewer.