Changeset 4042 for LMDZ6/trunk/libf
- Timestamp:
- Dec 1, 2021, 9:15:05 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3dmem/guide_loc_mod.F90
r4041 r4042 1031 1031 endif ! of if (first) 1032 1032 1033 CALL pression_loc( ijnb_u, ap, bp, psi, p ) 1034 if (disvert_type==1) then 1035 CALL exner_hyb_loc(ijnb_u,psi,p,pks,pk) 1036 else ! we assume that we are in the disvert_type==2 case 1037 CALL exner_milieu_loc(ijnb_u,psi,p,pks,pk) 1038 endif 1039 1033 1040 ! ----------------------------------------------------------------- 1034 1041 ! Calcul niveaux pression modele … … 1046 1053 ENDDO 1047 1054 ELSE 1048 CALL pression_loc( ijnb_u, ap, bp, psi, p )1049 if (disvert_type==1) then1050 CALL exner_hyb_loc(ijnb_u,psi,p,pks,pk)1051 else ! we assume that we are in the disvert_type==2 case1052 CALL exner_milieu_loc(ijnb_u,psi,p,pks,pk)1053 endif1054 1055 unskap=1./kappa 1055 1056 !$OMP BARRIER
Note: See TracChangeset
for help on using the changeset viewer.