- Timestamp:
- 03/08/21 17:46:39 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp
r25960 r26047 38 38 femmodel->parameters->FindParam(&variable_partitions_nt,NULL,NULL,QmuVariablePartitionsNtEnum); 39 39 40 41 40 /*Go through all dakota descriptors, ex: "rho_ice","thermal_conductivity","thickness1","thickness2", etc ..., and 42 41 * for each descriptor, take the variable value and plug it into the inputs (more or less :)): … … 169 168 170 169 171 if (femmodel->inputs->GetInputObjectEnum( SurfaceloadIceThicknessRateEnum)==DatasetInputEnum)172 MmeToInput(femmodel,distributed_values,variable_partition,npart, SurfaceloadIceThicknessRateEnum, P0Enum);170 if (femmodel->inputs->GetInputObjectEnum(MasstransportSpcthicknessEnum)==DatasetInputEnum) 171 MmeToInput(femmodel,distributed_values,variable_partition,npart,MasstransportSpcthicknessEnum, P0Enum); 173 172 174 173 if (femmodel->inputs->GetInputObjectEnum(MaskIceLevelsetEnum)==DatasetInputEnum)
Note:
See TracChangeset
for help on using the changeset viewer.