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

    r5273 r5282  
    4646#endif
    4747#endif
     48  USE clesphys_mod_h
    4849  USE carbon_cycle_mod, ONLY : carbon_cycle_cpl, co2_send, carbon_cycle_rad, RCO2_glo
    4950  USE indice_sol_mod, ONLY: nbsrf, is_oce, is_sic, is_ter, is_lic, epsfra
     
    5556
    5657  IMPLICIT none
    57   include "clesphys.h"
    5858  include "alpale.h"
    5959  include "compbl.h"
     
    512512    use isotrac_mod, only: index_zone,index_iso,strtrac
    513513#endif
    514       USE dimsoil_mod_h, ONLY: nsoilmx
     514      USE clesphys_mod_h
     515USE dimsoil_mod_h, ONLY: nsoilmx
    515516        implicit none
    516517
    517518        ! equivalent isotopique de phyredem
    518 INCLUDE "clesphys.h"
    519519INCLUDE "alpale.h"
    520520INCLUDE "compbl.h"
Note: See TracChangeset for help on using the changeset viewer.