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

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

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

trunk/libf/phylmd/o3_mob_ph_m.f90 revision 7 by guez, Mon Mar 31 12:24:17 2008 UTC trunk/phylmd/Mobidic/regr_pr_av.f revision 90 by guez, Wed Mar 12 21:16:36 2014 UTC
# Line 1  Line 1 
1  module regr_pr_coefoz  module regr_pr_av_m
2    
3    implicit none    implicit none
4    
5  contains  contains
6    
7    subroutine regr_pr_av_coefoz(ncid, name, julien, press_in_edg, v3)    subroutine regr_pr_av(ncid, name, julien, v3)
8    
9      ! "regr_pr_av_coefoz" stands for "regrid pressure averaging      ! "regr_pr_av" stands for "regrid pressure averaging".
     ! coefficients ozone".  
     ! This procedure reads a single Mobidic ozone coefficient from  
     !"coefoz_LMDZ.nc", at the current day, regrids this parameter in  
     ! pressure to the LMDZ vertical grid and packs it to the LMDZ  
     ! horizontal "physics" grid.  
     ! Regridding is by averaging a step function.  
10    
11      use dimens_m, only: iim, jjm, llm      ! This procedure reads a 2D latitude-pressure field from a NetCDF
12      use dimphy, only: klon      ! file, at a given day, regrids this field in pressure to the LMDZ
13      use netcdf95, only: nf95_inq_varid, handle_err      ! vertical grid and packs it to the LMDZ horizontal "physics"
14      use netcdf, only: nf90_get_var      ! grid.
     use grid_change, only: dyn_phy  
     use regr_pr, only: regr_pr_av  
     use nrutil, only: assert  
   
     integer, intent(in):: ncid ! NetCDF ID of the file  
     character(len=*), intent(in):: name ! of the NetCDF variable  
     integer, intent(in):: julien ! jour julien, 1 <= julien <= 360  
   
     real, intent(in):: press_in_edg(:)  
     ! (edges of pressure intervals for Mobidic data, in Pa, in  
     ! strictly increasing order)  
   
     real, intent(out):: v3(:, :) ! (klon, llm)  
     ! (ozone coefficient from Mobidic on the "physics" grid)  
     ! ("v3(i, k)" is at longitude "xlon(i)", latitude  
     ! "xlat(i)", middle of layer "k".)  
   
     ! Variables local to the procedure:  
     integer varid, ncerr  
     integer k  
   
     real  v1(jjm + 1, size(press_in_edg) - 1)  
     ! (ozone coefficient from "coefoz_LMDZ.nc" at day "julien")  
     ! ("v1(j, k)" is at latitude "rlatu(j)" and for  
     ! pressure interval "[press_in_edg(k), press_in_edg(k+1)]".)  
   
     real v2(iim + 1, jjm + 1, llm)  
     ! (ozone parameter from Mobidic on the "dynamics" grid)  
     ! "v2(i, j, k)" is at longitude "rlonv(i)", latitude  
     ! "rlatu(j)", middle of layer "k".)  
   
     !--------------------------------------------  
