Changeset 3583 for LMDZ6/trunk/libf/dyn3dmem/leapfrog_loc.F
- Timestamp:
- Oct 15, 2019, 2:45:35 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3dmem/leapfrog_loc.F
r3544 r3583 29 29 USE call_dissip_mod, ONLY : call_dissip 30 30 USE call_calfis_mod, ONLY : call_calfis 31 USE leapfrog_mod 31 USE leapfrog_mod, ONLY : ucov,vcov,teta,ps,masse,phis,q,dq 32 & ,ucovm1,vcovm1,tetam1,massem1,psm1,p,pks,pk,pkf,flxw 33 & ,pbaru,pbarv,du,dv,dteta,phi,dp,w 34 & ,leapfrog_allocate,leapfrog_switch_caldyn,leapfrog_switch_dissip 35 32 36 use exner_hyb_loc_m, only: exner_hyb_loc 33 37 use exner_milieu_loc_m, only: exner_milieu_loc
Note: See TracChangeset
for help on using the changeset viewer.