Changeset 24240 for issm/trunk-jpl/src/c/analyses/SmbAnalysis.cpp
- Timestamp:
- 10/17/19 06:03:43 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/SmbAnalysis.cpp
r23814 r24240 178 178 void SmbAnalysis::UpdateParameters(Parameters* parameters,IoModel* iomodel,int solution_enum,int analysis_enum){/*{{{*/ 179 179 180 printf("start param update\n"); 180 181 int numoutputs; 181 182 char** requestedoutputs = NULL; 182 183 bool isdelta18o,ismungsm,isd18opd,issetpddfac,interp,isfirnwarming; 183 int smb_model ;184 int smb_model, smbslices; 184 185 IssmDouble *temp = NULL; 185 186 int N,M; … … 189 190 iomodel->FindConstant(&smb_model,"md.smb.model"); 190 191 iomodel->FindConstant(&interp,"md.timestepping.interp_forcings"); 192 193 iomodel->FetchData(&smbslices,"md.smb.steps_per_step"); 194 parameters->AddObject(new IntParam(SmbStepsPerStepEnum,smbslices)); 191 195 192 196 switch(smb_model){
Note:
See TracChangeset
for help on using the changeset viewer.