Changeset 25953
- Timestamp:
- 01/26/21 08:11:56 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/sealevelchange_core.cpp
r25947 r25953 146 146 femmodel->parameters->FindParam(&modelid,SolidearthExternalModelidEnum); 147 147 /*replace dataset of forcings with only one, the modelid'th:*/ 148 MmeToInputFromId(femmodel,modelid,SolidearthExternalDisplacementNorthRateEnum, P1Enum); 149 MmeToInputFromId(femmodel,modelid,SolidearthExternalDisplacementEastRateEnum, P1Enum); 150 MmeToInputFromId(femmodel,modelid,SolidearthExternalDisplacementUpRateEnum, P1Enum); 151 MmeToInputFromId(femmodel,modelid,SolidearthExternalGeoidRateEnum, P1Enum); 152 MmeToInputFromId(femmodel,modelid,SolidearthExternalBarystaticSeaLevelRateEnum, P1Enum); 148 printf("-------------- file: sealevelchange_core.cpp line: %i\n",__LINE__); 149 printf("TEMPORARY FIX: uncomment lines below!\n"); 150 //MmeToInputFromId(femmodel,modelid,SolidearthExternalDisplacementNorthRateEnum, P1Enum); 151 //MmeToInputFromId(femmodel,modelid,SolidearthExternalDisplacementEastRateEnum, P1Enum); 152 //MmeToInputFromId(femmodel,modelid,SolidearthExternalDisplacementUpRateEnum, P1Enum); 153 //MmeToInputFromId(femmodel,modelid,SolidearthExternalGeoidRateEnum, P1Enum); 154 //MmeToInputFromId(femmodel,modelid,SolidearthExternalBarystaticSeaLevelRateEnum, P1Enum); 153 155 } 154 156
Note:
See TracChangeset
for help on using the changeset viewer.