We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80154e4 commit b893dc9Copy full SHA for b893dc9
bldsva/intf_DA/pdaf/model/wrapper_tsmp.c
@@ -200,7 +200,9 @@ void update_tsmp(){
200
#if defined CLMSA
201
if((model == tag_model_clm) && ((clmupdate_swc != 0) || (clmupdate_T != 0))){
202
update_clm(&tstartcycle, &mype_world);
203
- print_update_clm(&tcycle, &total_steps);
+ if(clmprint_swc == 1 || clmupdate_texture == 1 || clmupdate_texture == 2){
204
+ print_update_clm(&tcycle, &total_steps);
205
+ }
206
}
207
#endif
208
0 commit comments