Changeset 727
- Timestamp:
- Jul 17, 2012, 5:12:18 PM (12 years ago)
- Location:
- trunk/LMDZ.GENERIC/deftank
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/deftank/callphys.GJ581d
r539 r727 77 77 # call turbulent vertical diffusion ? 78 78 calldifv = .true. 79 # use turbdiff instead of vdifc ? 80 UseTurbDiff = .true. 79 81 # call convective adjustment ? 80 82 calladj = .true. … … 93 95 ## Tracer and aerosol options 94 96 ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ 95 # Fixed aerosol distributions? 96 aerofixed = .true. 97 # Radiatively active CO2 aerosol? 98 aeroco2 = .true. 99 # Fixed CO2 aerosol distribution? 100 aerofixco2 = .true. 101 # Radiatively active water aerosol? 102 aeroh2o = .false. 103 # Fixed water aerosol distribution? 104 aerofixh2o = .false. 105 # basic dust opacity 106 dusttau = 0.0 97 107 # Varying H2O cloud fraction? 98 108 CLFvarying = .false. -
trunk/LMDZ.GENERIC/deftank/callphys.earlymars
r539 r727 77 77 # call turbulent vertical diffusion ? 78 78 calldifv = .true. 79 # use turbdiff instead of vdifc ? 80 UseTurbDiff = .true. 79 81 # call convective adjustment ? 80 82 calladj = .true. … … 88 90 ## Tracer and aerosol options 89 91 ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ 90 # Fixed aerosol distributions? 91 aerofixed = .false. 92 # Radiatively active CO2 aerosol? 93 aeroco2 = .true. 94 # Fixed CO2 aerosol distribution? 95 aerofixco2 = .false. 96 # Radiatively active water aerosol? 97 aeroh2o = .true. 98 # Fixed water aerosol distribution? 99 aerofixh2o = .false. 100 # basic dust opacity 101 dusttau = 0.0 92 102 # Varying H2O cloud fraction? 93 103 CLFvarying = .false. -
trunk/LMDZ.GENERIC/deftank/callphys.earth
r539 r727 76 76 # call turbulent vertical diffusion ? 77 77 calldifv = .true. 78 # use turbdiff instead of vdifc ? 79 UseTurbDiff = .true. 78 80 # call convective adjustment ? 79 81 calladj = .true. … … 87 89 ## Tracer and aerosol options 88 90 ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ 89 # Fixed aerosol distributions? 90 aerofixed = .false. 91 # Radiatively active CO2 aerosol? 92 aeroco2 = .false. 93 # Fixed CO2 aerosol distribution? 94 aerofixco2 = .false. 95 # Radiatively active water aerosol? 96 aeroh2o = .true. 97 # Fixed water aerosol distribution? 98 aerofixh2o = .false. 99 # basic dust opacity 100 dusttau = 0.0 91 101 # Varying H2O cloud fraction? 92 102 CLFvarying = .true. -
trunk/LMDZ.GENERIC/deftank/earth1d_Dry.callphys.def
r596 r727 120 120 ## Tracer and aerosol options 121 121 ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ 122 # Fixed aerosol distributions? 123 aerofixed = .true. 122 # Radiatively active CO2 aerosol? 123 aeroco2 = .false. 124 # Fixed CO2 aerosol distribution? 125 aerofixco2 = .false. 126 # Radiatively active water aerosol? 127 aeroh2o = .true. 128 # Fixed water aerosol distribution? 129 aerofixh2o = .true. 130 # basic dust opacity 131 dusttau = 0.0 124 132 # Varying H2O cloud fraction? 125 133 CLFvarying = .false. -
trunk/LMDZ.GENERIC/deftank/jupiter1d.callphys.def
r601 r727 102 102 ## Tracer and aerosol options 103 103 ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ 104 # Fixed aerosol distributions? 105 aerofixed = .true. 104 # Radiatively active CO2 aerosol? 105 aeroco2 = .false. 106 # Fixed CO2 aerosol distribution? 107 aerofixco2 = .false. 108 # Radiatively active water aerosol? 109 aeroh2o = .true. 110 # Fixed water aerosol distribution? 111 aerofixh2o = .true. 112 # basic dust opacity 113 dusttau = 0.0 106 114 # Varying H2O cloud fraction? 107 115 CLFvarying = .false.
Note: See TracChangeset
for help on using the changeset viewer.