Ignore:
Timestamp:
Apr 15, 2015, 6:49:07 PM (10 years ago)
Author:
ymipsl
Message:

remove all dynamic dependency in LMDZ physics except for the include "dimensions.h"

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/phytrac_mod.F90

    r3809 r3814  
    8989    USE phys_cal_mod, only : hour
    9090    USE dimphy
    91     USE infotrac
     91    USE infotrac_phy
    9292    USE mod_grid_phy_lmdz
    9393    USE mod_phys_lmdz_para
     
    9797    USE tracinca_mod
    9898    USE tracreprobus_mod
    99     USE control_mod
     99    USE control_phy_mod
    100100    USE indice_sol_mod
    101101
     
    107107    INCLUDE "dimensions.h"
    108108    INCLUDE "clesphys.h"
    109     INCLUDE "temps.h"
    110     INCLUDE "paramet.h"
    111109    INCLUDE "thermcell.h"
    112110    INCLUDE "iniprint.h"
     
    445443       WRITE(*,*) 'FIRST TIME IN PHYTRAC : pdtphys(sec) = ',pdtphys,'ecrit_tra (sec) = ',ecrit_tra
    446444       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)
    448446
    449447       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)
    451449
    452450
     
    503501!                ELSE
    504502!                   WRITE(lunout,*) 'pb it=', it
    505 !                   CALL abort_gcm('phytrac','pb it scavenging',1)
     503!                   CALL abort_physic('phytrac','pb it scavenging',1)
    506504!                ENDIF
    507505                !--test OB
     
    539537
    540538       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)
    542540          STOP
    543541       ENDIF
     
    740738    ELSE
    741739       !
    742        CALL abort_gcm('iflag_vdf_trac', 'cas non prevu',1)
     740       CALL abort_physic('iflag_vdf_trac', 'cas non prevu',1)
    743741       !
    744742    END IF ! couche limite
Note: See TracChangeset for help on using the changeset viewer.