Changeset 3903 for LMDZ6/trunk/libf/phylmd
- Timestamp:
- May 18, 2021, 9:50:49 AM (4 years ago)
- Location:
- LMDZ6/trunk/libf/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/pbl_surface_mod.F90
r3901 r3903 1249 1249 DO i = 1, klon 1250 1250 sollw(i,nsrf) = sollw_m(i) + 4.0*RSIGMA*ztsol(i)**3 * (ztsol(i)-ts(i,nsrf)) 1251 1252 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1253 ! ! Martin1254 ! Apparently introduced for sisvat but not used1255 ! sollwd(i,nsrf)= sollwd_m(i)1256 ! ! Martin1257 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1258 1259 1251 !--OB this line is not satisfactory because alb is the direct albedo not total albedo 1260 1252 solsw(i,nsrf) = solsw_m(i) * (1.-alb(i,nsrf)) / (1.-alb_m(i)) -
LMDZ6/trunk/libf/phylmd/surf_landice_mod.F90
r3901 r3903 360 360 !**************************************************************************************** 361 361 ! Send run-off on land-ice to coupler if coupled ocean. 362 ! run_off_lic has been calculated in fonte_neige or surf_ sisvat362 ! run_off_lic has been calculated in fonte_neige or surf_inlandsis 363 363 ! 364 364 !****************************************************************************************
Note: See TracChangeset
for help on using the changeset viewer.