Changeset 3265
- Timestamp:
- Mar 14, 2018, 4:07:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/newmicro.F90
r3245 r3265 1 1 ! $Id$ 2 3 4 2 5 3 SUBROUTINE newmicro(ok_cdnc, bl95_b0, bl95_b1, paprs, pplay, t, pqlwp, pclc, & … … 10 8 USE dimphy 11 9 USE phys_local_var_mod, ONLY: scdnc, cldncl, reffclwtop, lcc, reffclws, & 12 reffclwc, cldnvi, lcc3d, lcc3dcon, lcc3dstra, icc3dcon, icc3dstra, zfice10 reffclwc, cldnvi, lcc3d, lcc3dcon, lcc3dstra, icc3dcon, icc3dstra, zfice 13 11 USE phys_state_var_mod, ONLY: rnebcon, clwcon 14 12 USE icefrac_lsc_mod ! computes ice fraction (JBM 3/14) 15 13 USE ioipsl_getin_p_mod, ONLY : getin_p 14 USE print_control_mod, ONLY: lunout 15 16 16 17 17 IMPLICIT NONE … … 181 181 if (first) THEN 182 182 call getin_p('cdnc_min',cdnc_min) 183 cdnc_min_m3=cdnc_min*1 E6183 cdnc_min_m3=cdnc_min*1.E6 184 184 IF (cdnc_min_m3<0.) cdnc_min_m3=20.E6 ! astuce pour retrocompatibilite 185 write(lunout,*)'cdnc_min=', cdnc_min_m3/1.E6 185 186 ENDIF 186 187
Note: See TracChangeset
for help on using the changeset viewer.