Changeset 4122
- Timestamp:
- Oct 23, 2018, 6:29:11 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/ICOSA_LMDZ/src/phylmd/interface_icosa_lmdz.f90
r4121 r4122 604 604 605 605 DO l=1,llm 606 wflux_phy(:,l) =wflux_phy(:,l)*cell_area(:)606 wflux_phy(:,l) = - wflux_phy(:,l)*cell_area(:) 607 607 phi_phy(:,l)=phi_phy(:,l)-phis_phy(:) 608 608 ENDDO
Note: See TracChangeset
for help on using the changeset viewer.