Changeset 5536 for LMDZ6/branches/contrails/libf/phylmd/yamada_c.F90
- Timestamp:
- Feb 12, 2025, 10:08:35 AM (7 days ago)
- Location:
- LMDZ6/branches/contrails
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/contrails
- Property svn:mergeinfo changed
/LMDZ6/trunk reverse-merged: 5451,5458,5460,5463,5468-5487
- Property svn:mergeinfo changed
-
LMDZ6/branches/contrails/libf/phylmd/yamada_c.F90
r5489 r5536 138 138 CALL getin_p('iflag_tke_diff',iflag_tke_diff) 139 139 allocate(l0(klon)) 140 #define IOPHYS 141 #ifdef IOPHYS 142 ! call iophys_ini(timestep) 143 #endif 140 144 firstcall=.false. 141 145 endif 142 146 143 147 IF (ngrid<=0) RETURN ! Bizarre : on n a pas ce probeleme pour coef_diff_turb 148 149 #ifdef IOPHYS 150 if (okiophys) then 151 call iophys_ecrit('q2i',klev,'q2 debut my','m2/s2',q2(:,1:klev)) 152 call iophys_ecrit('kmi',klev,'Kz debut my','m/s2',km(:,1:klev)) 153 endif 154 #endif 144 155 145 156 nlay=klev
Note: See TracChangeset
for help on using the changeset viewer.