Changeset 1593 for trunk/LMDZ.COMMON/libf/dyn3dpar
- Timestamp:
- Sep 9, 2016, 4:04:54 PM (8 years ago)
- Location:
- trunk/LMDZ.COMMON/libf/dyn3dpar
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3dpar/gcm.F
r1549 r1593 578 578 c$OMP1 COPYIN(purmats,forward,leapf,apphys,statcl,conser,apdiss,apdelq) 579 579 c$OMP1 COPYIN(saison,ecripar,fxyhypb,ysinus,read_start,ok_guide) 580 c$OMP1 COPYIN(ok_strato,tidal,ok_gradsfile,ok_limit,ok_etat0 ,physic)581 c$OMP1 COPYIN( grireg,iflag_phys,iflag_trac)580 c$OMP1 COPYIN(ok_strato,tidal,ok_gradsfile,ok_limit,ok_etat0) 581 c$OMP1 COPYIN(iflag_phys,iflag_trac) 582 582 583 583 -
trunk/LMDZ.COMMON/libf/dyn3dpar/logic_mod.F90
r1422 r1593 6 6 & apdiss,apdelq,saison,ecripar,fxyhypb,ysinus & 7 7 & ,read_start,ok_guide,ok_strato,tidal,ok_gradsfile & 8 & ,ok_limit,ok_etat0 ,physic,grireg8 & ,ok_limit,ok_etat0 9 9 logical hybrid ! vertical coordinate is hybrid if true (sigma otherwise) 10 10 ! (only used if disvert_type==2) … … 16 16 !$OMP apdiss,apdelq,saison,ecripar,fxyhypb,ysinus, & 17 17 !$OMP read_start,ok_guide,ok_strato,tidal,ok_gradsfile, & 18 !$OMP ok_limit,ok_etat0 ,physic,grireg)18 !$OMP ok_limit,ok_etat0) 19 19 !$OMP THREADPRIVATE(iflag_phys,iflag_trac) 20 20
Note: See TracChangeset
for help on using the changeset viewer.