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

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

Location:
LMDZ6/trunk/libf/phylmd/Dust
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/Dust/phys_output_write_spl_mod.F90

    r5274 r5282  
    44MODULE phys_output_write_spl_mod
    55
    6 !JE20150620<<
    7 !JE20150620>>
    8 !JE20150620<<
    9 
    10   USE time_phylmdz_mod, ONLY: day_step_phy, start_time, itau_phy
     6
     7    USE time_phylmdz_mod, ONLY: day_step_phy, start_time, itau_phy
    118
    129  USE phytracr_spl_mod, ONLY : ok_chimeredust, id_prec, id_fine, id_coss, &
     
    6865       flux_sparam_sscoa,u10m_ss,v10m_ss
    6966
    70   USE dustemission_mod, ONLY : m1dflux, m2dflux, m3dflux 
     67  USE dustemission_mod, ONLY : m1dflux, m2dflux, m3dflux
    7168
    7269!  USE phytrac_mod, ONLY : d_tr_cl, d_tr_th, d_tr_cv, d_tr_lessi_impa, &
     
    8077  ! Author: Ulysse GERARD (effective implementation)
    8178
    82 CONTAINS 
     79CONTAINS
    8380
    8481  ! ug Routine pour définir (lors du premier passageà) ET sortir les variables
     
    195192         o_ptconvth, o_lmaxth, o_dtvdf, &
    196193         o_dtdis, o_dqvdf, o_dteva, o_dqeva, &
    197          o_ptconv, o_ratqs, o_dtthe, & 
     194         o_ptconv, o_ratqs, o_dtthe, &
    198195         o_duthe, o_dvthe, o_ftime_th, &
    199196         o_f_th, o_e_th, o_w_th, o_q_th, &
     
    409406          , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS            &
    410407          , RALPD, RBETD, RGAMD
     408    USE clesphys_mod_h
     409    USE iniprint_mod_h
    411410IMPLICIT NONE
    412411
    413412!   INCLUDE "temps.h"
    414     INCLUDE "clesphys.h"
    415413    INCLUDE "alpale.h"
    416414    INCLUDE "compbl.h"
    417415
    418416
    419     include "iniprint.h"
    420417
    421418    ! Input
  • LMDZ6/trunk/libf/phylmd/Dust/splaeropt_6bands_rrtm.f90

    r5268 r5282  
    66     tau_allaer, piz_allaer, cg_allaer )
    77
     8  USE clesphys_mod_h
    89  USE dimphy
    910  USE aero_mod
     
    1617  IMPLICIT NONE
    1718
    18   INCLUDE "clesphys.h"
    1919  !
    2020  ! Input arguments:
  • LMDZ6/trunk/libf/phylmd/Dust/splaeropt_lw_rrtm.f90

    r5268 r5282  
    88SUBROUTINE SPLAEROPT_LW_RRTM(ok_alw,zdm,tr_seri)
    99
     10  USE clesphys_mod_h
    1011  USE dimphy
    1112  USE aero_mod
     
    1617  IMPLICIT NONE
    1718
    18   INCLUDE "clesphys.h"
    1919  !
    2020  ! Input arguments:
  • LMDZ6/trunk/libf/phylmd/Dust/splaerosol_optic_rrtm.f90

    r5268 r5282  
    1111  !
    1212
     13  USE clesphys_mod_h
    1314  USE dimphy
    1415  USE aero_mod
     
    1819  IMPLICIT NONE
    1920
    20   INCLUDE "clesphys.h"
    2121
    2222
Note: See TracChangeset for help on using the changeset viewer.