Changeset 3355 for LMDZ6/branches/DYNAMICO-conv/libf/dyn3dmem
- Timestamp:
- Jun 29, 2018, 11:12:44 AM (6 years ago)
- Location:
- LMDZ6/branches/DYNAMICO-conv/libf/dyn3dmem
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/DYNAMICO-conv/libf/dyn3dmem/caladvtrac_mod.F90
r1907 r3355 44 44 CALL allocate_u(massem,llm,d) 45 45 CALL allocate_u(pbaruc,llm,d) 46 pbaruc(:,:)=0 46 47 CALL allocate_v(pbarvc,llm,d) 48 pbarvc(:,:)=0 47 49 CALL allocate_u(pbarug,llm,d) 48 50 CALL allocate_v(pbarvg,llm,d) -
LMDZ6/branches/DYNAMICO-conv/libf/dyn3dmem/call_calfis_mod.F90
r2603 r3355 52 52 CALL allocate_u(p,llmp1,d) 53 53 CALL allocate_u(pks,d) 54 pks(:)=0 54 55 CALL allocate_u(pk,llm,d) 56 pk(:,:)=0 55 57 CALL allocate_u(pkf,llm,d) 56 58 CALL allocate_u(phi,llm,d) -
LMDZ6/branches/DYNAMICO-conv/libf/dyn3dmem/call_dissip_mod.F90
r1987 r3355 31 31 32 32 CALL allocate_u(ucov,llm,d) 33 ucov(:,:)=0 33 34 CALL allocate_v(vcov,llm,d) 35 vcov(:,:)=0 34 36 CALL allocate_u(teta,llm,d) 35 37 CALL allocate_u(p,llmp1,d) -
LMDZ6/branches/DYNAMICO-conv/libf/dyn3dmem/integrd_mod.F90
r1907 r3355 23 23 CALL allocate_u(deltap,llm,d) 24 24 CALL allocate_u(ps,d) 25 ps(:)=0 25 26 26 27
Note: See TracChangeset
for help on using the changeset viewer.