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

    r3809 r3814  
    2525
    2626    USE dimphy, only: klon, klev, klevp1, nslay
    27     USE control_mod, only: day_step, iphysiq
     27    USE control_phy_mod, only: day_step, iphysiq
    2828    USE phys_output_ctrlout_mod, only: o_phis, o_aire, is_ter, is_lic, is_oce, &
    2929         is_ave, is_sic, o_contfracATM, o_contfracOR, &
     
    232232    USE pbl_surface_mod, only: snow
    233233    USE indice_sol_mod, only: nbsrf
    234     USE infotrac, only: nqtot, nqo, type_trac
     234    USE infotrac_phy, only: nqtot, nqo, type_trac
    235235    USE comgeomphy, only: airephy
    236236    USE surface_data, only: type_ocean, version_ocean, ok_veget, ok_snow
     
    247247#endif
    248248    USE phys_cal_mod, only : mth_len
    249 
     249    USE temps_phy_mod
    250250
    251251    IMPLICIT NONE
    252252
    253253
    254     INCLUDE "temps.h"
    255254    INCLUDE "clesphys.h"
    256255    INCLUDE "thermcell.h"
Note: See TracChangeset for help on using the changeset viewer.