/[lmdze]/trunk/dyn3d/test_disvert.f
ViewVC logotype

Diff of /trunk/dyn3d/test_disvert.f

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

revision 116 by guez, Thu Dec 4 16:35:03 2014 UTC revision 265 by guez, Tue Mar 20 09:35:59 2018 UTC
# Line 17  contains Line 17  contains
17      use abort_gcm_m, only: abort_gcm      use abort_gcm_m, only: abort_gcm
18      use comconst, only: kappa, cpp      use comconst, only: kappa, cpp
19      use disvert_m, only: ap, bp, preff, presnivs, s      use disvert_m, only: ap, bp, preff, presnivs, s
20      use dimens_m, only: llm      use dimensions, only: llm
21      use exner_hyb_m, only: exner_hyb      use exner_hyb_m, only: exner_hyb
22      use jumble, only: new_unit      use jumble, only: new_unit
23    
# Line 87  contains Line 87  contains
87               end if               end if
88            end do            end do
89         end do         end do
90         call abort_gcm("test_disvert", "bad order of pressure values", 1)         call abort_gcm("test_disvert", "bad order of pressure values")
91      end if      end if
92    
93  1000 format (3(a, g10.4, a, i0))  1000 format (3(a, g11.4, a, i0))
94    
95    end subroutine test_disvert    end subroutine test_disvert
96    

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

  ViewVC Help
Powered by ViewVC 1.1.21