[1397] | 1 | MODULE callkeys_mod |
---|
| 2 | IMPLICIT NONE |
---|
| 3 | |
---|
[1520] | 4 | logical,save :: callrad,corrk,calldifv,UseTurbDiff |
---|
| 5 | !$OMP THREADPRIVATE(callrad,corrk,calldifv,UseTurbDiff) |
---|
[2060] | 6 | logical,save :: calladj,calltherm,co2cond,callsoil |
---|
| 7 | !$OMP THREADPRIVATE(calladj,calltherm,co2cond,callsoil) |
---|
[3299] | 8 | |
---|
| 9 | ! do we have volcanoes (injecting tracers in atmosphere) ? |
---|
| 10 | logical,save :: callvolcano |
---|
| 11 | !$OMP THREADPRIVATE(callvolcano) |
---|
| 12 | |
---|
[1520] | 13 | logical,save :: season,diurnal,tlocked,rings_shadow,lwrite |
---|
| 14 | !$OMP THREADPRIVATE(season,diurnal,tlocked,rings_shadow,lwrite) |
---|
[2520] | 15 | logical,save :: callgasvis,continuum,graybody |
---|
| 16 | !$OMP THREADPRIVATE(callgasvis,continuum,graybody) |
---|
[1520] | 17 | logical,save :: strictboundcorrk |
---|
| 18 | !$OMP THREADPRIVATE(strictboundcorrk) |
---|
[2655] | 19 | logical,save :: strictboundcia |
---|
| 20 | !$OMP THREADPRIVATE(strictboundcia) |
---|
[3235] | 21 | logical,save :: callthermos |
---|
| 22 | logical,save :: force_conduction |
---|
| 23 | real,save :: phitop |
---|
| 24 | real,save :: zztop |
---|
| 25 | real,save :: a_coeff |
---|
| 26 | real,save :: s_coeff |
---|
| 27 | !$OMP THREADPRIVATE(callthermos,phitop,zztop,force_conduction,a_coeff,s_coeff) |
---|
[1397] | 28 | |
---|
[1520] | 29 | logical,save :: enertest |
---|
| 30 | logical,save :: nonideal |
---|
| 31 | logical,save :: meanOLR |
---|
| 32 | logical,save :: specOLR |
---|
| 33 | logical,save :: kastprof |
---|
[2131] | 34 | logical,save :: diagdtau |
---|
| 35 | !$OMP THREADPRIVATE(enertest,nonideal,meanOLR,kastprof,diagdtau) |
---|
[1520] | 36 | logical,save :: newtonian |
---|
| 37 | logical,save :: force_cpp |
---|
[2635] | 38 | integer,save :: cpp_mugaz_mode |
---|
[1520] | 39 | logical,save :: testradtimes |
---|
| 40 | logical,save :: rayleigh |
---|
[3233] | 41 | logical,save :: varspec |
---|
| 42 | character(64),save :: varspec_data |
---|
| 43 | integer,save :: nvarlayer |
---|
| 44 | !$OMP THREADPRIVATE(newtonian,force_cpp,cpp_mugaz_mode,testradtimes,rayleigh,varspec,varspec_data,nvarlayer) |
---|
[1520] | 45 | logical,save :: stelbbody |
---|
| 46 | logical,save :: nearco2cond |
---|
| 47 | logical,save :: tracer |
---|
| 48 | logical,save :: mass_redistrib |
---|
[2542] | 49 | !$OMP THREADPRIVATE(stelbbody,nearco2cond,tracer,mass_redistrib) |
---|
[1520] | 50 | logical,save :: varactive |
---|
| 51 | logical,save :: varfixed |
---|
| 52 | logical,save :: sedimentation |
---|
[2698] | 53 | logical,save :: generic_condensation |
---|
[2721] | 54 | logical,save :: generic_rain |
---|
[3236] | 55 | logical,save :: virtual_correction |
---|
| 56 | !$OMP THREADPRIVATE(varactive,varfixed,sedimentation,generic_condensation,generic_rain,virtual_correction) |
---|
[3283] | 57 | logical,save :: water ,watercond, waterrain, moistadjustment, moistadjustment_generic, moist_convection_inhibition |
---|
| 58 | !$OMP THREADPRIVATE(water, watercond, waterrain, moistadjustment, moistadjustment_generic, moist_convection_inhibition) |
---|
[2871] | 59 | logical,save :: aeroco2, aeroh2o, aeroh2so4, aeroback2lay |
---|
| 60 | !$OMP THREADPRIVATE(aeroco2, aeroh2o, aeroh2so4, aeroback2lay) |
---|
[2297] | 61 | logical,save :: aeronh3, aeronlay, aeroaurora |
---|
| 62 | !$OMP THREADPRIVATE(aeronh3,aeronlay,aeroaurora) |
---|
[2831] | 63 | |
---|
| 64 | logical,save :: aerovenus ! master flag for "Venus-like" aerosol additions |
---|
| 65 | !$OMP THREADPRIVATE(aerovenus) |
---|
| 66 | ! detailed sub-options when with "Venus-like" aerosol additions |
---|
[2871] | 67 | logical,save :: aerovenus1, aerovenus2, aerovenus2p, aerovenus3, aerovenusUV |
---|
| 68 | !$OMP THREADPRIVATE(aerovenus1, aerovenus2, aerovenus2p, aerovenus3, aerovenusUV) |
---|
[2831] | 69 | |
---|
[2871] | 70 | logical,save :: aerofixco2, aerofixh2o |
---|
| 71 | !$OMP THREADPRIVATE(aerofixco2, aerofixh2o) |
---|
[2810] | 72 | integer,save :: aerogeneric ! number of aerosols of "generic" kind |
---|
[2803] | 73 | !$OMP THREADPRIVATE(aerogeneric) |
---|
[1520] | 74 | logical,save :: hydrology |
---|
| 75 | logical,save :: CLFvarying |
---|
| 76 | logical,save :: nosurf |
---|
| 77 | logical,save :: oblate |
---|
[3204] | 78 | !$OMP THREADPRIVATE(hydrology,CLFvarying,nosurf,oblate) |
---|
[1520] | 79 | logical,save :: ok_slab_ocean |
---|
| 80 | logical,save :: ok_slab_sic |
---|
| 81 | logical,save :: ok_slab_heat_transp |
---|
| 82 | logical,save :: albedo_spectral_mode |
---|
| 83 | !$OMP THREADPRIVATE(ok_slab_ocean,ok_slab_sic,ok_slab_heat_transp,albedo_spectral_mode) |
---|
[1797] | 84 | logical,save :: photochem |
---|
[2542] | 85 | logical,save :: photoheat |
---|
| 86 | logical,save :: jonline |
---|
| 87 | logical,save :: depos |
---|
[1797] | 88 | logical,save :: haze |
---|
[3309] | 89 | logical,save :: output_writediagspecUV |
---|
| 90 | !$OMP THREADPRIVATE(photochem,photoheat,jonline,depos,output_writediagspecUV) |
---|
[2299] | 91 | logical,save :: calllott_nonoro |
---|
[2595] | 92 | !$OMP THREADPRIVATE(calllott_nonoro) |
---|
[2470] | 93 | logical,save :: global1d |
---|
| 94 | real,save :: szangle |
---|
| 95 | !$OMP THREADPRIVATE(global1d,szangle) |
---|
[1397] | 96 | |
---|
[1520] | 97 | integer,save :: iddist |
---|
| 98 | integer,save :: iaervar |
---|
| 99 | integer,save :: iradia |
---|
| 100 | integer,save :: startype |
---|
[2297] | 101 | integer,save :: versH2H2cia |
---|
[2655] | 102 | character(64),save :: H2orthopara_mixture |
---|
[2297] | 103 | integer,save :: nlayaero |
---|
[2655] | 104 | !$OMP THREADPRIVATE(iddist,iaervar,iradia,startype,versH2H2cia,H2orthopara_mixture,nlayaero) |
---|
[2297] | 105 | integer,dimension(:),allocatable,save :: aeronlay_choice |
---|
| 106 | !$OMP THREADPRIVATE(aeronlay_choice) |
---|
[1397] | 107 | |
---|
[2297] | 108 | character(64),save :: optprop_back2lay_vis |
---|
| 109 | character(64),save :: optprop_back2lay_ir |
---|
| 110 | character(64),dimension(:),allocatable,save :: optprop_aeronlay_vis |
---|
| 111 | character(64),dimension(:),allocatable,save :: optprop_aeronlay_ir |
---|
| 112 | !$OMP THREADPRIVATE(optprop_back2lay_vis,optprop_back2lay_ir,optprop_aeronlay_vis,optprop_aeronlay_ir) |
---|
| 113 | |
---|
[2283] | 114 | real,save :: tplanckmin |
---|
| 115 | real,save :: tplanckmax |
---|
| 116 | real,save :: dtplanck |
---|
| 117 | !$OMP THREADPRIVATE(tplanckmin,tplanckmax,dtplanck) |
---|
[1520] | 118 | real,save :: topdustref |
---|
| 119 | real,save :: dusttau |
---|
| 120 | real,save :: Fat1AU |
---|
| 121 | real,save :: stelTbb |
---|
[2954] | 122 | !$OMP THREADPRIVATE(topdustref,dusttau,Fat1AU,stelTbb) |
---|
[1520] | 123 | real,save :: Tstrat |
---|
| 124 | real,save :: tplanet |
---|
| 125 | real,save :: obs_tau_col_tropo |
---|
| 126 | real,save :: obs_tau_col_strato |
---|
| 127 | !$OMP THREADPRIVATE(Tstrat,tplanet,obs_tau_col_tropo,obs_tau_col_strato) |
---|
| 128 | real,save :: pres_bottom_tropo |
---|
| 129 | real,save :: pres_top_tropo |
---|
| 130 | real,save :: pres_bottom_strato |
---|
| 131 | real,save :: pres_top_strato |
---|
| 132 | !$OMP THREADPRIVATE(pres_bottom_tropo,pres_top_tropo,pres_bottom_strato,pres_top_strato) |
---|
| 133 | real,save :: size_tropo |
---|
| 134 | real,save :: size_strato |
---|
| 135 | real,save :: satval |
---|
| 136 | real,save :: CLFfixval |
---|
| 137 | real,save :: n2mixratio |
---|
| 138 | !$OMP THREADPRIVATE(size_tropo,size_strato,satval,CLFfixval,n2mixratio) |
---|
[1677] | 139 | real,save :: size_nh3_cloud |
---|
| 140 | real,save :: pres_nh3_cloud |
---|
| 141 | real,save :: tau_nh3_cloud |
---|
| 142 | !$OMP THREADPRIVATE(size_nh3_cloud, pres_nh3_cloud, tau_nh3_cloud) |
---|
[2297] | 143 | real,dimension(:),allocatable,save :: aeronlay_tauref |
---|
| 144 | real,dimension(:),allocatable,save :: aeronlay_lamref |
---|
| 145 | real,dimension(:),allocatable,save :: aeronlay_ptop |
---|
| 146 | real,dimension(:),allocatable,save :: aeronlay_pbot |
---|
| 147 | real,dimension(:),allocatable,save :: aeronlay_sclhght |
---|
| 148 | real,dimension(:),allocatable,save :: aeronlay_size |
---|
[2340] | 149 | real,dimension(:),allocatable,save :: aeronlay_nueff |
---|
| 150 | !$OMP THREADPRIVATE(aeronlay_tauref,aeronlay_lamref,aeronlay_ptop,aeronlay_pbot,aeronlay_sclhght,aeronlay_size,aeronlay_nueff) |
---|
[1520] | 151 | real,save :: co2supsat |
---|
| 152 | real,save :: pceil |
---|
| 153 | real,save :: albedosnow |
---|
[2482] | 154 | real,save :: alb_ocean |
---|
[1520] | 155 | real,save :: albedoco2ice |
---|
| 156 | real,save :: maxicethick |
---|
[2482] | 157 | !$OMP THREADPRIVATE(co2supsat,pceil,albedosnow,alb_ocean,albedoco2ice,maxicethick) |
---|
[1520] | 158 | real,save :: Tsaldiff |
---|
| 159 | real,save :: tau_relax |
---|
| 160 | real,save :: cloudlvl |
---|
| 161 | real,save :: intheat |
---|
[3204] | 162 | !$OMP THREADPRIVATE(Tsaldiff,tau_relax,cloudlvl,intheat) |
---|
[1520] | 163 | real,save :: flatten |
---|
| 164 | real,save :: Rmean |
---|
| 165 | real,save :: J2 |
---|
| 166 | real,save :: MassPlanet |
---|
| 167 | !$OMP THREADPRIVATE(flatten,Rmean,J2,MassPlanet) |
---|
[1709] | 168 | real,save :: surfalbedo |
---|
| 169 | real,save :: surfemis |
---|
| 170 | !$OMP THREADPRIVATE(surfalbedo,surfemis) |
---|
[2300] | 171 | real,save :: noseason_day |
---|
| 172 | !$OMP THREADPRIVATE(noseason_day) |
---|
[2482] | 173 | real,save :: kmixmin |
---|
| 174 | !$OMP THREADPRIVATE(kmixmin) |
---|
[2300] | 175 | |
---|
[1520] | 176 | logical,save :: iscallphys=.false.!existence of callphys.def |
---|
| 177 | !$OMP THREADPRIVATE(iscallphys) |
---|
| 178 | |
---|
[1669] | 179 | ! do we read a startphy.nc file (default=.true.) |
---|
| 180 | logical,save :: startphy_file=.true. |
---|
| 181 | !$OMP THREADPRIVATE(startphy_file) |
---|
| 182 | |
---|
[1397] | 183 | END MODULE callkeys_mod |
---|