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/conf_phys_m.f90

    r5274 r5282  
    66MODULE conf_phys_m
    77
    8   IMPLICIT NONE
     8  USE clesphys_mod_h
     9    IMPLICIT NONE
    910
    1011CONTAINS
     
    1718       iflag_cld_th, &
    1819       ratqsbas,ratqshaut,tau_ratqs, &
    19        ok_ade, ok_aie, ok_alw, ok_cdnc, ok_volcan, flag_volc_surfstrat, aerosol_couple, & 
     20       ok_ade, ok_aie, ok_alw, ok_cdnc, ok_volcan, flag_volc_surfstrat, aerosol_couple, &
    2021       chemistry_couple, flag_aerosol, flag_aerosol_strat, flag_aer_feedback, &
    2122       flag_bc_internal_mixture, bl95_b0, bl95_b1,&
     
    5657
    5758    !IM : on inclut/initialise les taux de CH4, N2O, CFC11 et CFC12
    58     INCLUDE "clesphys.h"
    5959    INCLUDE "compbl.h"
    6060    INCLUDE "comsoil.h"
Note: See TracChangeset for help on using the changeset viewer.