@@ -81,7 +81,7 @@ contains
8181 x_boundary%end >= x_cc(i) .and. &
8282 patch_icpp(patch_id)%alter_patch(patch_id_fp(i, 0))) then
8383
84- call s_assign_patch_primitive_variables (patch_id, i, 0)
84+ call s_assign_patch_species_primitive_variables (patch_id, i, 0)
8585
8686 end if
8787 end do
@@ -137,7 +137,7 @@ contains
137137 patch_id_fp(i, j) == smooth_patch_id) &
138138 then
139139
140- call s_assign_patch_primitive_variables (patch_id, i, j)
140+ call s_assign_patch_species_primitive_variables (patch_id, i, j)
141141
142142 end if
143143
@@ -186,7 +186,7 @@ contains
186186 myr >= radius - thickness/2.d0 .and. &
187187 patch_icpp(patch_id)%alter_patch(patch_id_fp(i, j))) then
188188
189- call s_assign_patch_primitive_variables (patch_id, i, j)
189+ call s_assign_patch_species_primitive_variables (patch_id, i, j)
190190 end if
191191
192192 end do
@@ -243,7 +243,7 @@ contains
243243 patch_id_fp(i, j) == smooth_patch_id) &
244244 then
245245
246- call s_assign_patch_primitive_variables (patch_id, i, j)
246+ call s_assign_patch_species_primitive_variables (patch_id, i, j)
247247 end if
248248 end do
249249 end do
@@ -305,7 +305,7 @@ contains
305305 patch_icpp(patch_id)%alter_patch(patch_id_fp(i, j))) &
306306 then
307307
308- call s_assign_patch_primitive_variables (patch_id, i, j)
308+ call s_assign_patch_species_primitive_variables (patch_id, i, j)
309309
310310 end if
311311 end do
@@ -362,7 +362,7 @@ contains
362362 .or. &
363363 patch_id_fp(i, j) == smooth_patch_id) &
364364 then
365- call s_assign_patch_primitive_variables (patch_id, i, j)
365+ call s_assign_patch_species_primitive_variables (patch_id, i, j)
366366
367367 end if
368368
@@ -409,7 +409,7 @@ contains
409409 patch_icpp(patch_id)%alter_patch(patch_id_fp(i, j))) &
410410 then
411411
412- call s_assign_patch_primitive_variables (patch_id, &
412+ call s_assign_patch_species_primitive_variables (patch_id, &
413413 i, j)
414414
415415 end if
@@ -461,7 +461,7 @@ contains
461461 x_boundary%end >= x_cc(i) .and. &
462462 patch_icpp(patch_id)%alter_patch(patch_id_fp(i, 0 ))) then
463463
464- call s_assign_patch_primitive_variables (patch_id, i, 0 )
464+ call s_assign_patch_species_primitive_variables (patch_id, i, 0 )
465465
466466 !what variables to alter
467467 !bump in pressure
@@ -522,7 +522,7 @@ contains
522522 y_boundary%end >= y_cc(j) .and. &
523523 patch_icpp(patch_id)%alter_patch(patch_id_fp(i, j))) then
524524
525- call s_assign_patch_primitive_variables (patch_id, i, j)
525+ call s_assign_patch_species_primitive_variables (patch_id, i, j)
526526
527527 !what variables to alter
528528 !x- y bump in pressure
0 commit comments