Ignore:
Timestamp:
Aug 22, 2014, 12:22:58 PM (10 years ago)
Author:
jbmadeleine
Message:

nettoyage de icefrac_lsc: les paramètres t_glace_min, t_glace_max et
exposant_glace sont à présents chargés à partir de nuage.h et non
donnés en argument;

cleaning of icefrac_lsc: parameters t_glace_min, t_glace_max and
exposant_glace are loaded from the nuage.h file instead of being
given as arguments;

File:
1 edited

Legend:

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

    r2077 r2109  
    1212    reffclwc, cldnvi, lcc3d, lcc3dcon, lcc3dstra
    1313  USE phys_state_var_mod, ONLY: rnebcon, clwcon
    14   USE icefrac_lsc_mod ! cloud microphysics (JBM 3/14)
     14  USE icefrac_lsc_mod ! computes ice fraction (JBM 3/14)
    1515  IMPLICIT NONE
    1616  ! ======================================================================
     
    202202  ELSE ! of IF (iflag_t_glace.EQ.0)
    203203    DO k = 1, klev
    204         CALL icefrac_lsc(klon,t(:,k),pplay(:,k)/paprs(:,1), &
    205 &               t_glace_min,t_glace_max,exposant_glace,zfice(:,k))
     204        CALL icefrac_lsc(klon,t(:,k),pplay(:,k)/paprs(:,1),zfice(:,k))
    206205 
    207206
    208         ! JBM: icefrac_lsc is now a function contained in microphys_mod
     207        ! JBM: icefrac_lsc is now contained icefrac_lsc_mod
    209208!       zfice(i, k) = icefrac_lsc(t(i,k), t_glace_min, &
    210209!                                 t_glace_max, exposant_glace)
Note: See TracChangeset for help on using the changeset viewer.