Ignore:
Timestamp:
Oct 29, 2024, 7:35:00 PM (3 days ago)
Author:
Laurent Fairhead
Message:

Keeping clesphys.h was not the right solution
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/rrtm/swclr.intfb.h

    r1990 r5294  
    88USE PARKIND1 ,ONLY : JPIM ,JPRB
    99USE YOERAD , ONLY : NOVLP
    10 include "clesphys.h"
     10! Temporary fix waiting for cleaner interface (or not)
     11USE clesphys_mod_h, ONLY: NSW
     12!!include "clesphys.h"
    1113INTEGER(KIND=JPIM),INTENT(IN) :: KLON
    1214INTEGER(KIND=JPIM),INTENT(IN) :: KLEV
Note: See TracChangeset for help on using the changeset viewer.