- Timestamp:
- Jun 25, 2020, 5:10:48 PM (4 years ago)
- Location:
- trunk/LMDZ.COMMON/libf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d/leapfrog.F
r2195 r2380 436 436 dq(:,:,:) = 0.D+0 437 437 dp(:) = 0.D+0 438 flxw(:,:) = 0.D+0 438 439 #else 439 440 CALL caldyn -
trunk/LMDZ.COMMON/libf/dyn3dpar/leapfrog_p.F
r2195 r2380 714 714 dq(:,:,:) = 0.D+0 715 715 dp(:) = 0.D+0 716 flxw(:,:) = 0.D+0 716 717 if (planet_type.eq."generic") then 717 718 if (ok_guide) then
Note: See TracChangeset
for help on using the changeset viewer.