- Timestamp:
- Mar 27, 2003, 2:46:13 PM (22 years ago)
- Location:
- LMDZ.3.3/branches/rel-LF/libf/dyn3d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/dyn3d/bilan_dyn.F
r452 r459 324 324 endif 325 325 326 print*,'dans bilan_dyn ',icum,'->',icum+1326 c print*,'dans bilan_dyn ',icum,'->',icum+1 327 327 icum=icum+1 328 328 … … 390 390 enddo 391 391 392 print*,'Apres les calculs fait a chaque pas'392 c print*,'Apres les calculs fait a chaque pas' 393 393 c===================================================================== 394 394 c PAS DE TEMPS D'ECRITURE -
LMDZ.3.3/branches/rel-LF/libf/dyn3d/gcm.F
r431 r459 135 135 REAL d_h_vcol, d_qt, d_qw, d_ql, d_ec 136 136 CHARACTER*15 ztit 137 INTEGER ip_ebil ! PRINT level for energy conserv. diag.138 SAVE ip_ebil 139 DATA ip_ebil /1/137 INTEGER ip_ebil_dyn ! PRINT level for energy conserv. diag. 138 SAVE ip_ebil_dyn 139 DATA ip_ebil_dyn/0/ 140 140 c-jld 141 141 … … 306 306 c+jld 307 307 C initialisation constantes thermo utilisees dans diagedyn 308 IF (ip_ebil .ge.1 ) THEN308 IF (ip_ebil_dyn.ge.1 ) THEN 309 309 CALL suphec 310 310 ENDIF … … 514 514 c lafin = .true. 515 515 c+jld 516 IF (ip_ebil .ge.1 ) THEN516 IF (ip_ebil_dyn.ge.1 ) THEN 517 517 ztit='bil dyn' 518 518 CALL diagedyn(ztit,2,1,1,dtphys … … 532 532 c 533 533 c+jld 534 IF (ip_ebil .ge.1 ) THEN534 IF (ip_ebil_dyn.ge.1 ) THEN 535 535 ztit='bil phys' 536 536 CALL diagedyn(ztit,2,1,1,dtphys … … 552 552 IF(apdiss) THEN 553 553 c+jld 554 IF (ip_ebil .ge.2 ) THEN554 IF (ip_ebil_dyn.ge.2 ) THEN 555 555 ztit='avant dissip' 556 556 CALL diagedyn(ztit,2,2,2,dtvr … … 582 582 c+jld 583 583 c 584 IF (ip_ebil .ge.2 ) THEN584 IF (ip_ebil_dyn.ge.2 ) THEN 585 585 ztit='apres dissip' 586 586 CALL diagedyn(ztit,2,2,2,dtdiss
Note: See TracChangeset
for help on using the changeset viewer.