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

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

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

trunk/libf/phylmd/Mobidic/regr_pr_comb_coefoz.f90 revision 17 by guez, Tue Aug 5 13:31:32 2008 UTC trunk/phylmd/Mobidic/regr_pr_comb_coefoz.f revision 82 by guez, Wed Mar 5 14:57:53 2014 UTC
# Line 1  Line 1 
1  module regr_pr_comb_coefoz_m  module regr_pr_comb_coefoz_m
2    
   ! This module is clean: no C preprocessor directive, no include line.  
   
3    use dimens_m, only: llm    use dimens_m, only: llm
4    use dimphy, only: klon    use dimphy, only: klon
5    
# Line 48  contains Line 46  contains
46      ! -- packs the coefficients to the "physics" horizontal grid ;      ! -- packs the coefficients to the "physics" horizontal grid ;
47      ! -- combines the eight coefficients to define the five module variables.      ! -- combines the eight coefficients to define the five module variables.
48    
49      ! We assume that, in "coefoz_LMDZ.nc", the pressure levels are in hPa      use netcdf95, only: nf95_open, nf95_close
     ! and strictly increasing.  
   
     use netcdf95, only: nf95_open, nf95_close, nf95_get_coord  
50      use netcdf, only: nf90_nowrite      use netcdf, only: nf90_nowrite
51      use regr_pr_coefoz, only: regr_pr_av_coefoz, regr_pr_int_coefoz      use regr_pr_coefoz, only: regr_pr_av_coefoz, regr_pr_int_coefoz
52      use phyetat0_m, only: rlat      use phyetat0_m, only: rlat
# Line 59  contains Line 54  contains
54      integer, intent(in):: julien ! jour julien, 1 <= julien <= 360      integer, intent(in):: julien ! jour julien, 1 <= julien <= 360
55    
56      ! Variables local to the procedure:      ! Variables local to the procedure:
57    
58      integer ncid ! for NetCDF      integer ncid ! for NetCDF
59    
60      real coefoz(klon, llm)      real coefoz(klon, llm)

Legend:
Removed from v.17  
changed lines
  Added in v.82

  ViewVC Help
Powered by ViewVC 1.1.21