Changeset 5301 for LMDZ6/trunk/libf/phylmd/screenc_mod.f90
- Timestamp:
- Oct 30, 2024, 2:54:51 PM (34 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/screenc_mod.f90
r5285 r5301 20 20 pref, delu, delte, delq, s_pblh, prain, tsol, pat1) 21 21 USE yomcst_mod_h 22 USE flux_arp_mod_h 22 23 IMPLICIT NONE 23 24 !----------------------------------------------------------------------- … … 73 74 REAL, dimension(klon), intent(out) :: pref, delu, delte, delq 74 75 !----------------------------------------------------------------------- 75 76 include "flux_arp.h"77 76 ! 78 77 ! Variables locales … … 124 123 pref, delm, delh, zri1, s_pblh, prain, tsol, pat1) 125 124 USE yomcst_mod_h 125 USE flux_arp_mod_h 126 126 IMPLICIT NONE 127 127 !----------------------------------------------------------------------- … … 178 178 REAL, dimension(klon) :: cdram, cdrah 179 179 !----------------------------------------------------------------------- 180 181 include "flux_arp.h" 182 ! 180 ! 183 181 ! Variables locales 184 182 INTEGER :: i
Note: See TracChangeset
for help on using the changeset viewer.