Ignore:
Timestamp:
Oct 28, 2024, 1:11:48 PM (6 hours ago)
Author:
abarral
Message:

Turn iniprint.h clesphys.h into modules
Remove unused description.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmdiso/add_phys_tend_mod.F90

    r5274 r5282  
    160160#endif 
    161161#endif
    162 USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO                   &
     162USE clesphys_mod_h
     163  USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO                   &
    163164          , RDAY, REA, REPSM, RSIYEA, RSIDAY, ROMEGA                  &
    164165          , R_ecc, R_peri, R_incl                                      &
     
    174175IMPLICIT none
    175176
    176   include "clesphys.h"
    177177
    178178! Arguments :
     
    693693!======================================================================
    694694
    695 USE phys_state_var_mod, ONLY : phys_tstep, ftsol
     695USE clesphys_mod_h
     696  USE phys_state_var_mod, ONLY : phys_tstep, ftsol
    696697USE geometry_mod, ONLY: longitude_deg, latitude_deg
    697698USE print_control_mod, ONLY: prt_level
     
    713714IMPLICIT none
    714715
    715   include "clesphys.h"
    716716
    717717! Arguments :
Note: See TracChangeset for help on using the changeset viewer.