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

    r2799 r5294  
    8888USE YOMCT0  , ONLY  : LSCMEC   ,LROUGH   ,REXTZ0M  ,REXTZ0H
    8989USE vertical_layers_mod, ONLY: ap,bp
     90! Temporary fix waiting for cleaner interface (or not)
     91USE clesphys_mod_h, ONLY: NSW
    9092
    9193IMPLICIT NONE
    9294include "YOETHF.h"
    93 include "clesphys.h"
     95!!include "clesphys.h"
    9496
    9597INTEGER(KIND=JPIM),INTENT(IN)    :: KULOUT
Note: See TracChangeset for help on using the changeset viewer.