Changeset 24548
- Timestamp:
- 02/05/20 10:22:07 (5 years ago)
- Location:
- issm/trunk-jpl/src/c
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/MasstransportAnalysis.cpp
r24479 r24548 168 168 break; 169 169 case LinearFloatingMeltRateEnum: 170 iomodel->FetchDataToInput(inputs2,elements,"md.basalforcings.perturbation_melting_rate",BasalforcingsPerturbationMeltingRateEnum,0.); 170 171 break; 171 172 case MismipFloatingMeltRateEnum: -
issm/trunk-jpl/src/c/shared/Enum/Enum.vim
r24505 r24548 463 463 syn keyword cConstant BasalforcingsGeothermalfluxEnum 464 464 syn keyword cConstant BasalforcingsGroundediceMeltingRateEnum 465 syn keyword cConstant BasalforcingsPerturbationMeltingRateEnum 465 466 syn keyword cConstant BasalforcingsIsmip6BasinIdEnum 466 467 syn keyword cConstant BasalforcingsIsmip6TfEnum … … 1332 1333 syn keyword cType Cfsurfacesquare 1333 1334 syn keyword cType Channel 1335 syn keyword cType classes 1334 1336 syn keyword cType Constraint 1335 1337 syn keyword cType Constraints … … 1338 1340 syn keyword cType ControlInput2 1339 1341 syn keyword cType Covertree 1342 syn keyword cType DatasetInput2 1340 1343 syn keyword cType DataSetParam 1341 syn keyword cType DatasetInput21342 1344 syn keyword cType Definition 1343 1345 syn keyword cType DependentObject … … 1351 1353 syn keyword cType ElementInput2 1352 1354 syn keyword cType ElementMatrix 1355 syn keyword cType Elements 1353 1356 syn keyword cType ElementVector 1354 syn keyword cType Elements1355 1357 syn keyword cType ExponentialVariogram 1356 1358 syn keyword cType ExternalResult … … 1359 1361 syn keyword cType Friction 1360 1362 syn keyword cType Gauss 1363 syn keyword cType GaussianVariogram 1364 syn keyword cType gaussobjects 1361 1365 syn keyword cType GaussPenta 1362 1366 syn keyword cType GaussSeg 1363 1367 syn keyword cType GaussTetra 1364 1368 syn keyword cType GaussTria 1365 syn keyword cType GaussianVariogram1366 1369 syn keyword cType GenericExternalResult 1367 1370 syn keyword cType GenericOption … … 1378 1381 syn keyword cType IssmDirectApplicInterface 1379 1382 syn keyword cType IssmParallelDirectApplicInterface 1383 syn keyword cType krigingobjects 1380 1384 syn keyword cType Load 1381 1385 syn keyword cType Loads … … 1388 1392 syn keyword cType Matice 1389 1393 syn keyword cType Matlitho 1394 syn keyword cType matrixobjects 1390 1395 syn keyword cType MatrixParam 1391 1396 syn keyword cType Misfit … … 1400 1405 syn keyword cType Observations 1401 1406 syn keyword cType Option 1407 syn keyword cType Options 1402 1408 syn keyword cType OptionUtilities 1403 syn keyword cType Options1404 1409 syn keyword cType Param 1405 1410 syn keyword cType Parameters … … 1415 1420 syn keyword cType Regionaloutput 1416 1421 syn keyword cType Results 1422 syn keyword cType Riftfront 1417 1423 syn keyword cType RiftStruct 1418 syn keyword cType Riftfront1419 1424 syn keyword cType Seg 1420 1425 syn keyword cType SegInput2 1426 syn keyword cType Segment 1421 1427 syn keyword cType SegRef 1422 syn keyword cType Segment1423 1428 syn keyword cType SpcDynamic 1424 1429 syn keyword cType SpcStatic … … 1439 1444 syn keyword cType Vertex 1440 1445 syn keyword cType Vertices 1441 syn keyword cType classes1442 syn keyword cType gaussobjects1443 syn keyword cType krigingobjects1444 syn keyword cType matrixobjects1445 1446 syn keyword cType AdjointBalancethickness2Analysis 1446 1447 syn keyword cType AdjointBalancethicknessAnalysis … … 1461 1462 syn keyword cType FreeSurfaceBaseAnalysis 1462 1463 syn keyword cType FreeSurfaceTopAnalysis 1464 syn keyword cType GiaIvinsAnalysis 1463 1465 syn keyword cType GLheightadvectionAnalysis 1464 syn keyword cType GiaIvinsAnalysis1465 1466 syn keyword cType HydrologyDCEfficientAnalysis 1466 1467 syn keyword cType HydrologyDCInefficientAnalysis -
issm/trunk-jpl/src/c/shared/Enum/EnumDefinitions.h
r24505 r24548 459 459 BasalforcingsGeothermalfluxEnum, 460 460 BasalforcingsGroundediceMeltingRateEnum, 461 BasalforcingsPerturbationMeltingRateEnum, 461 462 BasalforcingsIsmip6BasinIdEnum, 462 463 BasalforcingsIsmip6TfEnum, -
issm/trunk-jpl/src/c/shared/Enum/EnumToStringx.cpp
r24505 r24548 465 465 case BasalforcingsGeothermalfluxEnum : return "BasalforcingsGeothermalflux"; 466 466 case BasalforcingsGroundediceMeltingRateEnum : return "BasalforcingsGroundediceMeltingRate"; 467 case BasalforcingsPerturbationMeltingRateEnum : return "BasalforcingsPerturbationMeltingRate"; 467 468 case BasalforcingsIsmip6BasinIdEnum : return "BasalforcingsIsmip6BasinId"; 468 469 case BasalforcingsIsmip6TfEnum : return "BasalforcingsIsmip6Tf"; -
issm/trunk-jpl/src/c/shared/Enum/StringToEnumx.cpp
r24505 r24548 474 474 else if (strcmp(name,"BasalforcingsGeothermalflux")==0) return BasalforcingsGeothermalfluxEnum; 475 475 else if (strcmp(name,"BasalforcingsGroundediceMeltingRate")==0) return BasalforcingsGroundediceMeltingRateEnum; 476 else if (strcmp(name,"BasalforcingsPerturbationMeltingRate")==0) return BasalforcingsPerturbationMeltingRateEnum; 476 477 else if (strcmp(name,"BasalforcingsIsmip6BasinId")==0) return BasalforcingsIsmip6BasinIdEnum; 477 478 else if (strcmp(name,"BasalforcingsIsmip6Tf")==0) return BasalforcingsIsmip6TfEnum; … … 505 506 else if (strcmp(name,"Calvingratex")==0) return CalvingratexEnum; 506 507 else if (strcmp(name,"CalvingrateyAverage")==0) return CalvingrateyAverageEnum; 507 else if (strcmp(name,"Calvingratey")==0) return CalvingrateyEnum;508 508 else stage=5; 509 509 } 510 510 if(stage==5){ 511 if (strcmp(name,"CalvingFluxLevelset")==0) return CalvingFluxLevelsetEnum; 511 if (strcmp(name,"Calvingratey")==0) return CalvingrateyEnum; 512 else if (strcmp(name,"CalvingFluxLevelset")==0) return CalvingFluxLevelsetEnum; 512 513 else if (strcmp(name,"CalvingMeltingFluxLevelset")==0) return CalvingMeltingFluxLevelsetEnum; 513 514 else if (strcmp(name,"Converged")==0) return ConvergedEnum; … … 628 629 else if (strcmp(name,"InversionVyObs")==0) return InversionVyObsEnum; 629 630 else if (strcmp(name,"LevelsetfunctionSlopeX")==0) return LevelsetfunctionSlopeXEnum; 630 else if (strcmp(name,"LevelsetfunctionSlopeY")==0) return LevelsetfunctionSlopeYEnum;631 631 else stage=6; 632 632 } 633 633 if(stage==6){ 634 if (strcmp(name,"LoadingforceX")==0) return LoadingforceXEnum; 634 if (strcmp(name,"LevelsetfunctionSlopeY")==0) return LevelsetfunctionSlopeYEnum; 635 else if (strcmp(name,"LoadingforceX")==0) return LoadingforceXEnum; 635 636 else if (strcmp(name,"LoadingforceY")==0) return LoadingforceYEnum; 636 637 else if (strcmp(name,"LoadingforceZ")==0) return LoadingforceZEnum; … … 751 752 else if (strcmp(name,"SmbMelt")==0) return SmbMeltEnum; 752 753 else if (strcmp(name,"SmbMonthlytemperatures")==0) return SmbMonthlytemperaturesEnum; 753 else if (strcmp(name,"SmbNetLW")==0) return SmbNetLWEnum;754 754 else stage=7; 755 755 } 756 756 if(stage==7){ 757 if (strcmp(name,"SmbNetSW")==0) return SmbNetSWEnum; 757 if (strcmp(name,"SmbNetLW")==0) return SmbNetLWEnum; 758 else if (strcmp(name,"SmbNetSW")==0) return SmbNetSWEnum; 758 759 else if (strcmp(name,"SmbPAir")==0) return SmbPAirEnum; 759 760 else if (strcmp(name,"SmbP")==0) return SmbPEnum; … … 874 875 else if (strcmp(name,"Outputdefinition22")==0) return Outputdefinition22Enum; 875 876 else if (strcmp(name,"Outputdefinition23")==0) return Outputdefinition23Enum; 876 else if (strcmp(name,"Outputdefinition24")==0) return Outputdefinition24Enum;877 877 else stage=8; 878 878 } 879 879 if(stage==8){ 880 if (strcmp(name,"Outputdefinition25")==0) return Outputdefinition25Enum; 880 if (strcmp(name,"Outputdefinition24")==0) return Outputdefinition24Enum; 881 else if (strcmp(name,"Outputdefinition25")==0) return Outputdefinition25Enum; 881 882 else if (strcmp(name,"Outputdefinition26")==0) return Outputdefinition26Enum; 882 883 else if (strcmp(name,"Outputdefinition27")==0) return Outputdefinition27Enum; … … 997 998 else if (strcmp(name,"CalvingDev2")==0) return CalvingDev2Enum; 998 999 else if (strcmp(name,"CalvingHab")==0) return CalvingHabEnum; 999 else if (strcmp(name,"CalvingLevermann")==0) return CalvingLevermannEnum;1000 1000 else stage=9; 1001 1001 } 1002 1002 if(stage==9){ 1003 if (strcmp(name,"CalvingVonmises")==0) return CalvingVonmisesEnum; 1003 if (strcmp(name,"CalvingLevermann")==0) return CalvingLevermannEnum; 1004 else if (strcmp(name,"CalvingVonmises")==0) return CalvingVonmisesEnum; 1004 1005 else if (strcmp(name,"Cfdragcoeffabsgrad")==0) return CfdragcoeffabsgradEnum; 1005 1006 else if (strcmp(name,"Cfsurfacelogvel")==0) return CfsurfacelogvelEnum; … … 1120 1121 else if (strcmp(name,"IntInput")==0) return IntInputEnum; 1121 1122 else if (strcmp(name,"ElementInput2")==0) return ElementInput2Enum; 1122 else if (strcmp(name,"SegInput2")==0) return SegInput2Enum;1123 1123 else stage=10; 1124 1124 } 1125 1125 if(stage==10){ 1126 if (strcmp(name,"TriaInput2")==0) return TriaInput2Enum; 1126 if (strcmp(name,"SegInput2")==0) return SegInput2Enum; 1127 else if (strcmp(name,"TriaInput2")==0) return TriaInput2Enum; 1127 1128 else if (strcmp(name,"PentaInput2")==0) return PentaInput2Enum; 1128 1129 else if (strcmp(name,"IntMatExternalResult")==0) return IntMatExternalResultEnum; … … 1243 1244 else if (strcmp(name,"SMBcomponents")==0) return SMBcomponentsEnum; 1244 1245 else if (strcmp(name,"SMBd18opdd")==0) return SMBd18opddEnum; 1245 else if (strcmp(name,"SMBforcing")==0) return SMBforcingEnum;1246 1246 else stage=11; 1247 1247 } 1248 1248 if(stage==11){ 1249 if (strcmp(name,"SMBgcm")==0) return SMBgcmEnum; 1249 if (strcmp(name,"SMBforcing")==0) return SMBforcingEnum; 1250 else if (strcmp(name,"SMBgcm")==0) return SMBgcmEnum; 1250 1251 else if (strcmp(name,"SMBgemb")==0) return SMBgembEnum; 1251 1252 else if (strcmp(name,"SMBgradients")==0) return SMBgradientsEnum;
Note:
See TracChangeset
for help on using the changeset viewer.