Ignore:
Timestamp:
Jul 23, 2016, 7:45:38 AM (8 years ago)
Author:
Ehouarn Millour
Message:

Cleanup in the dynamics: turn comvert.h into module comvert_mod.F90
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3dpar/top_bound_p.F

    r2597 r2600  
    66      USE comconst_mod, ONLY: iflag_top_bound, mode_top_bound,
    77     &                        tau_top_bound
     8      USE comvert_mod, ONLY: presnivs, preff, scaleheight
     9     
    810      IMPLICIT NONE
    911c
    1012#include "dimensions.h"
    1113#include "paramet.h"
    12 #include "comvert.h"
    1314#include "comgeom2.h"
    1415
     
    7071      REAL uzon(jjp1,llm),vzon(jjm,llm),tzon(jjp1,llm)
    7172     
    72       integer i 
     73      integer i
    7374      REAL,SAVE :: rdamp(llm) ! quenching coefficient
    7475      real,save :: lambda(llm) ! inverse or quenching time scale (Hz)
Note: See TracChangeset for help on using the changeset viewer.