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/phylmd/add_phys_tend_mod.f90

    r5274 r5282  
    9999!======================================================================
    100100
     101USE clesphys_mod_h
    101102USE dimphy, ONLY: klon, klev
    102103USE phys_state_var_mod, ONLY : phys_tstep
     
    122123IMPLICIT none
    123124
    124 INCLUDE "clesphys.h"
    125125
    126126! Arguments :
     
    515515!======================================================================
    516516
    517 USE phys_state_var_mod, ONLY : phys_tstep, ftsol
     517USE clesphys_mod_h
     518  USE phys_state_var_mod, ONLY : phys_tstep, ftsol
    518519USE geometry_mod, ONLY: longitude_deg, latitude_deg
    519520USE print_control_mod, ONLY: prt_level
     
    535536IMPLICIT none
    536537
    537   include "clesphys.h"
    538538
    539539! Arguments :
Note: See TracChangeset for help on using the changeset viewer.