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

    r3809 r3814  
    88  USE IOIPSL
    99  USE iophy
    10   USE control_mod
     10  USE control_phy_mod
    1111  USE indice_sol_mod
    12  
     12  USE comconst_phy_mod
     13  USE temps_phy_mod
    1314  IMPLICIT NONE
    1415
     
    4041!   Declarations
    4142  INCLUDE "dimensions.h"
    42   INCLUDE "paramet.h"
    43   INCLUDE "comconst.h"
    44   INCLUDE "comgeom.h"
    45   INCLUDE "temps.h"
    46   INCLUDE "logic.h"
    4743  INCLUDE "description.h"
    48   INCLUDE "serre.h"
    4944
    5045!   Arguments
     
    7166!  Initialisations
    7267!
    73   pi = 4. * ATAN (1.)
    7468  ok_sync= .TRUE.
    7569!
Note: See TracChangeset for help on using the changeset viewer.