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/nuage.F90

    r2077 r2109  
    55    cldtaupi, re, fl)
    66  USE dimphy
    7   USE icefrac_lsc_mod ! cloud microphysics (JBM 3/14)
     7  USE icefrac_lsc_mod ! computes ice fraction (JBM 3/14)
    88  IMPLICIT NONE
    99  ! ======================================================================
     
    105105       ENDDO
    106106     ELSE ! of IF (iflag_t_glace.EQ.0)
    107 ! JBM: icefrac_lsc is now a function contained in microphys_mod
     107! JBM: icefrac_lsc is now a function contained in icefrac_lsc_mod
    108108!       zfice(i) = icefrac_lsc(t(i,k), t_glace_min, &
    109109!                           t_glace_max, exposant_glace)
    110          CALL icefrac_lsc(klon,t(:,k),pplay(:,k)/paprs(:,1), &
    111 &               t_glace_min,t_glace_max,exposant_glace,zfice(:))
     110         CALL icefrac_lsc(klon,t(:,k),pplay(:,k)/paprs(:,1),zfice(:))
    112111     ENDIF
    113112
Note: See TracChangeset for help on using the changeset viewer.