Ignore:
Timestamp:
Jun 18, 2015, 1:53:21 PM (9 years ago)
Author:
ymipsl
Message:

Some missing threadprivate...

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/inifis_mod.F90

    r3831 r3835  
    1 
    2 ! $Id: $
    31MODULE inifis_mod
    42
    5   IMPLICIT NONE
    6   ! for now constants and flags transmitted from dyn to phys are stored here
    7 !  REAL,SAVE    :: daysec ! length of reference day (s)
    8 !  REAL,SAVE    :: dtphys ! physics time step (s)
    9 !  INTEGER,SAVE :: day_step ! number of physical steps per day
    10 !  INTEGER,SAVE :: nday ! number of days to run
    11 !!$OMP THREADPRIVATE(daysec,dtphys,day_step,iphysiq,dayref,anneeref,nday)
    12 !  INTEGER,SAVE :: annee_ref ! reference year as read from start file
    13 !  INTEGER,SAVE :: day_ini
    14 !  INTEGER,SAVE :: day_end
    15 !!$OMP THREADPRIVATE(annee_ref,day_ini,day_end)
    16 !  INTEGER,SAVE :: itau_phy   ! number of physiq iteration from origin
    17 !  INTEGER,SAVE :: itaufin    ! final iteration
    18 !  REAL,SAVE    :: start_time
    19 !  INTEGER,SAVE :: day_ref
    20 !  REAL,SAVE :: jD_ref
    21 !!$OMP THREADPRIVATE(itau_phy,itaufin,start_time,day_ref,JD_ref)
    22 !  INTEGER,SAVE :: raz_date
    23 !  INTEGER,SAVE :: lunout=6 ! default output file identifier (6==screen)
    24 !  INTEGER,SAVE :: prt_level ! Output level
    25 !  LOGICAL,SAVE :: debug ! flag to specify if in "debug mode"
    26 !!$OMP THREADPRIVATE(lunout,prt_level,debug)
     3
    274
    285CONTAINS
Note: See TracChangeset for help on using the changeset viewer.