Changeset 1356 for trunk/LMDZ.VENUS/libf/phyvenus/start2archive.F
- Timestamp:
- Oct 8, 2014, 9:26:28 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/start2archive.F
r1301 r1356 19 19 USE control_mod 20 20 use cpdet_mod, only: tpot2t,ini_cpdet 21 use exner_hyb_m, only: exner_hyb 22 use exner_milieu_m, only: exner_milieu 21 23 22 24 implicit none … … 150 152 CALL pression(ip1jmp1, ap, bp, ps, p3d) 151 153 if (disvert_type==1) then 152 CALL exner_hyb( ip1jmp1, ps, p3d, alpha,beta,pks, pk, pkf )154 CALL exner_hyb( ip1jmp1, ps, p3d, pks, pk, pkf ) 153 155 else ! we assume that we are in the disvert_type==2 case 154 CALL exner_milieu( ip1jmp1, ps, p3d, beta,pks, pk, pkf )156 CALL exner_milieu( ip1jmp1, ps, p3d, pks, pk, pkf ) 155 157 endif 156 158
Note: See TracChangeset
for help on using the changeset viewer.