Ignore:
Timestamp:
Mar 14, 2018, 4:07:56 PM (6 years ago)
Author:
oboucher
Message:

Adding a print of cdnc_min following Fred's 3245 modset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/newmicro.F90

    r3245 r3265  
    11! $Id$
    2 
    3 
    42
    53SUBROUTINE newmicro(ok_cdnc, bl95_b0, bl95_b1, paprs, pplay, t, pqlwp, pclc, &
     
    108  USE dimphy
    119  USE phys_local_var_mod, ONLY: scdnc, cldncl, reffclwtop, lcc, reffclws, &
    12     reffclwc, cldnvi, lcc3d, lcc3dcon, lcc3dstra, icc3dcon, icc3dstra, zfice
     10      reffclwc, cldnvi, lcc3d, lcc3dcon, lcc3dstra, icc3dcon, icc3dstra, zfice
    1311  USE phys_state_var_mod, ONLY: rnebcon, clwcon
    1412  USE icefrac_lsc_mod ! computes ice fraction (JBM 3/14)
    1513  USE ioipsl_getin_p_mod, ONLY : getin_p
     14  USE print_control_mod, ONLY: lunout
     15
    1616
    1717  IMPLICIT NONE
     
    181181  if (first) THEN
    182182      call getin_p('cdnc_min',cdnc_min)
    183       cdnc_min_m3=cdnc_min*1E6
     183      cdnc_min_m3=cdnc_min*1.E6
    184184      IF (cdnc_min_m3<0.) cdnc_min_m3=20.E6 ! astuce pour retrocompatibilite
     185      write(lunout,*)'cdnc_min=', cdnc_min_m3/1.E6
    185186  ENDIF
    186187
Note: See TracChangeset for help on using the changeset viewer.