Skip to content
Snippets Groups Projects
Commit 686c7875 authored by ESCOBAR Juan's avatar ESCOBAR Juan
Browse files

Juan 10/03/2022:ZSOLVER/tridz.f90 , add MPPDB_CHECK call for ZSOLV

parent becf6e15
No related branches found
No related tags found
No related merge requests found
......@@ -542,6 +542,12 @@ PCF_ZS(IIB:IIE,IJB:IJE,IKE+1) = 0.0
IKBE = IKU
IF ( HPRESOPT == 'ZSOLV' ) THEN
if ( mppdb_initialized ) then
call Mppdb_check( A_K, "Tridz zsolv beg:A_K" )
call Mppdb_check( B_K, "Tridz zsolv beg:B_K" )
call Mppdb_check( C_K, "Tridz zsolv beg:C_K" )
call Mppdb_check( D_K, "Tridz zsolv beg:D_K" )
end if
call mg_main_mnh_init(IIMAX_ll,IKBE,PDXHATM*IIMAX_ll,ZDZM(IKB)*IKBE,&
A_K,B_K,C_K,D_K)
END IF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment