Changeset 5116 for LMDZ6/branches/Amaury_dev/libf/phylmdiso/ajsec.F90
- Timestamp:
- Jul 24, 2024, 2:54:37 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmdiso/ajsec.F90
r5105 r5116 63 63 do i=1,klon 64 64 do k=1,klev 65 if (iso_eau.gt.0) then65 if (iso_eau.gt.0) THEN 66 66 CALL iso_verif_egalite_choix(q(i,k),xt(iso_eau,i,k), & 67 67 'ajsec 67',errmax,errmaxrel) 68 endif !if (iso_eau.gt.0) then68 endif !if (iso_eau.gt.0) THEN 69 69 enddo !do k=limbas,limhau 70 70 enddo !do i=1,klon … … 136 136 enddo 137 137 #ifdef ISOVERIF 138 if (iso_eau.gt.0) then138 if (iso_eau.gt.0) THEN 139 139 CALL iso_verif_egalite_choix(qm,xtm(iso_eau), & 140 140 'ajsec 126',errmax,errmaxrel) 141 endif !if (iso_eau.gt.0) then141 endif !if (iso_eau.gt.0) THEN 142 142 #endif 143 143 #endif … … 152 152 enddo 153 153 #ifdef ISOVERIF 154 if (iso_eau.gt.0) then154 if (iso_eau.gt.0) THEN 155 155 CALL iso_verif_egalite_choix(qm,xtm(iso_eau), & 156 156 'ajsec 136',errmax,errmaxrel) 157 endif !if (iso_eau.gt.0) then157 endif !if (iso_eau.gt.0) THEN 158 158 #endif 159 159 #endif … … 198 198 CALL iso_verif_noNaN(zxt(ixt,i,k),'ajsec 173') 199 199 enddo !do ixt=1,niso 200 if (iso_eau.gt.0) then200 if (iso_eau.gt.0) THEN 201 201 CALL iso_verif_egalite_choix(zq(i,k),zxt(iso_eau,i,k), & 202 202 'ajsec 168',errmax,errmaxrel) 203 endif !if (iso_eau.gt.0) then203 endif !if (iso_eau.gt.0) THEN 204 204 #ifdef ISOTRAC 205 205 CALL iso_verif_traceur(zxt(1,i,k),'ajsec 181') … … 228 228 do i = 1, klon 229 229 do k = 1, limhau 230 if (iso_eau.gt.0) then230 if (iso_eau.gt.0) THEN 231 231 CALL iso_verif_egalite_choix(d_q(i,k),d_xt(iso_eau,i,k), & 232 232 'ajsec 198',errmax,errmaxrel) … … 280 280 do i = 1, klon 281 281 do k = 1, klev 282 if (iso_eau.gt.0) then282 if (iso_eau.gt.0) THEN 283 283 CALL iso_verif_egalite(d_q(i,k),d_xt(iso_eau,i,k),'ajsec 270') 284 284 endif … … 361 361 CALL iso_verif_noNAN(xt(ixt,i,k),'ajsec 320') 362 362 enddo !do ixt=1,niso 363 if (iso_eau.gt.0) then363 if (iso_eau.gt.0) THEN 364 364 CALL iso_verif_egalite_choix(q(i,k),xt(iso_eau,i,k), & 365 365 'ajsec 324',errmax,errmaxrel) 366 endif !if (iso_eau.gt.0) then366 endif !if (iso_eau.gt.0) THEN 367 367 #ifdef ISOTRAC 368 368 CALL iso_verif_traceur(xt(1,i,k),'ajsec 327') … … 490 490 CALL iso_verif_noNAN(zxt(ixt,i,k),'ajsec 428') 491 491 enddo !do ixt=1,niso 492 if (iso_eau.gt.0) then492 if (iso_eau.gt.0) THEN 493 493 CALL iso_verif_egalite_choix(zq(i,k),zxt(iso_eau,i,k), & 494 494 'ajsec 432',errmax,errmaxrel) 495 endif !if (iso_eau.gt.0) then495 endif !if (iso_eau.gt.0) THEN 496 496 #ifdef ISOTRAC 497 497 CALL iso_verif_traceur(zxt(1,i,k),'ajsec 436') … … 563 563 do i = 1, klon 564 564 do k = limbas, limhau 565 if (iso_eau.gt.0) then565 if (iso_eau.gt.0) THEN 566 566 CALL iso_verif_egalite(d_q(i,k),d_xt(iso_eau,i,k),'ajsec 270') 567 567 endif
Note: See TracChangeset
for help on using the changeset viewer.