Ignore:
Timestamp:
Oct 5, 2023, 4:14:22 PM (12 months ago)
Author:
Laurent Fairhead
Message:

Final (hopefully) commit from the newmicro replayisation workshop. The final USE statements that were
still included in the cloud_optics_prop routine were moved to the call_cloud_optics_prop routine that
sets up the interface between LMDZ and the parametrization.
LF for LR, MCD, AI, EV, JBM

File:
1 edited

Legend:

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

    r4664 r4715  
    120120        ENDIF
    121121
    122         IF ((.NOT. ptconv(i,k)) .AND. ok_new_lscp .AND. ok_icefra_lscp) THEN
    123         ! EV: take the ice fraction directly from the lscp code
    124         ! consistent only for non convective grid points
    125         ! critical for mixed phase clouds
    126             DO i=1,klon
    127             zfice(i)=picefra(i,k)
    128             ENDDO
     122    IF (ok_new_lscp .AND. ok_icefra_lscp) THEN
     123    ! EV: take the ice fraction directly from the lscp code
     124    ! consistent only for non convective grid points
     125    ! critical for mixed phase clouds
     126        DO i=1,klon
     127        IF (.NOT. ptconv(i,k)) THEN
     128           zfice(i)=picefra(i,k)
    129129        ENDIF
     130        ENDDO
     131    ENDIF
    130132
    131133
Note: See TracChangeset for help on using the changeset viewer.