Changeset 731 for LMDZ4/branches
- Timestamp:
- Nov 8, 2006, 5:17:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4_V2_patch/libf/phylmd/interface_surf.F90
r728 r731 290 290 ! endif 291 291 ! 292 !IM: "slab" ocean; initialisations 293 flux_o = 0. 294 flux_g = 0. 292 295 if (.not. allocated(tmp_flux_o)) then 293 296 allocate(tmp_flux_o(klon), stat = error) … … 371 374 alblw = 999999. 372 375 373 !IM: "slab" ocean; initialisations374 flux_o = 0.375 flux_g = 0.376 376 ! 377 377 !
Note: See TracChangeset
for help on using the changeset viewer.