Changeset 4762 for LMDZ6/trunk/libf/phylmd/StratAer
- Timestamp:
- Dec 10, 2023, 10:37:06 PM (13 months ago)
- Location:
- LMDZ6/trunk/libf/phylmd/StratAer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/StratAer/coagulate.F90
r3677 r4762 27 27 USE infotrac_phy 28 28 USE phys_local_var_mod, ONLY: DENSO4, f_r_wet 29 USE YOMCST30 29 31 30 IMPLICIT NONE … … 81 80 REAL :: EvdW 82 81 82 include "YOMCST.h" 83 83 84 DO i=1, nbtr_bin 84 85 radius(i)=mdw(i)/2. -
LMDZ6/trunk/libf/phylmd/StratAer/nucleation_tstep_mod.F90
r4601 r4762 10 10 USE aerophys 11 11 USE infotrac_phy 12 USE YOMCST, ONLY : RPI, RD, RMD, RKBOL, RNAVO13 12 USE strataer_local_var_mod, ONLY : flag_new_nucl 14 13 … … 39 38 REAL airn ! Air molecule concentration in (cm-3) NOT IN USE 40 39 REAL ipr ! Ion pair production rate (cm-3 s-1) NOT IN USE 40 41 include "YOMCST.h" 41 42 42 43 ! call nucleation routine … … 329 330 330 331 USE aerophys 331 USE YOMCST, ONLY : RPI, RKBOL332 332 333 333 IMPLICIT NONE … … 385 385 DOUBLE PRECISION :: xloss ! Ion loss rate 386 386 DOUBLE PRECISION :: recomb ! Ion-ion recombination rate 387 388 include "YOMCST.h" 387 389 388 390 !--- 0) Initializations:
Note: See TracChangeset
for help on using the changeset viewer.