/[lmdze]/trunk/dyn3d/Inter_barxy/test_inter_barxy.f
ViewVC logotype

Diff of /trunk/dyn3d/Inter_barxy/test_inter_barxy.f

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

trunk/Sources/test_inter_barxy.f revision 139 by guez, Tue May 26 17:46:03 2015 UTC trunk/dyn3d/Inter_barxy/test_inter_barxy.f revision 265 by guez, Tue Mar 20 09:35:59 2018 UTC
# Line 1  Line 1 
1  program test_inter_barxy  program test_inter_barxy
2    
3    use comconst, only: dtvr, daysec, iniconst    use comconst, only: dtvr, daysec, iniconst
4      use comdissnew, only: read_comdissnew
5    use comgeom, only: inigeom    use comgeom, only: inigeom
6    use conf_gcm_m, only: conf_gcm, day_step    use conf_gcm_m, only: conf_gcm, day_step
7    use dimens_m, only: iim, jjm    use dimensions, only: iim, jjm
8    USE dynetat0_m, only: rlonu, rlatv    USE dynetat0_m, only: rlonu, rlatv
9    use disvert_m, only: pa    use disvert_m, only: pa
10    use inter_barxy_m, only: inter_barxy    use inter_barxy_m, only: inter_barxy
# Line 32  program test_inter_barxy Line 33  program test_inter_barxy
33    allocate(var_ana3d(iml_dyn, jml_dyn))    allocate(var_ana3d(iml_dyn, jml_dyn))
34    
35    CALL conf_gcm    CALL conf_gcm
36      call read_comdissnew
37    dtvr = daysec / real(day_step)    dtvr = daysec / real(day_step)
38    print *, 'dtvr = ', dtvr    print *, 'dtvr = ', dtvr
39    pa = 5e4    pa = 5e4

Legend:
Removed from v.139  
changed lines
  Added in v.265

  ViewVC Help
Powered by ViewVC 1.1.21