Changeset 1673 for LMDZ5/trunk/libf/dyn3dmem/exner_milieu_loc.F
- Timestamp:
- Oct 27, 2012, 4:23:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dmem/exner_milieu_loc.F
r1632 r1673 1 1 ! 2 ! $Id 2 ! $Id$ 3 3 ! 4 4 SUBROUTINE exner_milieu_loc ( ngrid, ps, p,beta, pks, pk, pkf ) … … 54 54 logical,save :: firstcall=.true. 55 55 !$OMP THREADPRIVATE(firstcall) 56 character(len=*),parameter :: modname="exner_milieu_ p"56 character(len=*),parameter :: modname="exner_milieu_loc" 57 57 58 58 ! Sanity check 59 59 if (firstcall) then 60 ! check that vertical discretization is compatible61 ! with this routine62 if (disvert_type.ne.2) then63 call abort_gcm(modname,64 & "this routine should only be called if disvert_type==2",42)65 endif66 60 67 61 ! sanity checks for Shallow Water case (1 vertical layer) … … 123 117 endif 124 118 !$OMP END MASTER 125 119 !$OMP BARRIER 126 120 jjb=jj_begin 127 121 jje=jj_end … … 171 165 endif 172 166 c$OMP END MASTER 167 c$OMP BARRIER 173 168 c 174 169 c
Note: See TracChangeset
for help on using the changeset viewer.