Ignore:
Timestamp:
10/27/22 11:39:37 (2 years ago)
Author:
Mathieu Morlighem
Message:

merged trunk-jpl and trunk for revision 27344

Location:
issm/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk

  • issm/trunk/src

  • issm/trunk/src/c/modules/StochasticForcingx/StochasticForcingx.cpp

    r27232 r27347  
    7575                int dimensionid;
    7676
    77                 /*Deal with the autoregressive models*/
    78                 if(fields[j]==SMBautoregressionEnum || fields[j]==FrontalForcingsRignotAutoregressionEnum || fields[j]==BasalforcingsDeepwaterMeltingRateAutoregressionEnum){
     77                /*Deal with the ARMA models*/
     78                if(fields[j]==SMBarmaEnum || fields[j]==FrontalForcingsRignotarmaEnum || fields[j]==BasalforcingsDeepwaterMeltingRatearmaEnum){
    7979                        switch(fields[j]){
    80                                 case SMBautoregressionEnum:
     80                                case SMBarmaEnum:
    8181                                        dimenum_type   = SmbBasinsIdEnum;
    82                                         noiseenum_type = SmbAutoregressionNoiseEnum;
    83                                         break;
    84                                 case FrontalForcingsRignotAutoregressionEnum:
     82                                        noiseenum_type = SmbARMANoiseEnum;
     83                                        break;
     84                                case FrontalForcingsRignotarmaEnum:
    8585                                        dimenum_type   = FrontalForcingsBasinIdEnum;
    86                                         noiseenum_type = ThermalforcingAutoregressionNoiseEnum;
    87                                         break;
    88                                 case BasalforcingsDeepwaterMeltingRateAutoregressionEnum:
     86                                        noiseenum_type = ThermalforcingARMANoiseEnum;
     87                                        break;
     88                                case BasalforcingsDeepwaterMeltingRatearmaEnum:
    8989                                        dimenum_type   = BasalforcingsLinearBasinIdEnum;
    9090                                        noiseenum_type = BasalforcingsDeepwaterMeltingRateNoiseEnum;
     
    103103                else{
    104104                        switch(fields[j]){
    105                                 case SMBautoregressionEnum:
    106                                 case FrontalForcingsRignotAutoregressionEnum:
    107                                 case BasalforcingsDeepwaterMeltingRateAutoregressionEnum:
     105                                case SMBarmaEnum:
     106                                case FrontalForcingsRignotarmaEnum:
     107                                case BasalforcingsDeepwaterMeltingRatearmaEnum:
    108108                                        /*Already done above*/
    109109                                        break;
Note: See TracChangeset for help on using the changeset viewer.