Changeset 23952
- Timestamp:
- 05/29/19 16:12:44 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/HydrologyGlaDSAnalysis.cpp
r23951 r23952 65 65 iomodel->FetchDataToInput(elements,"md.geometry.thickness",ThicknessEnum); 66 66 iomodel->FetchDataToInput(elements,"md.geometry.base",BaseEnum); 67 iomodel->FetchDataToInput(elements,"md.geometry.bed",BedEnum); 68 iomodel->FetchDataToInput(elements,"md.basalforcings.geothermalflux",BasalforcingsGeothermalfluxEnum); 67 69 if(iomodel->domaintype!=Domain2DhorizontalEnum){ 68 70 iomodel->FetchDataToInput(elements,"md.mesh.vertexonbase",MeshVertexonbaseEnum); … … 105 107 106 108 parameters->AddObject(new IntParam(HydrologyModelEnum,hydrology_model)); 109 parameters->AddObject(iomodel->CopyConstantObject("md.friction.law",FrictionLawEnum)); 107 110 parameters->AddObject(iomodel->CopyConstantObject("md.hydrology.pressure_melt_coefficient",HydrologyPressureMeltCoefficientEnum)); 108 111 parameters->AddObject(iomodel->CopyConstantObject("md.hydrology.cavity_spacing",HydrologyCavitySpacingEnum));
Note:
See TracChangeset
for help on using the changeset viewer.