/[lmdze]/trunk/phylmd/Mobidic/regr_pr_int.f
ViewVC logotype

Diff of /trunk/phylmd/Mobidic/regr_pr_int.f

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

trunk/Sources/phylmd/Mobidic/regr_pr_int.f revision 168 by guez, Wed Sep 9 10:41:47 2015 UTC trunk/phylmd/Mobidic/regr_pr_int.f revision 265 by guez, Tue Mar 20 09:35:59 2018 UTC
# Line 19  contains Line 19  contains
19      ! that the input data is already on the LMDZ "rlatu" latitude      ! that the input data is already on the LMDZ "rlatu" latitude
20      ! grid.      ! grid.
21    
22      ! The target vertical LMDZ grid is the grid of mid-layers.      ! The target vertical LMDZ grid is the grid of mid-layers. The
23      ! The input data does not depend on longitude, but the pressure      ! input data does not depend on longitude, but the pressure at
24      ! at LMDZ mid-layers does.      ! LMDZ mid-layers does. Therefore, the values on the LMDZ grid do
25      ! Therefore, the values on the LMDZ grid do depend on longitude.      ! depend on longitude. Regridding is by linear interpolation.
     ! Regridding is by linear interpolation.  
26    
27      use dimens_m, only: iim, jjm, llm      use dimensions, only: iim, jjm, llm
28      use dimphy, only: klon      use dimphy, only: klon
29      use grid_change, only: gr_dyn_phy      use grid_change, only: gr_dyn_phy
30      use netcdf95, only: nf95_inq_varid, nf95_get_var      use netcdf95, only: nf95_inq_varid, nf95_get_var

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

  ViewVC Help
Powered by ViewVC 1.1.21