Skip to content

Commit afa4f78

Browse files
committed
CHG: fixing issue with Mmes missign the Parameters dataset.
1 parent 7cf5bf0 commit afa4f78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/c/analyses/SealevelchangeAnalysis.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ void SealevelchangeAnalysis::UpdateElements(Elements* elements,Inputs* inputs,Io
6767
iomodel->FetchData(&modelid,"md.solidearth.external.modelid");
6868

6969
/*replace dataset of forcings with only one, the modelid'th:*/
70-
MmeToInputFromIdx(inputs,elements,modelid,SolidearthExternalDisplacementNorthRateEnum, P1Enum);
71-
MmeToInputFromIdx(inputs,elements,modelid,SolidearthExternalDisplacementEastRateEnum, P1Enum);
72-
MmeToInputFromIdx(inputs,elements,modelid,SolidearthExternalDisplacementUpRateEnum, P1Enum);
73-
MmeToInputFromIdx(inputs,elements,modelid,SolidearthExternalGeoidRateEnum, P1Enum);
70+
MmeToInputFromIdx(inputs,elements,NULL,modelid,SolidearthExternalDisplacementNorthRateEnum, P1Enum);
71+
MmeToInputFromIdx(inputs,elements,NULL,modelid,SolidearthExternalDisplacementEastRateEnum, P1Enum);
72+
MmeToInputFromIdx(inputs,elements,NULL,modelid,SolidearthExternalDisplacementUpRateEnum, P1Enum);
73+
MmeToInputFromIdx(inputs,elements,NULL,modelid,SolidearthExternalGeoidRateEnum, P1Enum);
7474
}
7575
}
7676

0 commit comments

Comments
 (0)