Ignore:
Timestamp:
Mar 9, 2026, 11:42:05 AM (5 days ago)
Author:
idelkadi
Message:

Possibility to read the solar constant fraction per band added if ok_suntime_rrtm

File:
1 edited

Legend:

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

    r6082 r6096  
    142142    USE YOERAD, ONLY : NRADLP
    143143    !    USE YOESW, ONLY : RSUN
     144#endif
     145
     146#ifdef CPP_ECRAD
     147    USE read_rsun_ecrad_m, ONLY : read_rsun_ecrad
    144148#endif
    145149
     
    43684372       ENDIF
    43694373
     4374       IF (iflag_rrtm.EQ.2.AND.ok_suntime_rrtm) THEN
     4375#ifdef CPP_RRTM
     4376          CALL read_rsun_rrtm(debut)
     4377#endif
     4378       ENDIF
     4379
    43704380       IF (mydebug) THEN
    43714381          CALL writefield_phy('u_seri',u_seri,nbp_lev)
Note: See TracChangeset for help on using the changeset viewer.