Ignore:
Timestamp:
Oct 28, 2024, 3:28:53 PM (4 days ago)
Author:
abarral
Message:

Turn YOECUMF.h into a module
Fix USE in fxy_new_mod_h.f90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/Dust/seasalt.f90

    r5285 r5289  
    44SUBROUTINE seasalt(v_10m, u_10m, pct_ocean, lmt_sea_salt)
    55
    6   USE dimphy
     6USE yoecumf_mod_h
     7    USE dimphy
    78  USE dimensions_mod, ONLY: iim, jjm, llm, ndm
    89USE yomcst_mod_h
     
    1314  INCLUDE "chem_spla.h"
    1415
    15   INCLUDE "YOECUMF.h"
    1616  !
    1717  INTEGER :: i, bin                 !local variables
Note: See TracChangeset for help on using the changeset viewer.