/[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

revision 22 by guez, Fri Jul 31 15:18:47 2009 UTC revision 47 by guez, Fri Jul 1 15:00:48 2011 UTC
# Line 39  contains Line 39  contains
39    
40      use dimens_m, only: jjm      use dimens_m, only: jjm
41      use comgeom, only: rlatv      use comgeom, only: rlatv
42      use comconst, only: pi      use nr_util, only: pi
43      use regr1_step_av_m, only: regr1_step_av      use l_util, only: regr1_step_av, regr3_lint
     use regr3_lint_m, only: regr3_lint  
44      use netcdf95, only: nf95_open, nf95_gw_var, nf95_close, &      use netcdf95, only: nf95_open, nf95_gw_var, nf95_close, &
45           nf95_inq_varid, handle_err, nf95_put_var           nf95_inq_varid, handle_err, nf95_put_var
46      use netcdf, only: nf90_nowrite, nf90_get_var      use netcdf, only: nf90_nowrite, nf90_get_var
# Line 127  contains Line 126  contains
126      name_out(i_v) = "a2"      name_out(i_v) = "a2"
127    
128      i_v = i_v + 1      i_v = i_v + 1
129      name_in(i_v) = "r"      name_in(i_v) = "tro3"
130      name_out(i_v) = "r_Mob"      name_out(i_v) = "r_Mob"
131    
132      i_v = i_v + 1      i_v = i_v + 1
# Line 240  contains Line 239  contains
239    
240      use dimens_m, only: jjm      use dimens_m, only: jjm
241      use comgeom, only: rlatu      use comgeom, only: rlatu
242      use comconst, only: pi      use nr_util, only: assert_eq, pi
     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.22  
changed lines
  Added in v.47

  ViewVC Help
Powered by ViewVC 1.1.21