- Timestamp:
- Feb 11, 2014, 7:11:45 PM (11 years ago)
- Location:
- LMDZ5/trunk/libf/phy1d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phy1d/1D_decl_cases.h
r1966 r1969 209 209 real omega_profs(nlev_sandu),o3mmr_profs(nlev_sandu) 210 210 211 real, dimension(nlev_sandu) :: relax_u,relax_v,relax_thl 212 real, dimension(nlev_sandu,2) :: relax_q 213 211 214 real thl_mod(llm),omega_mod(llm),o3mmr_mod(llm),tke_mod(llm) 212 215 !vertical advection computation -
LMDZ5/trunk/libf/phy1d/lmdz1d.F
r1966 r1969 155 155 REAL, ALLOCATABLE, DIMENSION(:,:):: dq_dyn 156 156 REAL, ALLOCATABLE, DIMENSION(:,:):: d_q_adv 157 157 ! REAL, ALLOCATABLE, DIMENSION(:):: d_th_adv 158 158 159 159 !--------------------------------------------------------------------- … … 426 426 allocate(dq_dyn(llm,nqtot)) 427 427 allocate(d_q_adv(llm,nqtot)) 428 428 ! allocate(d_th_adv(llm)) 429 429 430 430 c
Note: See TracChangeset
for help on using the changeset viewer.