Changeset 5282 for LMDZ6/trunk/libf/phylmd/Dust
- Timestamp:
- Oct 28, 2024, 1:11:48 PM (4 days ago)
- 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 4 4 MODULE phys_output_write_spl_mod 5 5 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 11 8 12 9 USE phytracr_spl_mod, ONLY : ok_chimeredust, id_prec, id_fine, id_coss, & … … 68 65 flux_sparam_sscoa,u10m_ss,v10m_ss 69 66 70 USE dustemission_mod, ONLY : m1dflux, m2dflux, m3dflux 67 USE dustemission_mod, ONLY : m1dflux, m2dflux, m3dflux 71 68 72 69 ! USE phytrac_mod, ONLY : d_tr_cl, d_tr_th, d_tr_cv, d_tr_lessi_impa, & … … 80 77 ! Author: Ulysse GERARD (effective implementation) 81 78 82 CONTAINS 79 CONTAINS 83 80 84 81 ! ug Routine pour définir (lors du premier passageà) ET sortir les variables … … 195 192 o_ptconvth, o_lmaxth, o_dtvdf, & 196 193 o_dtdis, o_dqvdf, o_dteva, o_dqeva, & 197 o_ptconv, o_ratqs, o_dtthe, & 194 o_ptconv, o_ratqs, o_dtthe, & 198 195 o_duthe, o_dvthe, o_ftime_th, & 199 196 o_f_th, o_e_th, o_w_th, o_q_th, & … … 409 406 , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS & 410 407 , RALPD, RBETD, RGAMD 408 USE clesphys_mod_h 409 USE iniprint_mod_h 411 410 IMPLICIT NONE 412 411 413 412 ! INCLUDE "temps.h" 414 INCLUDE "clesphys.h"415 413 INCLUDE "alpale.h" 416 414 INCLUDE "compbl.h" 417 415 418 416 419 include "iniprint.h"420 417 421 418 ! Input -
LMDZ6/trunk/libf/phylmd/Dust/splaeropt_6bands_rrtm.f90
r5268 r5282 6 6 tau_allaer, piz_allaer, cg_allaer ) 7 7 8 USE clesphys_mod_h 8 9 USE dimphy 9 10 USE aero_mod … … 16 17 IMPLICIT NONE 17 18 18 INCLUDE "clesphys.h"19 19 ! 20 20 ! Input arguments: -
LMDZ6/trunk/libf/phylmd/Dust/splaeropt_lw_rrtm.f90
r5268 r5282 8 8 SUBROUTINE SPLAEROPT_LW_RRTM(ok_alw,zdm,tr_seri) 9 9 10 USE clesphys_mod_h 10 11 USE dimphy 11 12 USE aero_mod … … 16 17 IMPLICIT NONE 17 18 18 INCLUDE "clesphys.h"19 19 ! 20 20 ! Input arguments: -
LMDZ6/trunk/libf/phylmd/Dust/splaerosol_optic_rrtm.f90
r5268 r5282 11 11 ! 12 12 13 USE clesphys_mod_h 13 14 USE dimphy 14 15 USE aero_mod … … 18 19 IMPLICIT NONE 19 20 20 INCLUDE "clesphys.h"21 21 22 22
Note: See TracChangeset
for help on using the changeset viewer.