Ignore:
Timestamp:
Oct 30, 2013, 9:39:51 AM (11 years ago)
Author:
slebonnois
Message:

SL: new way to deal with cpdet routines in dyn3d*... This one should work.

Location:
trunk/LMDZ.COMMON/libf/dyn3dpar
Files:
1 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dyn3dpar/calfis_p.F

    r1080 r1086  
    3939      USE infotrac
    4040      USE control_mod
    41       USE cpdet_p_mod, only: tpot2t_p, t2tpot_p
     41      USE cpdet_mod, only: tpot2t_p, t2tpot_p
    4242
    4343! used only for zonal averages
  • trunk/LMDZ.COMMON/libf/dyn3dpar/gcm.F

    r1080 r1086  
    2828     &                       ok_dyn_ins,ok_dyn_ave,iecri,periodav,
    2929     &                       less1day,fractday,ndynstep,nsplit_phys
    30       use cpdet_p_mod, only: ini_cpdet
     30      use cpdet_mod, only: ini_cpdet
    3131
    3232
  • trunk/LMDZ.COMMON/libf/dyn3dpar/leapfrog_p.F

    r1080 r1086  
    2626     &                       ok_dyn_ins,output_grads_dyn,
    2727     &                       iapp_tracvl
    28        use cpdet_p_mod, only: cpdet,tpot2t_glo_p,t2tpot_glo_p
     28       use cpdet_mod, only: cpdet,tpot2t_glo_p,t2tpot_glo_p
    2929       use sponge_mod_p, only: callsponge,mode_sponge,sponge_p
    3030       use comuforc_h
  • trunk/LMDZ.COMMON/libf/dyn3dpar/vlspltqs_p.F

    r1080 r1086  
    2525      USE mod_hallo
    2626      USE VAMPIR
    27       use cpdet_p_mod, only: tpot2t_glo_p
     27      use cpdet_mod, only: tpot2t_glo_p
    2828      IMPLICIT NONE
    2929
Note: See TracChangeset for help on using the changeset viewer.