/[lmdze]/trunk/dyn3d/Guide/conf_guide.f
ViewVC logotype

Diff of /trunk/dyn3d/Guide/conf_guide.f

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/Sources/dyn3d/Guide/conf_guide.f revision 211 by guez, Tue Dec 13 17:23:09 2016 UTC trunk/dyn3d/Guide/conf_guide.f revision 313 by guez, Mon Dec 10 15:54:30 2018 UTC
# Line 1  Line 1 
1  module conf_guide_m  module conf_guide_m
2    
3    USE dimens_m, ONLY: iim, jjm    USE dimensions, ONLY: iim, jjm
4    
5    IMPLICIT NONE    IMPLICIT NONE
6    
# Line 28  contains Line 28  contains
28      ! From LMDZ4/libf/dyn3d/conf_guide.F, version 1.1.1.1 2004/05/19 12:53:07      ! From LMDZ4/libf/dyn3d/conf_guide.F, version 1.1.1.1 2004/05/19 12:53:07
29      !  Parametres de controle du run:      !  Parametres de controle du run:
30    
     use abort_gcm_m, only: abort_gcm  
31      use comconst, only: daysec, dtvr      use comconst, only: daysec, dtvr
32      use conf_gcm_m, only: day_step, iperiod      use conf_gcm_m, only: day_step, iperiod
33      use dynetat0_m, only: grossismx, grossismy, rlatu, rlatv      use dynetat0_m, only: rlatu, rlatv
34        use dynetat0_chosen_m, only: grossismx, grossismy
35      use init_tau2alpha_m, only: init_tau2alpha      use init_tau2alpha_m, only: init_tau2alpha
36      use nr_util, only: assert, pi      use nr_util, only: assert, pi
37      use tau2alpha_m, only: tau2alpha      use tau2alpha_m, only: tau2alpha

Legend:
Removed from v.211  
changed lines
  Added in v.313

  ViewVC Help
Powered by ViewVC 1.1.21