Changeset 1819 for trunk/LMDZ.TITAN/libf/phytitan
- Timestamp:
- Nov 8, 2017, 4:45:50 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/calmufi.F90
r1795 r1819 89 89 ! Convert tracers to extensive ( except for gazs where we work with molar mass ratio ) 90 90 ! We suppose a given order of tracers ! 91 int2ext(:) = ( plev(ilon, 2:nlay+1) - plev(ilon,1:nlay) ) / g91 int2ext(:) = ( plev(ilon,1:nlay) - plev(ilon,2:nlay+1) ) / g 92 92 93 93 m0as(:) = pq(ilon,:,1) * int2ext(:)
Note: See TracChangeset
for help on using the changeset viewer.