Ignore:
Timestamp:
Mar 27, 2026, 12:43:59 PM (2 weeks ago)
Author:
evignon
Message:

suppression de la routine nuage (et des parametres associes) devenue obsolete depuis avant LMDZ4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90

    r6139 r6140  
    3434    !                  elles foivent disparaitre de physiq_mod.F90
    3535    USE conf_phys_m, ONLY : ok_journe, ok_mensuel, ok_instan, ok_hf, ok_LES
    36     USE conf_phys_m, ONLY : ok_volcan, flag_volc_surfstrat, iflag_radia, facttemps, fact_cldcon, ok_newmicro, iflag_cld_th
     36    USE conf_phys_m, ONLY : ok_volcan, flag_volc_surfstrat, iflag_radia, facttemps, fact_cldcon, iflag_cld_th
    3737    USE conf_phys_m , ONLY : ok_ade, ok_aie, ok_alw, ok_cdnc, bl95_b0, bl95_b1
    3838    USE conf_phys_m , ONLY : aerosol_couple
     
    7373    USE netcdf95, ONLY: nf95_close
    7474    USE netcdf, ONLY: nf90_fill_real     ! IM for NMC files
    75     USE nuage_mod, ONLY: nuage, diagcld1, diagcld2
     75    USE nuage_mod, ONLY: diagcld1, diagcld2
    7676    USE open_climoz_m, ONLY: open_climoz ! ozone climatology from a file
    7777    USE orbite_mod, ONLY: angle, orbite, zenang
     
    18401840       CALL gwd_ini(klon, klev, pplay, paprs, lunout, prt_level, RCPD, RD, RG, RPI, ROMEGA, RA, RKAPPA, RLVTT, ok_strato)
    18411841       ! Test de coherence sur oc_cdnc utilisé uniquement par cloud_optics_prop
    1842        IF (ok_newmicro) then
    1843           IF (iflag_rrtm.EQ.1) THEN
     1842       IF (iflag_rrtm.EQ.1) THEN
    18441843#ifdef CPP_RRTM
    18451844             IF (ok_cdnc.AND.NRADLP.NE.3) THEN
     
    18531852             CALL abort_physic(modname,abort_message,1)
    18541853#endif
    1855           ENDIF
    18561854       ENDIF
    18571855       CALL cloud_optics_prop_ini(klon, klev, prt_level, lunout, flag_aerosol, &
     
    51365134
    51375135    IF (ok_bs .AND. ok_rad_bs) THEN
    5138        IF (ok_new_lscp .AND. ok_icefra_lscp) THEN
     5136     !  IF (ok_icefra_lscp) THEN
    51395137           DO k=1,klev
    51405138             DO i=1,klon
     
    51455143             ENDDO
    51465144           ENDDO
    5147        ELSE
    5148           WRITE(lunout,*)"PAY ATTENTION, you try to activate the radiative effect of blowing snow"
    5149           WRITE(lunout,*)"with ok_new_lscp=false and/or ok_icefra_lscp=false"
    5150           abort_message='inconsistency in cloud phase for blowing snow'
    5151           CALL abort_physic(modname,abort_message,1)
    5152       ENDIF
     5145      !ELSE
     5146      !    WRITE(lunout,*)"PAY ATTENTION, you try to activate the radiative effect of blowing snow"
     5147      !    WRITE(lunout,*)"with ok_new_lscp=false and/or ok_icefra_lscp=false"
     5148      !    abort_message='inconsistency in cloud phase for blowing snow'
     5149      !    CALL abort_physic(modname,abort_message,1)
     5150      ! ENDIF
    51535151
    51545152    ENDIF
     
    57655763
    57665764       !Rajout appel a interface calcul proprietes optiques des nuages
    5767        CALL call_cloud_optics_prop(klon, klev, ok_newmicro, &
     5765       CALL call_cloud_optics_prop(klon, klev, &
    57685766               paprs, pplay, t_seri, radocond, picefra, cldfra, &
    57695767               cldtau, cldemi, cldh, cldl, cldm, cldt, cldq, &
     
    57745772               reffclwc, cldnvi, lcc3d, lcc3dcon, lcc3dstra, icc3dcon, icc3dstra,  &
    57755773               zfice, dNovrN, ptconv, rnebcon, clwcon)
    5776        CALL call_cloud_optics_prop_post(ok_newmicro)
     5774       CALL call_cloud_optics_prop_post()
    57775775
    57785776       !
Note: See TracChangeset for help on using the changeset viewer.