/[lmdze]/trunk/libf/phylmd/Mobidic/regr_lat_time_coefoz.f90
ViewVC logotype

Diff of /trunk/libf/phylmd/Mobidic/regr_lat_time_coefoz.f90

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

trunk/libf/dyn3d/rrltwc.f90 revision 7 by guez, Mon Mar 31 12:24:17 2008 UTC trunk/libf/phylmd/Mobidic/regr_lat_time_coefoz.f90 revision 13 by guez, Fri Jul 25 19:59:34 2008 UTC
# Line 6  module regr_lat_time_coefoz_m Line 6  module regr_lat_time_coefoz_m
6    implicit none    implicit none
7    
8    private    private
9    public read_regr_lat_time_write_coefoz    public regr_lat_time_coefoz
10    
11  contains  contains
12    
# Line 113  contains Line 113  contains
113    
114      !---------------------------------      !---------------------------------
115    
116      print *, "Call sequence information: regr_coefoz"      print *, "Call sequence information: regr_lat_time_coefoz"
117    
118      ! Names of ozone parameters:      ! Names of ozone parameters:
119      i_v = 0      i_v = 0
# Line 239  contains Line 239  contains
239      use dimens_m, only: jjm      use dimens_m, only: jjm
240      use comgeom, only: rlatu      use comgeom, only: rlatu
241      use comconst, only: pi      use comconst, only: pi
242      use nrutil, only: assert_eq      use numer_rec, only: assert_eq
243    
244      use netcdf95, only: nf95_create, nf95_def_dim, nf95_def_var, &      use netcdf95, only: nf95_create, nf95_def_dim, nf95_def_var, &
245           nf95_put_att, nf95_enddef, nf95_copy_att, nf95_put_var           nf95_put_att, nf95_enddef, nf95_copy_att, nf95_put_var

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

  ViewVC Help
Powered by ViewVC 1.1.21