Ignore:
Timestamp:
Apr 17, 2015, 9:51:15 AM (10 years ago)
Author:
millour
Message:

Further cleanup and adaptations:

  • setup iniphusiq to pass on information from dyn to phys.
  • infis (now module inifi_mod) transfers the information and for now also storesthe information. Thus modules control_mod_phys, comconst_phy_mod, comgeom2_phy_mod and temps_phy_mod are now useless.
  • removed q_sat_phy, and put q_sat in misc, since it is quite general.
  • moved information on horizontal and vertical grid to module comgeomphy.F90

EM

File:
1 edited

Legend:

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

    r3814 r3816  
    2424  USE oasis
    2525  USE write_field_phy
    26   USE control_phy_mod
     26  !USE control_phy_mod
     27  USE inifis_mod, ONLY: day_step, iphysiq
    2728
    2829 
     
    102103    USE surface_data
    103104    USE indice_sol_mod
    104     USE temps_phy_mod
     105   ! USE temps_phy_mod
     106    USE inifis_mod, ONLY: annee_ref, day_ini, itau_phy, itaufin
    105107    INCLUDE "dimensions.h"
    106108    INCLUDE "iniprint.h"
     
    296298    USE carbon_cycle_mod, ONLY : carbon_cycle_cpl
    297299    USE indice_sol_mod
    298     USE temps_phy_mod
    299    
    300     INCLUDE "iniprint.h"
     300  !  USE temps_phy_mod
     301    USE inifis_mod, ONLY: start_time, itau_phy
     302   
     303  !  INCLUDE "iniprint.h"
    301304    INCLUDE "YOMCST.h"
    302305    INCLUDE "dimensions.h"
     
    10271030    USE carbon_cycle_mod, ONLY : carbon_cycle_cpl
    10281031    USE indice_sol_mod
    1029     USE temps_phy_mod
     1032  !  USE temps_phy_mod
     1033    USE inifis_mod, ONLY: start_time, itau_phy
    10301034
    10311035! Some includes
Note: See TracChangeset for help on using the changeset viewer.