Changeset 2297 for trunk/LMDZ.GENERIC/libf/phystd/callkeys_mod.F90
- Timestamp:
- Apr 26, 2020, 7:45:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/callkeys_mod.F90
r2283 r2297 43 43 logical,save :: aeroco2,aeroh2o,aeroh2so4,aeroback2lay 44 44 !$OMP THREADPRIVATE(aeroco2,aeroh2o,aeroh2so4,aeroback2lay) 45 logical,save :: aeronh3, aero aurora46 !$OMP THREADPRIVATE(aeronh3,aero aurora)45 logical,save :: aeronh3, aeronlay, aeroaurora 46 !$OMP THREADPRIVATE(aeronh3,aeronlay,aeroaurora) 47 47 logical,save :: aerofixco2,aerofixh2o 48 48 !$OMP THREADPRIVATE(aerofixco2,aerofixh2o) … … 62 62 !$OMP THREADPRIVATE(photochem) 63 63 64 integer,save :: versH2H2cia65 64 integer,save :: iddist 66 65 integer,save :: iaervar 67 66 integer,save :: iradia 68 67 integer,save :: startype 69 !$OMP THREADPRIVATE(versH2H2cia,iddist,iaervar,iradia,startype) 68 integer,save :: versH2H2cia 69 integer,save :: nlayaero 70 !$OMP THREADPRIVATE(iddist,iaervar,iradia,startype,versH2H2cia,nlayaero) 71 integer,dimension(:),allocatable,save :: aeronlay_choice 72 !$OMP THREADPRIVATE(aeronlay_choice) 73 74 character(64),save :: optprop_back2lay_vis 75 character(64),save :: optprop_back2lay_ir 76 character(64),dimension(:),allocatable,save :: optprop_aeronlay_vis 77 character(64),dimension(:),allocatable,save :: optprop_aeronlay_ir 78 !$OMP THREADPRIVATE(optprop_back2lay_vis,optprop_back2lay_ir,optprop_aeronlay_vis,optprop_aeronlay_ir) 70 79 71 80 real,save :: tplanckmin … … 84 93 real,save :: obs_tau_col_strato 85 94 !$OMP THREADPRIVATE(Tstrat,tplanet,obs_tau_col_tropo,obs_tau_col_strato) 86 character(64),save :: optprop_back2lay_vis87 character(64),save :: optprop_back2lay_ir88 95 real,save :: pres_bottom_tropo 89 96 real,save :: pres_top_tropo … … 101 108 real,save :: tau_nh3_cloud 102 109 !$OMP THREADPRIVATE(size_nh3_cloud, pres_nh3_cloud, tau_nh3_cloud) 110 real,dimension(:),allocatable,save :: aeronlay_tauref 111 real,dimension(:),allocatable,save :: aeronlay_lamref 112 real,dimension(:),allocatable,save :: aeronlay_ptop 113 real,dimension(:),allocatable,save :: aeronlay_pbot 114 real,dimension(:),allocatable,save :: aeronlay_sclhght 115 real,dimension(:),allocatable,save :: aeronlay_size 116 !$OMP THREADPRIVATE(aeronlay_tauref,aeronlay_lamref,aeronlay_ptop,aeronlay_pbot,aeronlay_sclhght,aeronlay_size) 103 117 real,save :: co2supsat 104 118 real,save :: pceil
Note: See TracChangeset
for help on using the changeset viewer.