Changeset 5259 for LMDZ6/trunk/libf/phylmd/inlandsis
- Timestamp:
- Oct 22, 2024, 5:32:42 PM (9 months ago)
- Location:
- LMDZ6/trunk/libf/phylmd/inlandsis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/inlandsis/sisvat_ts2.f90
r5246 r5259 262 262 ! IRs__D(ig) = dIRsdT(ig)* Tsf_SV(ig) * 0.75 !TsisSV(ig,isl) * 0.75 !: 263 263 dIRsdT(ig) = Eso_sv(ig)* StefBo * 4. & ! - d(IR)/d(T) 264 * TsisSV(ig,isl) & !265 * TsisSV(ig,isl) & !266 * TsisSV(ig,isl) & !264 * TsisSV(ig,isl) & 265 * TsisSV(ig,isl) & 266 * TsisSV(ig,isl) 267 267 IRs__D(ig) = dIRsdT(ig)* TsisSV(ig,isl) * 0.75 !: 268 268 END DO -
LMDZ6/trunk/libf/phylmd/inlandsis/surf_inlandsis_mod.F90
r5084 r5259 1054 1054 ! include "dimsoil.h" 1055 1055 include "clesphys.h" 1056 include "thermcell.h"1057 1056 include "compbl.h" 1058 1057 … … 1288 1287 1289 1288 include "netcdf.inc" 1290 ! include "indicesol.h"1291 ! include "dimsoil.h"1292 1289 include "clesphys.h" 1293 include "thermcell.h"1294 1290 include "compbl.h" 1295 1291
Note: See TracChangeset
for help on using the changeset viewer.