Ignore:
Timestamp:
Oct 28, 2024, 2:53:53 PM (7 hours ago)
Author:
abarral
Message:

Turn fxy*.h into modules
Fix clesphys_rrtm.h name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dyn3d_common/fxy.f90

    r5285 r5287  
    1010
    1111  USE dimensions_mod, ONLY: iim, jjm, llm, ndm
    12 USE paramet_mod_h
     12  USE paramet_mod_h
     13  USE fxy_new_mod_h, ONLY: fx, fxprim, fy, fyprim
    1314IMPLICIT NONE
    1415
     
    2829   REAL :: rlonu(iip1),xprimu(iip1),rlonv(iip1),xprimv(iip1), &
    2930         rlonm025(iip1),xprimm025(iip1), rlonp025(iip1),xprimp025(iip1)
    30 
    31   INCLUDE "fxy_new.h"
    3231
    3332
Note: See TracChangeset for help on using the changeset viewer.