Changeset 1080 for trunk/LMDZ.COMMON
- Timestamp:
- Oct 28, 2013, 1:52:54 PM (11 years ago)
- Location:
- trunk/LMDZ.COMMON/libf/dyn3dpar
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3dpar/calfis_p.F
r1076 r1080 39 39 USE infotrac 40 40 USE control_mod 41 USE cpdet_ mod, only: tpot2t_p, t2tpot_p41 USE cpdet_p_mod, only: tpot2t_p, t2tpot_p 42 42 43 43 ! used only for zonal averages -
trunk/LMDZ.COMMON/libf/dyn3dpar/cpdet_p_mod.F90
r1075 r1080 1 module cpdet_ mod1 module cpdet_p_mod 2 2 3 3 implicit none … … 301 301 !====================================================================== 302 302 !====================================================================== 303 end module cpdet_ mod303 end module cpdet_p_mod -
trunk/LMDZ.COMMON/libf/dyn3dpar/gcm.F
r1037 r1080 28 28 & ok_dyn_ins,ok_dyn_ave,iecri,periodav, 29 29 & less1day,fractday,ndynstep,nsplit_phys 30 use cpdet_ mod, only: ini_cpdet30 use cpdet_p_mod, only: ini_cpdet 31 31 32 32 -
trunk/LMDZ.COMMON/libf/dyn3dpar/leapfrog_p.F
r1056 r1080 26 26 & ok_dyn_ins,output_grads_dyn, 27 27 & iapp_tracvl 28 use cpdet_ mod, only: cpdet,tpot2t_glo_p,t2tpot_glo_p28 use cpdet_p_mod, only: cpdet,tpot2t_glo_p,t2tpot_glo_p 29 29 use sponge_mod_p, only: callsponge,mode_sponge,sponge_p 30 30 use comuforc_h -
trunk/LMDZ.COMMON/libf/dyn3dpar/vlspltqs_p.F
r1019 r1080 25 25 USE mod_hallo 26 26 USE VAMPIR 27 use cpdet_ mod, only: tpot2t_glo_p27 use cpdet_p_mod, only: tpot2t_glo_p 28 28 IMPLICIT NONE 29 29
Note: See TracChangeset
for help on using the changeset viewer.