/[lmdze]/trunk/Sources/dyn3d/Guide/Read_reanalyse/read_reanalyse.f
ViewVC logotype

Diff of /trunk/Sources/dyn3d/Guide/Read_reanalyse/read_reanalyse.f

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

revision 173 by guez, Tue Oct 6 15:57:02 2015 UTC revision 178 by guez, Fri Mar 11 18:47:26 2016 UTC
# Line 9  contains Line 9  contains
9      ! From LMDZ4/libf/dyn3d/read_reanalyse.F, version 1.3, 2005/04/15 12:31:21      ! From LMDZ4/libf/dyn3d/read_reanalyse.F, version 1.3, 2005/04/15 12:31:21
10    
11      USE conf_guide_m, ONLY: guide_q, guide_t, guide_u, guide_v      USE conf_guide_m, ONLY: guide_q, guide_t, guide_u, guide_v
12      USE dimens_m, ONLY: iim, jjm, llm      USE dimens_m, ONLY: jjm, llm
13      use nat2gcm_m, only: nat2gcm      use nat2gcm_m, only: nat2gcm
14      USE netcdf, ONLY: nf90_nowrite      USE netcdf, ONLY: nf90_nowrite
15      USE netcdf95, ONLY: nf95_get_var, nf95_inq_dimid, nf95_inq_varid, &      USE netcdf95, ONLY: nf95_get_var, nf95_inq_varid, nf95_inquire_dimension, &
16           nf95_inquire_dimension, nf95_open, find_coord           nf95_open, find_coord
17      USE paramet_m, ONLY: iip1, jjp1      USE paramet_m, ONLY: iip1, jjp1
18      use reanalyse2nat_m, only: reanalyse2nat      use reanalyse2nat_m, only: reanalyse2nat
19    

Legend:
Removed from v.173  
changed lines
  Added in v.178

  ViewVC Help
Powered by ViewVC 1.1.21