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

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

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

revision 22 by guez, Fri Jul 31 15:18:47 2009 UTC revision 39 by guez, Tue Jan 25 15:11:05 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 regr1_step_av_m, only: regr1_step_av
44      use regr3_lint_m, only: regr3_lint      use regr3_lint_m, only: regr3_lint
45      use netcdf95, only: nf95_open, nf95_gw_var, nf95_close, &      use netcdf95, only: nf95_open, nf95_gw_var, nf95_close, &
# Line 127  contains Line 127  contains
127      name_out(i_v) = "a2"      name_out(i_v) = "a2"
128    
129      i_v = i_v + 1      i_v = i_v + 1
130      name_in(i_v) = "r"      name_in(i_v) = "tro3"
131      name_out(i_v) = "r_Mob"      name_out(i_v) = "r_Mob"
132    
133      i_v = i_v + 1      i_v = i_v + 1
# Line 240  contains Line 240  contains
240    
241      use dimens_m, only: jjm      use dimens_m, only: jjm
242      use comgeom, only: rlatu      use comgeom, only: rlatu
243      use comconst, only: pi      use nr_util, only: assert_eq, pi
     use numer_rec, only: assert_eq  
244    
245      use netcdf95, only: nf95_create, nf95_def_dim, nf95_def_var, &      use netcdf95, only: nf95_create, nf95_def_dim, nf95_def_var, &
246           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.39

  ViewVC Help
Powered by ViewVC 1.1.21