Changeset 1618 for LMDZ5/trunk
- Timestamp:
- Mar 22, 2012, 3:52:11 PM (13 years ago)
- Location:
- LMDZ5/trunk/libf/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/climb_hq_mod.F90
r1084 r1618 252 252 Bcoef(i) = -1. * RG / buf 253 253 END DO 254 acoef(knon+1: klon) = 0. 255 bcoef(knon+1: klon) = 0. 254 256 255 257 END SUBROUTINE calc_coef -
LMDZ5/trunk/libf/phylmd/climb_wind_mod.F90
r1067 r1618 209 209 Bcoef(i) = -RG/buf 210 210 END DO 211 acoef(knon+1: klon) = 0. 212 bcoef(knon+1: klon) = 0. 211 213 212 214 END SUBROUTINE calc_coef
Note: See TracChangeset
for help on using the changeset viewer.