Ignore:
Timestamp:
07/16/14 18:05:01 (10 years ago)
Author:
milmd
Message:

Last LMDZ version (1315) with OpenMP directives and other stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/branches/SATURN_DYNAMICO/LMDZ.COMMON/libf/phystd/interpolateH2Ocont_CKD.F90

    r222 r227  
    4343      logical firstcall 
    4444 
    45       save wn_arr, temp_arr, abs_arrS, abs_arrF 
     45      save wn_arr, temp_arr, abs_arrS, abs_arrF !read by master 
    4646 
    4747      character*100 dt_file 
     
    5757!     1.1 Open the ASCII files 
    5858 
     59!$OMP MASTER 
    5960         ! nu array 
    6061         dt_file=TRIM(datadir)//'/continuum_data/H2O_CONT_NU.dat' 
     
    129130         print*,'   H2O pressure ',presS,' Pa' 
    130131         print*,'   air pressure ',presF,' Pa' 
     132!$OMP END MASTER 
     133!$OMP BARRIER 
    131134          
    132135      endif 
Note: See TracChangeset for help on using the changeset viewer.