Changeset 2073 for LMDZ5/branches/testing/libf/phylmd/surf_ocean_mod.F90
- Timestamp:
- Jun 25, 2014, 5:43:19 PM (10 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2057-2059,2062,2064-2070
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/surf_ocean_mod.F90
r1910 r2073 138 138 139 139 !**************************************************************************************** 140 ! fcodron: compute lmt_bils forced case (same as wfbils_oce / 1.-contfracatm) 141 !**************************************************************************************** 142 IF (type_ocean.NE.'slab') THEN 143 lmt_bils(:)=0. 144 DO i=1,knon 145 lmt_bils(knindex(i))=(swnet(i)+lwnet(i)+fluxsens(i)+fluxlat(i)) & 146 *pctsrf(knindex(i),is_oce)/(1.-zmasq(knindex(i))) 147 END DO 148 END IF 149 150 !**************************************************************************************** 140 151 ! Calculate albedo 141 152 !
Note: See TracChangeset
for help on using the changeset viewer.