Changeset 1356 for trunk/LMDZ.VENUS/libf/phyvenus/newstart.F
- Timestamp:
- Oct 8, 2014, 9:26:28 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/newstart.F
r1301 r1356 22 22 USE infotrac 23 23 use cpdet_mod, only: ini_cpdet,t2tpot 24 use exner_hyb_m, only: exner_hyb 25 use exner_milieu_m, only: exner_milieu 24 26 25 27 implicit none … … 1048 1050 CALL pression(ip1jmp1, ap, bp, ps, p3d) 1049 1051 if (disvert_type==1) then 1050 CALL exner_hyb( ip1jmp1, ps, p3d, alpha,beta,pks, pk, pkf )1052 CALL exner_hyb( ip1jmp1, ps, p3d, pks, pk, pkf ) 1051 1053 else ! we assume that we are in the disvert_type==2 case 1052 CALL exner_milieu( ip1jmp1, ps, p3d, beta,pks, pk, pkf )1054 CALL exner_milieu( ip1jmp1, ps, p3d, pks, pk, pkf ) 1053 1055 endif 1054 1056
Note: See TracChangeset
for help on using the changeset viewer.