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/phyaqua_mod.F90

    r3809 r3814  
    2525    USE fonte_neige_mod, ONLY: fonte_neige_init
    2626    USE phys_state_var_mod
    27     USE control_mod, ONLY: dayref, nday, iphysiq
     27    USE control_phy_mod, ONLY: dayref, nday, iphysiq
    2828    USE indice_sol_mod
    29 
     29    USE temps_phy_mod
     30    USE comconst_phy_mod
    3031    USE ioipsl
    3132    IMPLICIT NONE
     
    3435    ! #include "dimphy.h"
    3536    ! #include "YOMCST.h"
    36     include "comconst.h"
     37!    include "comconst.h"
    3738    include "clesphys.h"
    3839    include "dimsoil.h"
    39     include "temps.h"
     40!    include "temps.h"
    4041
    4142    INTEGER, INTENT (IN) :: nlon, iflag_phys
Note: See TracChangeset for help on using the changeset viewer.