15    
16      call assert(shape(v3) == (/klon, llm/), "regr_pr_av_coefoz")      ! We assume that, in the input file, the field has 3 dimensions:
17        ! latitude, pressure, julian day.
18    
19      call nf95_inq_varid(ncid, name, varid)      ! We assume that the input field is already on the LMDZ "rlatu"
20        ! latitudes, except that latitudes are in ascending order in the
21      ! Get data at the right day from the input file:      ! input file.
     ncerr = nf90_get_var(ncid, varid, v1, start=(/1, 1, julien/))  
     call handle_err("regr_pr_av_coefoz nf90_get_var " // name, ncerr, ncid)  
     ! Latitudes are in increasing order in the input file while  
     ! "rlatu" is in decreasing order so we need to invert order:  
     v1 = v1(jjm+1:1:-1, :)  
   
     ! Regrid in pressure at each horizontal position:  
     v2 = regr_pr_av(v1, press_in_edg)  
   
     forall (k = 1:llm) v3(:, k) = pack(v2(:, :, k), dyn_phy)  
   
   end subroutine regr_pr_av_coefoz  
22    
23    !***************************************************************      ! The target vertical LMDZ grid is the grid of layer boundaries.
24        ! Regridding in pressure is done by averaging a step function of pressure.
   subroutine regr_pr_int_coefoz(ncid, name, julien, plev, top_value, v3)  
   
     ! This procedure reads a single Mobidic ozone coefficient from  
     !"coefoz_LMDZ.nc", at the current day, regrids this parameter in  
     ! pressure to the LMDZ vertical grid and packs it to the LMDZ  
     ! horizontal "physics" grid.  
     ! Regridding is by linear interpolation.  
25    
26      use dimens_m, only: iim, jjm, llm      use dimens_m, only: iim, jjm, llm
27      use dimphy, only: klon      use dimphy, only: klon
     use netcdf95, only: nf95_inq_varid, handle_err  
     use netcdf, only: nf90_get_var  
28      use grid_change, only: dyn_phy      use grid_change, only: dyn_phy
29      use regr_pr, only: regr_pr_int      use netcdf95, only: nf95_inq_varid, nf95_get_var
30      use nrutil, only: assert      use nr_util, only: assert
31        use numer_rec_95, only: regr1_step_av
32        use press_coefoz_m, only: press_in_edg
33        use pressure_var, only: p3d
34    
35      integer, intent(in):: ncid ! NetCDF ID of the file      integer, intent(in):: ncid ! NetCDF ID of the file
36      character(len=*), intent(in):: name ! of the NetCDF variable      character(len=*), intent(in):: name ! of the NetCDF variable
37      integer, intent(in):: julien ! jour julien, 1 <= julien <= 360      integer, intent(in):: julien ! jour julien, 1 <= julien <= 360
38    
     real, intent(in):: plev(:)  
     ! (pressure levels of Mobidic data, in Pa, in strictly increasing order)  
   
     real, intent(in):: top_value  
     ! (extra value of ozone coefficient at 0 pressure)  
   
39      real, intent(out):: v3(:, :) ! (klon, llm)      real, intent(out):: v3(:, :) ! (klon, llm)
40      ! (ozone parameter from Mobidic on the "physics" grid)      ! regridded field on the partial "physics" grid
41      ! ("v3(i, k)" is at longitude "xlon(i)", latitude      ! "v3(i, k)" is at longitude "xlon(i)", latitude "xlat(i)", in
42      ! "xlat(i)", middle of layer "k".)      ! layer "k".
43    
44      ! Variables local to the procedure:      ! Variables local to the procedure:
     integer varid, ncerr  
     integer k  
45    
46      real  v1(jjm + 1, 0:size(plev))      integer varid, ncerr ! for NetCDF
47      ! (ozone coefficient from "coefoz_LMDZ.nc" at day "julien")  
48      ! ("v1(j, k >=1)" is at latitude "rlatu(j)" and pressure "plev(k)".)      real  v1(jjm + 1, size(press_in_edg) - 1)
49        ! input field at day "julien"
50        ! "v1(j, k)" is at latitude "rlatu(j)" and for
51        ! pressure interval "[press_in_edg(k), press_in_edg(k+1)]".
52    
53      real v2(iim + 1, jjm + 1, llm)      real v2(iim + 1, jjm + 1, llm)
54      ! (ozone parameter from Mobidic on the "dynamics" grid)      ! regridded field on the "dynamics" grid
55      ! "v2(i, j, k)" is at longitude "rlonv(i)", latitude      ! ("v2(i, j, k)" is at longitude "rlonv(i)", latitude
56      ! "rlatu(j)", middle of layer "k".)      ! "rlatu(j)" and for pressure interval "[p3d(i, j, k+1), p3d(i, j, k)]".)
57    
58        integer i, j, k
59    
60      !--------------------------------------------      !--------------------------------------------
61    
62      call assert(shape(v3) == (/klon, llm/), "regr_pr_int_coefoz")      call assert(shape(v3) == (/klon, llm/), "regr_pr_av")
63    
64      call nf95_inq_varid(ncid, name, varid)      call nf95_inq_varid(ncid, name, varid)
65    
66      ! Get data at the right day from the input file:      ! Get data at the right day from the input file:
67      ncerr = nf90_get_var(ncid, varid, v1(:, 1:), start=(/1, 1, julien/))      call nf95_get_var(ncid, varid, v1, start=(/1, 1, julien/))
68      call handle_err("regr_pr_int_coefoz nf90_get_var " // name, ncerr, ncid)      ! Latitudes are in ascending order in the input file while
69      ! Latitudes are in increasing order in the input file while      ! "rlatu" is in descending order so we need to invert order:
70      ! "rlatu" is in decreasing order so we need to invert order:      v1 = v1(jjm+1:1:-1, :)
     v1(:, 1:) = v1(jjm+1:1:-1, 1:)  
   
     ! Complete "v1" with the value at 0 pressure:  
     v1(:, 0) = top_value  
71    
72      ! Regrid in pressure at each horizontal position:      ! Regrid in pressure at each horizontal position:
73      v2 = regr_pr_int(v1, (/0., plev/))      do j = 1, jjm + 1
74           do i = 1, iim
75              if (dyn_phy(i, j)) then
76                 v2(i, j, llm:1:-1) &
77                      = regr1_step_av(v1(j, :), press_in_edg, &
78                      p3d(i, j, llm+1:1:-1))
79                 ! (invert order of indices because "p3d" is in descending order)
80              end if
81           end do
82        end do
83    
84      forall (k = 1:llm) v3(:, k) = pack(v2(:, :, k), dyn_phy)      forall (k = 1:llm) v3(:, k) = pack(v2(:, :, k), dyn_phy)
85    
86    end subroutine regr_pr_int_coefoz    end subroutine regr_pr_av
87    
88  end module regr_pr_coefoz  end module regr_pr_av_m

Legend:
Removed from v.7  
changed lines
  Added in v.90

  ViewVC Help
Powered by ViewVC 1.1.21