Changeset 5103 for LMDZ6/branches/Amaury_dev/libf/phylmdiso/ajsec.F90
- Timestamp:
- Jul 23, 2024, 3:29:36 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmdiso/ajsec.F90
r5101 r5103 64 64 do k=1,klev 65 65 if (iso_eau.gt.0) then 66 calliso_verif_egalite_choix(q(i,k),xt(iso_eau,i,k), &66 CALL iso_verif_egalite_choix(q(i,k),xt(iso_eau,i,k), & 67 67 'ajsec 67',errmax,errmaxrel) 68 68 endif !if (iso_eau.gt.0) then … … 137 137 #ifdef ISOVERIF 138 138 if (iso_eau.gt.0) then 139 calliso_verif_egalite_choix(qm,xtm(iso_eau), &139 CALL iso_verif_egalite_choix(qm,xtm(iso_eau), & 140 140 'ajsec 126',errmax,errmaxrel) 141 141 endif !if (iso_eau.gt.0) then … … 153 153 #ifdef ISOVERIF 154 154 if (iso_eau.gt.0) then 155 calliso_verif_egalite_choix(qm,xtm(iso_eau), &155 CALL iso_verif_egalite_choix(qm,xtm(iso_eau), & 156 156 'ajsec 136',errmax,errmaxrel) 157 157 endif !if (iso_eau.gt.0) then … … 196 196 do k=1,klev 197 197 do ixt=1,ntraciso 198 calliso_verif_noNaN(zxt(ixt,i,k),'ajsec 173')198 CALL iso_verif_noNaN(zxt(ixt,i,k),'ajsec 173') 199 199 enddo !do ixt=1,niso 200 200 if (iso_eau.gt.0) then 201 calliso_verif_egalite_choix(zq(i,k),zxt(iso_eau,i,k), &201 CALL iso_verif_egalite_choix(zq(i,k),zxt(iso_eau,i,k), & 202 202 'ajsec 168',errmax,errmaxrel) 203 203 endif !if (iso_eau.gt.0) then 204 204 #ifdef ISOTRAC 205 calliso_verif_traceur(zxt(1,i,k),'ajsec 181')205 CALL iso_verif_traceur(zxt(1,i,k),'ajsec 181') 206 206 #endif 207 207 enddo !do k=limbas,limhau … … 229 229 do k = 1, limhau 230 230 if (iso_eau.gt.0) then 231 calliso_verif_egalite_choix(d_q(i,k),d_xt(iso_eau,i,k), &231 CALL iso_verif_egalite_choix(d_q(i,k),d_xt(iso_eau,i,k), & 232 232 'ajsec 198',errmax,errmaxrel) 233 233 endif 234 234 #ifdef ISOTRAC 235 calliso_verif_traceur_justmass(d_xt(1,i,k),'physiq 210')235 CALL iso_verif_traceur_justmass(d_xt(1,i,k),'physiq 210') 236 236 #endif 237 237 enddo … … 281 281 do k = 1, klev 282 282 if (iso_eau.gt.0) then 283 calliso_verif_egalite(d_q(i,k),d_xt(iso_eau,i,k),'ajsec 270')283 CALL iso_verif_egalite(d_q(i,k),d_xt(iso_eau,i,k),'ajsec 270') 284 284 endif 285 285 #ifdef ISOTRAC 286 calliso_verif_traceur_justmass(d_xt(1,i,k),'physiq 3045')286 CALL iso_verif_traceur_justmass(d_xt(1,i,k),'physiq 3045') 287 287 #endif 288 288 enddo … … 359 359 do k=1,klev 360 360 do ixt=1,ntraciso 361 calliso_verif_noNAN(xt(ixt,i,k),'ajsec 320')361 CALL iso_verif_noNAN(xt(ixt,i,k),'ajsec 320') 362 362 enddo !do ixt=1,niso 363 363 if (iso_eau.gt.0) then 364 calliso_verif_egalite_choix(q(i,k),xt(iso_eau,i,k), &364 CALL iso_verif_egalite_choix(q(i,k),xt(iso_eau,i,k), & 365 365 'ajsec 324',errmax,errmaxrel) 366 366 endif !if (iso_eau.gt.0) then 367 367 #ifdef ISOTRAC 368 calliso_verif_traceur(xt(1,i,k),'ajsec 327')368 CALL iso_verif_traceur(xt(1,i,k),'ajsec 327') 369 369 #endif 370 370 enddo !do k=1,klev … … 488 488 do k=limbas,limhau 489 489 do ixt=1,ntraciso 490 calliso_verif_noNAN(zxt(ixt,i,k),'ajsec 428')490 CALL iso_verif_noNAN(zxt(ixt,i,k),'ajsec 428') 491 491 enddo !do ixt=1,niso 492 492 if (iso_eau.gt.0) then 493 calliso_verif_egalite_choix(zq(i,k),zxt(iso_eau,i,k), &493 CALL iso_verif_egalite_choix(zq(i,k),zxt(iso_eau,i,k), & 494 494 'ajsec 432',errmax,errmaxrel) 495 495 endif !if (iso_eau.gt.0) then 496 496 #ifdef ISOTRAC 497 calliso_verif_traceur(zxt(1,i,k),'ajsec 436')497 CALL iso_verif_traceur(zxt(1,i,k),'ajsec 436') 498 498 #endif 499 499 enddo !do k=limbas,limhau … … 564 564 do k = limbas, limhau 565 565 if (iso_eau.gt.0) then 566 calliso_verif_egalite(d_q(i,k),d_xt(iso_eau,i,k),'ajsec 270')566 CALL iso_verif_egalite(d_q(i,k),d_xt(iso_eau,i,k),'ajsec 270') 567 567 endif 568 568 #ifdef ISOTRAC 569 calliso_verif_traceur_justmass(d_xt(1,i,k),'physiq 3045')569 CALL iso_verif_traceur_justmass(d_xt(1,i,k),'physiq 3045') 570 570 #endif 571 571 enddo
Note: See TracChangeset
for help on using the changeset viewer.