/[lmdze]/trunk/Sources/dyn3d/startdyn.f
ViewVC logotype

Diff of /trunk/Sources/dyn3d/startdyn.f

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

revision 224 by guez, Tue May 26 17:46:03 2015 UTC revision 225 by guez, Mon Oct 16 12:35:41 2017 UTC
# Line 5  MODULE startdyn Line 5  MODULE startdyn
5    
6    INTEGER iml_dyn, jml_dyn, llm_dyn    INTEGER iml_dyn, jml_dyn, llm_dyn
7    
8    REAL, pointer:: lon_ini(:), lat_ini(:)    REAL, allocatable:: lon_ini(:), lat_ini(:)
9    ! longitude and latitude from the input file, converted to rad    ! longitude and latitude from the input file, converted to rad
10    
11    real, pointer:: levdyn_ini(:)    real, allocatable:: levdyn_ini(:)
12    
13  CONTAINS  CONTAINS
14    

Legend:
Removed from v.224  
changed lines
  Added in v.225

  ViewVC Help
Powered by ViewVC 1.1.21