- Timestamp:
- Apr 15, 2015, 6:49:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/phytrac_mod.F90
r3809 r3814 89 89 USE phys_cal_mod, only : hour 90 90 USE dimphy 91 USE infotrac 91 USE infotrac_phy 92 92 USE mod_grid_phy_lmdz 93 93 USE mod_phys_lmdz_para … … 97 97 USE tracinca_mod 98 98 USE tracreprobus_mod 99 USE control_ mod99 USE control_phy_mod 100 100 USE indice_sol_mod 101 101 … … 107 107 INCLUDE "dimensions.h" 108 108 INCLUDE "clesphys.h" 109 INCLUDE "temps.h"110 INCLUDE "paramet.h"111 109 INCLUDE "thermcell.h" 112 110 INCLUDE "iniprint.h" … … 445 443 WRITE(*,*) 'FIRST TIME IN PHYTRAC : pdtphys(sec) = ',pdtphys,'ecrit_tra (sec) = ',ecrit_tra 446 444 ALLOCATE( source(klon,nbtr), stat=ierr) 447 IF (ierr /= 0) CALL abort_ gcm('phytrac', 'pb in allocation 1',1)445 IF (ierr /= 0) CALL abort_physic('phytrac', 'pb in allocation 1',1) 448 446 449 447 ALLOCATE( aerosol(nbtr), stat=ierr) 450 IF (ierr /= 0) CALL abort_ gcm('phytrac', 'pb in allocation 2',1)448 IF (ierr /= 0) CALL abort_physic('phytrac', 'pb in allocation 2',1) 451 449 452 450 … … 503 501 ! ELSE 504 502 ! WRITE(lunout,*) 'pb it=', it 505 ! CALL abort_ gcm('phytrac','pb it scavenging',1)503 ! CALL abort_physic('phytrac','pb it scavenging',1) 506 504 ! ENDIF 507 505 !--test OB … … 539 537 540 538 IF (lessivage.AND.config_inca.EQ.'inca') THEN 541 CALL abort_ gcm('phytrac', 'lessivage=T config_inca=inca impossible',1)539 CALL abort_physic('phytrac', 'lessivage=T config_inca=inca impossible',1) 542 540 STOP 543 541 ENDIF … … 740 738 ELSE 741 739 ! 742 CALL abort_ gcm('iflag_vdf_trac', 'cas non prevu',1)740 CALL abort_physic('iflag_vdf_trac', 'cas non prevu',1) 743 741 ! 744 742 END IF ! couche limite
Note: See TracChangeset
for help on using the changeset viewer.