Changeset 1017 for trunk/LMDZ.COMMON/libf/dyn3d/leapfrog.F
- Timestamp:
- Aug 22, 2013, 4:02:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d/leapfrog.F
r1012 r1017 16 16 USE write_field 17 17 USE control_mod 18 use cpdet_mod, only: cpdet,tpot2t,t2tpot 19 use sponge_mod, only: callsponge,mode_sponge,sponge 18 20 IMPLICIT NONE 19 21 … … 197 199 ! for CP(T) 198 200 real :: dtec 199 real,external :: cpdet200 201 real :: ztetaec(ip1jmp1,llm) 201 202 202 203 c dummy: sinon cette routine n'est jamais compilee... 203 204 if(1.eq.0) then 205 #ifdef CPP_PHYS 204 206 CALL init_phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/)) 207 #endif 205 208 endif 206 209 … … 562 565 IF(apdiss) THEN 563 566 567 ! sponge layer 568 if (callsponge) then 569 CALL sponge(ucov,vcov,teta,ps,dtdiss,mode_sponge) 570 endif 564 571 565 572 c calcul de l'energie cinetique avant dissipation
Note: See TracChangeset
for help on using the changeset viewer.