- Timestamp:
- Apr 30, 2015, 3:22:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/inifis_mod.F90
r3817 r3822 12 12 INTEGER,SAVE :: anneeref ! reference year, ase deifined in run.def 13 13 INTEGER,SAVE :: nday ! number of days to run 14 !$ THREADPRIVATE(daysec,dtphys,day_step,iphysiq,dayref,anneeref,nday)14 !$OMP THREADPRIVATE(daysec,dtphys,day_step,iphysiq,dayref,anneeref,nday) 15 15 INTEGER,SAVE :: annee_ref ! reference year as read from start file 16 16 INTEGER,SAVE :: day_ini 17 17 INTEGER,SAVE :: day_end 18 !$ THREADPRIVATE(annee_ref,day_ini,day_end)18 !$OMP THREADPRIVATE(annee_ref,day_ini,day_end) 19 19 INTEGER,SAVE :: itau_phy 20 20 INTEGER,SAVE :: itaufin … … 22 22 INTEGER,SAVE :: day_ref 23 23 REAL,SAVE :: jD_ref 24 !$ THREADPRIVATE(itau_phy,itaufin,start_time,day_ref,JD_ref)24 !$OMP THREADPRIVATE(itau_phy,itaufin,start_time,day_ref,JD_ref) 25 25 LOGICAL,SAVE :: offline 26 26 INTEGER,SAVE :: raz_date … … 29 29 INTEGER,SAVE :: prt_level ! Output level 30 30 LOGICAL,SAVE :: debug ! flag to specify if in "debug mode" 31 !$ THREADPRIVATE(offline,raz_date,config_inca,lunout,prt_level,debug)31 !$OMP THREADPRIVATE(offline,raz_date,config_inca,lunout,prt_level,debug) 32 32 33 33 CONTAINS
Note: See TracChangeset
for help on using the changeset viewer.