/[lmdze]/trunk/Sources/phylmd/Mobidic/regr_pr_o3.f
ViewVC logotype

Diff of /trunk/Sources/phylmd/Mobidic/regr_pr_o3.f

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

revision 224 by guez, Wed Apr 29 15:47:56 2015 UTC revision 225 by guez, Mon Oct 16 12:35:41 2017 UTC
# Line 43  contains Line 43  contains
43    
44      ! Variables local to the procedure:      ! Variables local to the procedure:
45    
46      real, pointer:: plev(:)      real, allocatable:: plev(:)
47      ! (pressure levels of Mobidic data, in Pa, in strictly increasing order)      ! (pressure levels of Mobidic data, in Pa, in strictly increasing order)
48    
49      real, allocatable:: press_in_edg(:)      real, allocatable:: press_in_edg(:)
# Line 84  contains Line 84  contains
84      ! (infinity, but any value guaranteed to be greater than the      ! (infinity, but any value guaranteed to be greater than the
85      ! surface pressure would do)      ! surface pressure would do)
86    
     deallocate(plev) ! pointer  
   
87      call nf95_inq_varid(ncid, "r_Mob", varid)      call nf95_inq_varid(ncid, "r_Mob", varid)
88      allocate(r_mob(jjm + 1, n_plev))      allocate(r_mob(jjm + 1, n_plev))
89    

Legend:
Removed from v.224  
changed lines
  Added in v.225

  ViewVC Help
Powered by ViewVC 1.1.21