| 1 | MODULE phys_output_ctrlout_mod |
|---|
| 2 | |
|---|
| 3 | USE phys_output_var_mod |
|---|
| 4 | USE indice_sol_mod |
|---|
| 5 | USE aero_mod |
|---|
| 6 | |
|---|
| 7 | IMPLICIT NONE |
|---|
| 8 | INTEGER, PRIVATE :: i |
|---|
| 9 | |
|---|
| 10 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
|---|
| 11 | !! Definition pour chaque variable du niveau d ecriture dans chaque fichier, |
|---|
| 12 | !! de son nom, de sa description, de son unité et du type d'écriture. |
|---|
| 13 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!/ histmth, histday, histhf, histins /),'!!!!!!!!!!!! |
|---|
| 14 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
|---|
| 15 | ! CHARACTER(len=20), DIMENSION(nfiles) :: TEF = type_ecri_files |
|---|
| 16 | |
|---|
| 17 | !!! saving lon and lat as variables for CMIP6 DataRequest |
|---|
| 18 | TYPE(ctrl_out), SAVE :: o_longitude = ctrl_out((/ 1, 1, 1, 1, 1, 1, 11, 11, 11, 11/), & |
|---|
| 19 | 'io_lon', '', '', (/ ('once', i=1, 10) /)) |
|---|
| 20 | TYPE(ctrl_out), SAVE :: o_latitude = ctrl_out((/ 1, 1, 1, 1, 1, 1, 11, 11, 11, 11/), & |
|---|
| 21 | 'io_lat', '', '', (/ ('once', i=1, 10) /)) |
|---|
| 22 | |
|---|
| 23 | !!! Composantes de la coordonnee sigma-hybride |
|---|
| 24 | !!! Ap et Bp et interfaces |
|---|
| 25 | TYPE(ctrl_out), SAVE :: o_Ahyb = ctrl_out((/ 1, 1, 1, 1, 1, 1, 11, 11, 11, 11/), & |
|---|
| 26 | 'Ahyb', 'Ahyb at level interface', '', (/ ('once', i=1, 10) /)) |
|---|
| 27 | TYPE(ctrl_out), SAVE :: o_Bhyb = ctrl_out((/ 1, 1, 1, 1, 1, 1, 11, 11, 11, 11/), & |
|---|
| 28 | 'Bhyb', 'Bhyb at level interface', '', (/ ('once', i=1, 10) /)) |
|---|
| 29 | TYPE(ctrl_out), SAVE :: o_Ahyb_bounds = ctrl_out((/ 1, 1, 1, 1, 1, 1, 11, 11, 11, 11/), & |
|---|
| 30 | 'Ahyb_bounds', '', '', (/ ('once', i=1, 10) /)) |
|---|
| 31 | TYPE(ctrl_out), SAVE :: o_Bhyb_bounds = ctrl_out((/ 1, 1, 1, 1, 1, 1, 11, 11, 11, 11/), & |
|---|
| 32 | 'Bhyb_bounds', '', '', (/ ('once', i=1, 10) /)) |
|---|
| 33 | !!! Composantes de la coordonnee sigma-hybride au milieu des couches |
|---|
| 34 | !!! Aps et Bps et interfaces |
|---|
| 35 | TYPE(ctrl_out), SAVE :: o_Ahyb_mid = ctrl_out((/ 1, 1, 1, 1, 1, 1, 11, 11, 11, 11/), & |
|---|
| 36 | 'Ahyb_mid', 'Ahyb at the middle of the level', '', (/ ('once', i=1, 10) /)) |
|---|
| 37 | TYPE(ctrl_out), SAVE :: o_Bhyb_mid = ctrl_out((/ 1, 1, 1, 1, 1, 1, 11, 11, 11, 11/), & |
|---|
| 38 | 'Bhyb_mid', 'Bhyb at the middle of the level', '', (/ ('once', i=1, 10) /)) |
|---|
| 39 | TYPE(ctrl_out), SAVE :: o_Ahyb_mid_bounds = ctrl_out((/ 1, 1, 1, 1, 1, 1, 11, 11, 11, 11/), & |
|---|
| 40 | 'Ahyb_mid_bounds', '', '', (/ ('once', i=1, 10) /)) |
|---|
| 41 | TYPE(ctrl_out), SAVE :: o_Bhyb_mid_bounds = ctrl_out((/ 1, 1, 1, 1, 1, 1, 11, 11, 11, 11/), & |
|---|
| 42 | 'Bhyb_mid_bounds', '', '', (/ ('once', i=1, 10) /)) |
|---|
| 43 | |
|---|
| 44 | TYPE(ctrl_out), SAVE :: o_Alt = ctrl_out((/ 1, 1, 1, 1, 1, 1, 11, 11, 11, 11/), & |
|---|
| 45 | 'Alt', '', '', (/ ('', i=1, 10) /)) |
|---|
| 46 | |
|---|
| 47 | !!! 1D |
|---|
| 48 | TYPE(ctrl_out), SAVE :: o_phis = ctrl_out((/ 1, 1, 10, 5, 1, 1, 11, 11, 11, 11/), & |
|---|
| 49 | 'phis', 'Surface geop.height', 'm2/s2', (/ ('', i=1, 10) /)) |
|---|
| 50 | TYPE(ctrl_out), SAVE :: o_aire = ctrl_out((/ 1, 1, 10, 10, 1, 1, 11, 11, 11, 11/), & |
|---|
| 51 | 'aire', 'Grid area', '-', (/ 'once', 'once', 'once', 'once', 'once', 'once', & |
|---|
| 52 | 'once', 'once', 'once', 'once' /)) |
|---|
| 53 | TYPE(ctrl_out), SAVE :: o_contfracATM = ctrl_out((/ 10, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 54 | 'contfracATM', '% sfce ter+lic', '-', & |
|---|
| 55 | (/ 'once', 'once', 'once', 'once', 'once', 'once', 'once', 'once', 'once', 'once' /)) |
|---|
| 56 | TYPE(ctrl_out), SAVE :: o_contfracOR = ctrl_out((/ 10, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 57 | 'contfracOR', '% sfce terre OR', '-', (/ ('', i=1, 10) /)) |
|---|
| 58 | TYPE(ctrl_out), SAVE :: o_aireTER = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 59 | 'aireTER', 'Grid area CONT', '-', (/ ('', i=1, 10) /)) |
|---|
| 60 | |
|---|
| 61 | !!! 2D |
|---|
| 62 | TYPE(ctrl_out), SAVE :: o_sza = ctrl_out((/ 1, 1, 10, 10, 5, 10, 11, 11, 11, 11/), & |
|---|
| 63 | 'sza', 'Solar zenithal angle', 'degrees', (/ ('', i=1, 10) /)) |
|---|
| 64 | |
|---|
| 65 | ! Marine |
|---|
| 66 | |
|---|
| 67 | TYPE(ctrl_out), SAVE :: o_alt_tropo = ctrl_out((/1,1,1,1,1,10,10,10,10,10/),& |
|---|
| 68 | 'alt_tropo','Tropopause pressure','hPa',& |
|---|
| 69 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 70 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 71 | |
|---|
| 72 | TYPE(ctrl_out), SAVE :: o_map_prop_hc = ctrl_out((/1,1,1,1,1,10,10,10,10,10/),& |
|---|
| 73 | 'map_prop_hc','Proportion of high clouds',' ',& |
|---|
| 74 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 75 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 76 | |
|---|
| 77 | TYPE(ctrl_out), SAVE :: o_map_prop_hist = & |
|---|
| 78 | ctrl_out((/1,1,1,1,1,1,10,10,10,10/),& |
|---|
| 79 | 'map_prop_hist','Proportion of high ice semi-transp clouds',' ',& |
|---|
| 80 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 81 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 82 | |
|---|
| 83 | TYPE(ctrl_out), SAVE :: o_map_emis_hc = & |
|---|
| 84 | ctrl_out((/1,1,1,1,1,1,10,10,10,10/),& |
|---|
| 85 | 'map_emis_hc','Emissivity of high clouds',' ',& |
|---|
| 86 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 87 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 88 | |
|---|
| 89 | TYPE(ctrl_out), SAVE :: o_map_iwp_hc = & |
|---|
| 90 | ctrl_out((/1,1,1,1,1,10,10,10,10,10/),& |
|---|
| 91 | 'map_iwp_hc','Ice water path of high clouds','g/m2',& |
|---|
| 92 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 93 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 94 | |
|---|
| 95 | TYPE(ctrl_out), SAVE :: o_map_deltaz_hc = & |
|---|
| 96 | ctrl_out((/1,1,1,1,1,10,10,10,10,10/),& |
|---|
| 97 | 'map_deltaz_hc','geom thickness of high clouds','m',& |
|---|
| 98 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 99 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 100 | |
|---|
| 101 | TYPE(ctrl_out), SAVE :: o_map_pcld_hc = & |
|---|
| 102 | ctrl_out((/1,1,1,1,1,10,10,10,10,10/),& |
|---|
| 103 | 'map_pcld_hc','cloud pressure of high clouds','hPa',& |
|---|
| 104 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 105 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 106 | |
|---|
| 107 | TYPE(ctrl_out), SAVE :: o_map_tcld_hc = & |
|---|
| 108 | ctrl_out((/1,1,1,1,1,10,10,10,10,10/),& |
|---|
| 109 | 'map_tcld_hc','cloud temperature of high clouds','K',& |
|---|
| 110 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 111 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 112 | |
|---|
| 113 | TYPE(ctrl_out), SAVE :: o_map_emis_hist = & |
|---|
| 114 | ctrl_out((/1,1,1,1,1,10,10,10,10,10/),& |
|---|
| 115 | 'map_emis_hist','Emissivity of high ice st clouds',' ',& |
|---|
| 116 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 117 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 118 | |
|---|
| 119 | TYPE(ctrl_out), SAVE :: o_map_iwp_hist = & |
|---|
| 120 | ctrl_out((/1,1,1,1,1,10,10,10,10,10/),& |
|---|
| 121 | 'map_iwp_hist','Ice water path of high ice st clouds','g/m2',& |
|---|
| 122 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 123 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 124 | |
|---|
| 125 | TYPE(ctrl_out), SAVE :: o_map_deltaz_hist = & |
|---|
| 126 | ctrl_out((/1,1,1,1,1,10,10,10,10,10/),& |
|---|
| 127 | 'map_deltaz_hist','geom thickness of high ice st clouds','m',& |
|---|
| 128 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 129 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 130 | |
|---|
| 131 | TYPE(ctrl_out), SAVE :: o_map_rad_hist = & |
|---|
| 132 | ctrl_out((/1,1,1,1,1,10,10,10,10,10/),& |
|---|
| 133 | 'map_rad_hist','ice crystals radius in high ice st clouds','µm',& |
|---|
| 134 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 135 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 136 | |
|---|
| 137 | |
|---|
| 138 | TYPE(ctrl_out), SAVE :: o_map_emis_Cb = & |
|---|
| 139 | ctrl_out((/1,1,1,1,1,10,10,10,10,10/),& |
|---|
| 140 | 'map_emis_Cb','Emissivity of high Cb clouds',' ',& |
|---|
| 141 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 142 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 143 | |
|---|
| 144 | TYPE(ctrl_out), SAVE :: o_map_pcld_Cb = & |
|---|
| 145 | ctrl_out((/1,1,1,1,1,10,10,10,10,10/),& |
|---|
| 146 | 'map_pcld_Cb','cloud pressure of high Cb clouds','hPa',& |
|---|
| 147 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 148 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 149 | |
|---|
| 150 | TYPE(ctrl_out), SAVE :: o_map_tcld_Cb = & |
|---|
| 151 | ctrl_out((/1,1,1,1,1,10,10,10,10,10/),& |
|---|
| 152 | 'map_tcld_Cb','cloud temperature of high Cb clouds','K',& |
|---|
| 153 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 154 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 155 | |
|---|
| 156 | |
|---|
| 157 | TYPE(ctrl_out), SAVE :: o_map_emis_Anv = & |
|---|
| 158 | ctrl_out((/1,1,1,1,1,10,10,10,10,10/),& |
|---|
| 159 | 'map_emis_Anv','Emissivity of high Anv clouds',' ',& |
|---|
| 160 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 161 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 162 | |
|---|
| 163 | TYPE(ctrl_out), SAVE :: o_map_pcld_Anv = & |
|---|
| 164 | ctrl_out((/1,1,1,1,1,10,10,10,10,10/),& |
|---|
| 165 | 'map_pcld_Anv','cloud pressure of high Anv clouds','hPa',& |
|---|
| 166 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 167 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 168 | |
|---|
| 169 | TYPE(ctrl_out), SAVE :: o_map_tcld_Anv = & |
|---|
| 170 | ctrl_out((/1,1,1,1,1,10,10,10,10,10/),& |
|---|
| 171 | 'map_tcld_Anv','cloud temperature of high Anv clouds','K',& |
|---|
| 172 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 173 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 174 | |
|---|
| 175 | TYPE(ctrl_out), SAVE :: o_map_emis_ThCi = & |
|---|
| 176 | ctrl_out((/1,1,1,1,1,10,10,10,10,10/),& |
|---|
| 177 | 'map_emis_ThCi','Emissivity of high ThCi clouds',' ',& |
|---|
| 178 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 179 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 180 | |
|---|
| 181 | TYPE(ctrl_out), SAVE :: o_map_pcld_ThCi = & |
|---|
| 182 | ctrl_out((/1,1,1,1,1,10,10,10,10,10/),& |
|---|
| 183 | 'map_pcld_ThCi','cloud pressure of high ThCi clouds','hPa',& |
|---|
| 184 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 185 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 186 | |
|---|
| 187 | TYPE(ctrl_out), SAVE :: o_map_tcld_ThCi = & |
|---|
| 188 | ctrl_out((/10,10,1,10,10,10,10,10,10,10/),& |
|---|
| 189 | 'map_tcld_ThCi','cloud temperature of high ThCi clouds','K',& |
|---|
| 190 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 191 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 192 | |
|---|
| 193 | TYPE(ctrl_out), SAVE :: o_map_ntot = & |
|---|
| 194 | ctrl_out((/1,1,1,1,1,10,10,10,10,10/),& |
|---|
| 195 | 'map_ntot','total AIRS cloud fraction',' ',& |
|---|
| 196 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 197 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 198 | |
|---|
| 199 | TYPE(ctrl_out), SAVE :: o_map_hc = & |
|---|
| 200 | ctrl_out((/1,1,1,1,1,10,10,10,10,10/),& |
|---|
| 201 | 'map_hc','high clouds AIRS cloud fraction',' ',& |
|---|
| 202 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 203 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 204 | |
|---|
| 205 | TYPE(ctrl_out), SAVE :: o_map_hist = & |
|---|
| 206 | ctrl_out((/1,1,1,1,1,10,10,10,10,10/),& |
|---|
| 207 | 'map_hist','high clouds ice st AIRS cloud fraction',' ',& |
|---|
| 208 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 209 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 210 | |
|---|
| 211 | TYPE(ctrl_out), SAVE :: o_map_Cb = & |
|---|
| 212 | ctrl_out((/1,1,1,1,1,10,10,10,10,10/),& |
|---|
| 213 | 'map_Cb','high clouds Cb AIRS cloud fraction',' ',& |
|---|
| 214 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 215 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 216 | |
|---|
| 217 | TYPE(ctrl_out), SAVE :: o_map_ThCi = & |
|---|
| 218 | ctrl_out((/1,1,1,1,1,10,10,10,10,10/),& |
|---|
| 219 | 'map_ThCi','high clouds ThCi AIRS cloud fraction',' ',& |
|---|
| 220 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 221 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 222 | |
|---|
| 223 | TYPE(ctrl_out), SAVE :: o_map_Anv = & |
|---|
| 224 | ctrl_out((/1,1,1,1,1,10,10,10,10,10/),& |
|---|
| 225 | 'map_Anv','high clouds Anv AIRS cloud fraction',' ',& |
|---|
| 226 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)",& |
|---|
| 227 | "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 228 | |
|---|
| 229 | ! Fin Marine |
|---|
| 230 | |
|---|
| 231 | TYPE(ctrl_out), SAVE :: o_flat = ctrl_out((/ 5, 1, 10, 10, 5, 10, 11, 11, 11, 11/), & |
|---|
| 232 | 'flat', 'Latent heat flux', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 233 | TYPE(ctrl_out), SAVE :: o_ptstar = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 234 | 'ptstar', 'Air Surface Temperature', 'K', (/ ('', i=1, 10) /)) |
|---|
| 235 | TYPE(ctrl_out), SAVE :: o_pt0 = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 236 | 'pt0', 'Standard Air Surface Temperature', 'K', (/ ('', i=1, 10) /)) |
|---|
| 237 | TYPE(ctrl_out), SAVE :: o_slp = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 238 | 'slp', 'Sea Level Pressure', 'Pa', (/ ('', i=1, 10) /)) |
|---|
| 239 | TYPE(ctrl_out), SAVE :: o_tsol = ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/), & |
|---|
| 240 | 'tsol', 'Surface Temperature', 'K', (/ ('', i=1, 10) /)) |
|---|
| 241 | TYPE(ctrl_out), SAVE :: o_t2m = ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/), & |
|---|
| 242 | 't2m', 'Temperature 2m', 'K', (/ ('', i=1, 10) /)) |
|---|
| 243 | TYPE(ctrl_out), SAVE :: o_t2m_min = ctrl_out((/ 20, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 244 | 't2m_min', 'Temp 2m min', 'K', & |
|---|
| 245 | (/ "t_min(X)", "t_min(X)", "t_min(X)", "t_min(X)", "t_min(X)", & |
|---|
| 246 | "t_min(X)", "t_min(X)", "t_min(X)", "t_min(X)", "t_min(X)" /)) |
|---|
| 247 | TYPE(ctrl_out), SAVE :: o_t2m_max = ctrl_out((/ 20, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 248 | 't2m_max', 'Temp 2m max', 'K', & |
|---|
| 249 | (/ "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", & |
|---|
| 250 | "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)" /)) |
|---|
| 251 | |
|---|
| 252 | TYPE(ctrl_out), SAVE :: o_t2m_min_mon = ctrl_out((/ 1, 20, 20, 20, 20, 20, 20, 20, 20, 20 /), & |
|---|
| 253 | 't2m_min_mon', 'Monthly average min 2m temperature', 'K', & |
|---|
| 254 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", & |
|---|
| 255 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 256 | TYPE(ctrl_out), SAVE :: o_t2m_max_mon = ctrl_out((/ 1, 20, 20, 20, 20, 20, 20, 20, 20, 20 /), & |
|---|
| 257 | 't2m_max_mon', 'Monthly average max 2m temperature', 'K', & |
|---|
| 258 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", & |
|---|
| 259 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 260 | |
|---|
| 261 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_t2m_srf = (/ & |
|---|
| 262 | ctrl_out((/ 10, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 263 | 't2m_ter', "Temp 2m "//clnsurf(1), "K", (/ ('', i=1, 10) /)), & |
|---|
| 264 | ctrl_out((/ 10, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 265 | 't2m_lic', "Temp 2m "//clnsurf(2), "K", (/ ('', i=1, 10) /)), & |
|---|
| 266 | ctrl_out((/ 10, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 267 | 't2m_oce', "Temp 2m "//clnsurf(3), "K", (/ ('', i=1, 10) /)), & |
|---|
| 268 | ctrl_out((/ 10, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 269 | 't2m_sic', "Temp 2m "//clnsurf(4), "K", (/ ('', i=1, 10) /)) /) |
|---|
| 270 | |
|---|
| 271 | TYPE(ctrl_out), SAVE :: o_nt2mout = ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/), & |
|---|
| 272 | 'nt2mout', 'Nbt2m out of range complete computation', '-', (/ ('', i=1, 10) /)) |
|---|
| 273 | TYPE(ctrl_out), SAVE :: o_nq2mout = ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/), & |
|---|
| 274 | 'nq2mout', 'Nbq2m out of range complete computation', '-', (/ ('', i=1, 10) /)) |
|---|
| 275 | TYPE(ctrl_out), SAVE :: o_nu2mout = ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/), & |
|---|
| 276 | 'nu2mout', 'Nbu2m out of range complete computation', '-', (/ ('', i=1, 10) /)) |
|---|
| 277 | |
|---|
| 278 | TYPE(ctrl_out), SAVE :: o_nt2moutfg = ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/), & |
|---|
| 279 | 'nt2moutfg', 'Nbt2m out of range complete/fgRi1 computation', '-', (/ ('', i=1, 10) /)) |
|---|
| 280 | TYPE(ctrl_out), SAVE :: o_nq2moutfg = ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/), & |
|---|
| 281 | 'nq2moutfg', 'Nbq2m out of range complete/fgRi1 computation', '-', (/ ('', i=1, 10) /)) |
|---|
| 282 | TYPE(ctrl_out), SAVE :: o_nu2moutfg = ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/), & |
|---|
| 283 | 'nu2moutfg', 'Nbu2m out of range complete/fgRi1 computation', '-', (/ ('', i=1, 10) /)) |
|---|
| 284 | |
|---|
| 285 | TYPE(ctrl_out), SAVE :: o_gusts = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 286 | 'gusts', 'surface gustiness', 'm2/s2', (/ ('', i=1, 10) /)) |
|---|
| 287 | |
|---|
| 288 | TYPE(ctrl_out), SAVE :: o_wind10m = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 289 | 'wind10m', '10-m wind speed', 'm/s', (/ ('', i=1, 10) /)) |
|---|
| 290 | TYPE(ctrl_out), SAVE :: o_wind100m = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 291 | 'wind100m', '100-m wind speed', 'm/s', (/ ('', i=1, 10) /)) |
|---|
| 292 | TYPE(ctrl_out), SAVE :: o_loadfactor_wind_onshore = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 293 | 'woncfr', 'Onshore Wind Capacity factor', 'kW/kW_installed', (/ ('', i=1, 10) /)) |
|---|
| 294 | TYPE(ctrl_out), SAVE :: o_loadfactor_wind_offshore = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 295 | 'wofcfr', 'Offshore Wind Capacity factor', 'kW/kW_installed', (/ ('', i=1, 10) /)) |
|---|
| 296 | TYPE(ctrl_out), SAVE :: o_wind10max = ctrl_out((/ 10, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 297 | 'wind10max', '10m wind speed max', 'm/s', & |
|---|
| 298 | (/ "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", & |
|---|
| 299 | "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)" /)) |
|---|
| 300 | |
|---|
| 301 | TYPE(ctrl_out), SAVE :: o_sicf = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 302 | 'sicf', 'Sea-ice fraction', '-', (/ ('', i=1, 10) /)) |
|---|
| 303 | TYPE(ctrl_out), SAVE :: o_q2m = ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/), & |
|---|
| 304 | 'q2m', 'Specific humidity 2m', 'kg/kg', (/ ('', i=1, 10) /)) |
|---|
| 305 | TYPE(ctrl_out), SAVE :: o_ustar = ctrl_out((/ 1, 1, 10, 5, 10, 10, 11, 11, 11, 11/), & |
|---|
| 306 | 'ustar', 'Friction velocity', 'm/s', (/ ('', i=1, 10) /)) |
|---|
| 307 | TYPE(ctrl_out), SAVE :: o_u10m = ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/), & |
|---|
| 308 | 'u10m', 'Vent zonal 10m', 'm/s', (/ ('', i=1, 10) /)) |
|---|
| 309 | TYPE(ctrl_out), SAVE :: o_v10m = ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/), & |
|---|
| 310 | 'v10m', 'Vent meridien 10m', 'm/s', (/ ('', i=1, 10) /)) |
|---|
| 311 | TYPE(ctrl_out), SAVE :: o_psol = ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/), & |
|---|
| 312 | 'psol', 'Surface Pressure', 'Pa', (/ ('', i=1, 10) /)) |
|---|
| 313 | TYPE(ctrl_out), SAVE :: o_qsurf = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 314 | 'qsurf', 'Surface Air humidity', 'kg/kg', (/ ('', i=1, 10) /)) |
|---|
| 315 | |
|---|
| 316 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_ustar_srf = (/ & |
|---|
| 317 | ctrl_out((/ 10, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'ustar_ter', & |
|---|
| 318 | "Friction velocity "//clnsurf(1),"m/s", (/ ('', i=1, 10) /)), & |
|---|
| 319 | ctrl_out((/ 10, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'ustar_lic', & |
|---|
| 320 | "Friction velocity "//clnsurf(2),"m/s", (/ ('', i=1, 10) /)), & |
|---|
| 321 | ctrl_out((/ 10, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'ustar_oce', & |
|---|
| 322 | "Friction velocity "//clnsurf(3),"m/s", (/ ('', i=1, 10) /)), & |
|---|
| 323 | ctrl_out((/ 10, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'ustar_sic', & |
|---|
| 324 | "Friction velocity "//clnsurf(4),"m/s", (/ ('', i=1, 10) /)) /) |
|---|
| 325 | |
|---|
| 326 | TYPE(ctrl_out), SAVE, DIMENSION(5) :: o_wstar = (/ & |
|---|
| 327 | ctrl_out((/ 10, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'wstar_ter', & |
|---|
| 328 | "Friction velocity "//clnsurf(1),"m/s", (/ ('', i=1, 10) /)), & |
|---|
| 329 | ctrl_out((/ 10, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'wstar_lic', & |
|---|
| 330 | "Friction velocity "//clnsurf(2),"m/s", (/ ('', i=1, 10) /)), & |
|---|
| 331 | ctrl_out((/ 10, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'wstar_oce', & |
|---|
| 332 | "Friction velocity "//clnsurf(3),"m/s", (/ ('', i=1, 10) /)), & |
|---|
| 333 | ctrl_out((/ 10, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'wstar_sic', & |
|---|
| 334 | "Friction velocity "//clnsurf(4),"m/s", (/ ('', i=1, 10) /)), & |
|---|
| 335 | ctrl_out((/ 5, 5, 10, 10, 10, 10, 11, 11, 11, 11/),'wstar', & |
|---|
| 336 | "w* convective velocity "//clnsurf(4),"m/s", (/ ('', i=1, 10) /)) /) |
|---|
| 337 | |
|---|
| 338 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_u10m_srf = (/ & |
|---|
| 339 | ctrl_out((/ 10, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'u10m_ter', & |
|---|
| 340 | "Vent Zonal 10m "//clnsurf(1),"m/s", (/ ('', i=1, 10) /)), & |
|---|
| 341 | ctrl_out((/ 10, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'u10m_lic', & |
|---|
| 342 | "Vent Zonal 10m "//clnsurf(2),"m/s", (/ ('', i=1, 10) /)), & |
|---|
| 343 | ctrl_out((/ 10, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'u10m_oce', & |
|---|
| 344 | "Vent Zonal 10m "//clnsurf(3),"m/s", (/ ('', i=1, 10) /)), & |
|---|
| 345 | ctrl_out((/ 10, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'u10m_sic', & |
|---|
| 346 | "Vent Zonal 10m "//clnsurf(4),"m/s", (/ ('', i=1, 10) /)) /) |
|---|
| 347 | |
|---|
| 348 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_v10m_srf = (/ & |
|---|
| 349 | ctrl_out((/ 10, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'v10m_ter', & |
|---|
| 350 | "Vent meredien 10m "//clnsurf(1),"m/s", (/ ('', i=1, 10) /)), & |
|---|
| 351 | ctrl_out((/ 10, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'v10m_lic', & |
|---|
| 352 | "Vent meredien 10m "//clnsurf(2),"m/s", (/ ('', i=1, 10) /)), & |
|---|
| 353 | ctrl_out((/ 10, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'v10m_oce', & |
|---|
| 354 | "Vent meredien 10m "//clnsurf(3),"m/s", (/ ('', i=1, 10) /)), & |
|---|
| 355 | ctrl_out((/ 10, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'v10m_sic', & |
|---|
| 356 | "Vent meredien 10m "//clnsurf(4),"m/s", (/ ('', i=1, 10) /)) /) |
|---|
| 357 | |
|---|
| 358 | TYPE(ctrl_out), SAVE :: o_qsol = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 359 | 'qsol', 'Soil watter content', 'mm', (/ ('', i=1, 10) /)) |
|---|
| 360 | TYPE(ctrl_out), SAVE :: o_ndayrain = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 361 | 'ndayrain', 'Number of dayrain(liq+sol)', '-', & |
|---|
| 362 | (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 363 | TYPE(ctrl_out), SAVE :: o_rain_fall = ctrl_out((/ 1, 1, 1, 10, 5, 10, 11, 11, 11, 11/), & |
|---|
| 364 | 'rain_fall', 'Precip Totale liq', 'kg/(s*m2)', (/ ('', i=1, 10) /)) |
|---|
| 365 | TYPE(ctrl_out), SAVE :: o_rain_con = ctrl_out((/ 7, 7, 7, 10, 7, 10, 11, 11, 11, 11/), & |
|---|
| 366 | 'rain_con', 'Precip liq conv.', 'kg/(s*m2)', (/ ('', i=1, 10) /)) |
|---|
| 367 | TYPE(ctrl_out), SAVE :: o_precip = ctrl_out((/ 1, 1, 1, 10, 5, 10, 11, 11, 11, 11/), & |
|---|
| 368 | 'precip', 'Precip Totale liq+sol', 'kg/(s*m2)', (/ ('', i=1, 10) /)) |
|---|
| 369 | TYPE(ctrl_out), SAVE :: o_plul = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 370 | 'plul', 'Large-scale Precip.', 'kg/(s*m2)', (/ ('', i=1, 10) /)) |
|---|
| 371 | TYPE(ctrl_out), SAVE :: o_plun = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 372 | 'plun', 'Numerical Precip.', 'kg/(s*m2)', (/ ('', i=1, 10) /)) |
|---|
| 373 | TYPE(ctrl_out), SAVE :: o_pluc = ctrl_out((/ 1, 1, 1, 10, 5, 10, 11, 11, 11, 11/), & |
|---|
| 374 | 'pluc', 'Convective Precip.', 'kg/(s*m2)', (/ ('', i=1, 10) /)) |
|---|
| 375 | TYPE(ctrl_out), SAVE :: o_snow = ctrl_out((/ 1, 1, 10, 10, 5, 10, 11, 11, 11, 11/), & |
|---|
| 376 | 'snow', 'Snow fall', 'kg/(s*m2)', (/ ('', i=1, 10) /)) |
|---|
| 377 | TYPE(ctrl_out), SAVE :: o_bsfall = ctrl_out((/ 10, 10, 10, 10, 5, 10, 11, 11, 11, 11/), & |
|---|
| 378 | 'bsfall', 'Blowing Snow fall', 'kg/(s*m2)', (/ ('', i=1, 10) /)) |
|---|
| 379 | TYPE(ctrl_out), SAVE :: o_evap = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 380 | 'evap', 'Evaporat', 'kg/(s*m2)', (/ ('', i=1, 10) /)) |
|---|
| 381 | TYPE(ctrl_out), SAVE :: o_snowerosion = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 382 | 'snowerosion', 'blowing snow flux', 'kg/(s*m2)', (/ ('', i=1, 10) /)) |
|---|
| 383 | TYPE(ctrl_out), SAVE :: o_ustart_lic = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 384 | 'ustart_lic', 'threshold velocity', 'm/s', (/ ('', i=1, 10) /)) |
|---|
| 385 | TYPE(ctrl_out), SAVE :: o_rhosnow_lic = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 386 | 'rhosnow_lic', 'snow density lic', 'kg/m3', (/ ('', i=1, 10) /)) |
|---|
| 387 | TYPE(ctrl_out), SAVE :: o_qsalt_lic = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 388 | 'qsalt_lic', 'qb in saltation layer lic', 'kg/kg', (/ ('', i=1, 10) /)) |
|---|
| 389 | TYPE(ctrl_out), SAVE :: o_sens_prec_liq_oce = ctrl_out((/ 5, 5, 10, 10, 5, 10, 11, 11, 11, 11/), & |
|---|
| 390 | 'sens_rain_oce', 'Sensible heat flux of liquid prec. over ocean', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 391 | TYPE(ctrl_out), SAVE :: o_sens_prec_liq_sic = ctrl_out((/ 5, 5, 10, 10, 5, 10, 11, 11, 11, 11/), & |
|---|
| 392 | 'sens_rain_sic', 'Sensible heat flux of liquid prec. over seaice', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 393 | TYPE(ctrl_out), SAVE :: o_sens_prec_sol_oce = ctrl_out((/ 5, 5, 10, 10, 5, 10, 11, 11, 11, 11/), & |
|---|
| 394 | 'sens_snow_oce', 'Sensible heat flux of solid prec. over ocean', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 395 | TYPE(ctrl_out), SAVE :: o_sens_prec_sol_sic = ctrl_out((/ 5, 5, 10, 10, 5, 10, 11, 11, 11, 11/), & |
|---|
| 396 | 'sens_snow_sic', 'Sensible heat flux of solid prec. over seaice', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 397 | TYPE(ctrl_out), SAVE :: o_lat_prec_liq_oce = ctrl_out((/ 5, 5, 10, 10, 5, 10, 11, 11, 11, 11/), & |
|---|
| 398 | 'lat_rain_oce', 'Latent heat flux of liquid prec. over ocean', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 399 | TYPE(ctrl_out), SAVE :: o_lat_prec_liq_sic = ctrl_out((/ 5, 5, 10, 10, 5, 10, 11, 11, 11, 11/), & |
|---|
| 400 | 'lat_rain_sic', 'Latent heat flux of liquid prec. over seaice', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 401 | TYPE(ctrl_out), SAVE :: o_lat_prec_sol_oce = ctrl_out((/ 5, 5, 10, 10, 5, 10, 11, 11, 11, 11/), & |
|---|
| 402 | 'lat_snow_oce', 'Latent heat flux of solid prec. over ocean', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 403 | TYPE(ctrl_out), SAVE :: o_lat_prec_sol_sic = ctrl_out((/ 5, 5, 10, 10, 5, 10, 11, 11, 11, 11/), & |
|---|
| 404 | 'lat_snow_sic', 'Latent heat flux of solid prec. over seaice', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 405 | |
|---|
| 406 | |
|---|
| 407 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_evap_srf = (/ & |
|---|
| 408 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'evap_ter', & |
|---|
| 409 | "evaporation at surface "//clnsurf(1),"kg/(s*m2)", (/ ('', i=1, 10) /)), & |
|---|
| 410 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'evap_lic', & |
|---|
| 411 | "evaporation at surface "//clnsurf(2),"kg/(s*m2)", (/ ('', i=1, 10) /)), & |
|---|
| 412 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'evap_oce', & |
|---|
| 413 | "evaporation at surface "//clnsurf(3),"kg/(s*m2)", (/ ('', i=1, 10) /)), & |
|---|
| 414 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'evap_sic', & |
|---|
| 415 | "evaporation at surface "//clnsurf(4),"kg/(s*m2)", (/ ('', i=1, 10) /)) /) |
|---|
| 416 | |
|---|
| 417 | TYPE(ctrl_out), SAVE :: o_msnow = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 418 | 'msnow', 'Surface snow amount', 'kg/m2', (/ ('', i=1, 10) /)) |
|---|
| 419 | TYPE(ctrl_out), SAVE :: o_fsnow = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 420 | 'fsnow', 'Surface snow area fraction', '-', (/ ('', i=1, 10) /)) |
|---|
| 421 | TYPE(ctrl_out), SAVE :: o_tops = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 422 | 'tops', 'Solar rad. at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 423 | TYPE(ctrl_out), SAVE :: o_tops0 = ctrl_out((/ 1, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 424 | 'tops0', 'CS Solar rad. at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 425 | TYPE(ctrl_out), SAVE :: o_topl = ctrl_out((/ 1, 1, 10, 5, 10, 10, 11, 11, 11, 11/), & |
|---|
| 426 | 'topl', 'IR rad. at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 427 | TYPE(ctrl_out), SAVE :: o_topl0 = ctrl_out((/ 1, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 428 | 'topl0', 'IR rad. at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 429 | TYPE(ctrl_out), SAVE :: o_SWupTOA = ctrl_out((/ 1, 4, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 430 | 'SWupTOA', 'SWup at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 431 | TYPE(ctrl_out), SAVE :: o_SWupTOAclr = ctrl_out((/ 1, 4, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 432 | 'SWupTOAclr', 'SWup clear sky at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 433 | TYPE(ctrl_out), SAVE :: o_SWupTOAcleanclr = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 434 | 'SWupTOAcleanclr', 'SWup clear sky clean (no aerosol) at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 435 | TYPE(ctrl_out), SAVE :: o_SWdnTOA = ctrl_out((/ 1, 4, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 436 | 'SWdnTOA', 'SWdn at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 437 | TYPE(ctrl_out), SAVE :: o_SWdnTOAclr = ctrl_out((/ 1, 4, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 438 | 'SWdnTOAclr', 'SWdn clear sky at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 439 | TYPE(ctrl_out), SAVE :: o_nettop = ctrl_out((/ 1, 4, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 440 | 'nettop', 'Net dn radiatif flux at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 441 | TYPE(ctrl_out), SAVE :: o_SWup200 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 442 | 'SWup200', 'SWup at 200mb', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 443 | TYPE(ctrl_out), SAVE :: o_SWup200clr = ctrl_out((/ 10, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 444 | 'SWup200clr', 'SWup clear sky at 200mb', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 445 | TYPE(ctrl_out), SAVE :: o_SWdn200 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 446 | 'SWdn200', 'SWdn at 200mb', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 447 | TYPE(ctrl_out), SAVE :: o_SWdn200clr = ctrl_out((/ 10, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 448 | 'SWdn200clr', 'SWdn clear sky at 200mb', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 449 | TYPE(ctrl_out), SAVE :: o_LWupTOA = ctrl_out((/ 1, 4, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 450 | 'LWupTOA', 'LWup at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 451 | TYPE(ctrl_out), SAVE :: o_LWupTOAclr = ctrl_out((/ 1, 4, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 452 | 'LWupTOAclr', 'LWup clear sky at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 453 | ! type(ctrl_out),save :: o_LWdnTOA = ctrl_out((/ 1, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'LWdnTOA', & |
|---|
| 454 | ! (/ ('', i=1, 10) /)) |
|---|
| 455 | ! type(ctrl_out),save :: o_LWdnTOAclr = ctrl_out((/ 1, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'LWdnTOAclr', & |
|---|
| 456 | ! (/ ('', i=1, 10) /)) |
|---|
| 457 | TYPE(ctrl_out), SAVE :: o_LWup200 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 458 | 'LWup200', 'LWup at 200mb', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 459 | TYPE(ctrl_out), SAVE :: o_LWup200clr = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 460 | 'LWup200clr', 'LWup clear sky at 200mb', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 461 | TYPE(ctrl_out), SAVE :: o_LWdn200 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 462 | 'LWdn200', 'LWdn at 200mb', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 463 | TYPE(ctrl_out), SAVE :: o_LWdn200clr = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 464 | 'LWdn200clr', 'LWdn clear sky at 200mb', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 465 | TYPE(ctrl_out), SAVE :: o_sols = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 466 | 'sols', 'Solar rad. at surf.', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 467 | TYPE(ctrl_out), SAVE :: o_sols0 = ctrl_out((/ 1, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 468 | 'sols0', 'Solar rad. at surf.', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 469 | TYPE(ctrl_out), SAVE :: o_soll = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 470 | 'soll', 'IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 471 | TYPE(ctrl_out), SAVE :: o_soll0 = ctrl_out((/ 1, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 472 | 'soll0', 'IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 473 | TYPE(ctrl_out), SAVE :: o_radsol = ctrl_out((/ 1, 7, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 474 | 'radsol', 'Rayonnement au sol', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 475 | TYPE(ctrl_out), SAVE :: o_SWupSFC = ctrl_out((/ 1, 4, 10, 10, 5, 10, 11, 11, 11, 11/), & |
|---|
| 476 | 'SWupSFC', 'SWup at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 477 | TYPE(ctrl_out), SAVE :: o_SWupSFCclr = ctrl_out((/ 1, 4, 10, 10, 5, 10, 11, 11, 11, 11/), & |
|---|
| 478 | 'SWupSFCclr', 'SWup clear sky at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 479 | TYPE(ctrl_out), SAVE :: o_SWupSFCcleanclr = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 480 | 'SWupSFCcleanclr', 'SWup clear sky clean (no aerosol) at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 481 | TYPE(ctrl_out), SAVE :: o_fdiffSWdnSFC = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 482 | 'fdiffSWdnSFC', 'Fraction of diffuse SWdn at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 483 | TYPE(ctrl_out), SAVE :: o_SWdnSFC = ctrl_out((/ 1, 1, 1, 10, 5, 10, 11, 11, 11, 11/), & |
|---|
| 484 | 'SWdnSFC', 'SWdn at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 485 | TYPE(ctrl_out), SAVE :: o_SWdnSFCclr = ctrl_out((/ 1, 4, 10, 10, 5, 10, 11, 11, 11, 11/), & |
|---|
| 486 | 'SWdnSFCclr', 'SWdn clear sky at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 487 | TYPE(ctrl_out), SAVE :: o_SWdnSFCcleanclr = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 488 | 'SWdnSFCcleanclr', 'SWdn clear sky clean (no aerosol) at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 489 | TYPE(ctrl_out), SAVE :: o_LWupSFC = ctrl_out((/ 1, 4, 10, 10, 5, 10, 11, 11, 11, 11/), & |
|---|
| 490 | 'LWupSFC', 'Upwd. IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 491 | TYPE(ctrl_out), SAVE :: o_LWupSFCclr = ctrl_out((/ 1, 4, 10, 10, 5, 10, 11, 11, 11, 11/), & |
|---|
| 492 | 'LWupSFCclr', 'CS Upwd. IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 493 | TYPE(ctrl_out), SAVE :: o_LWdnSFC = ctrl_out((/ 1, 4, 10, 10, 5, 10, 11, 11, 11, 11/), & |
|---|
| 494 | 'LWdnSFC', 'Down. IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 495 | TYPE(ctrl_out), SAVE :: o_LWdnSFCclr = ctrl_out((/ 1, 4, 10, 10, 5, 10, 11, 11, 11, 11/), & |
|---|
| 496 | 'LWdnSFCclr', 'Down. CS IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 497 | TYPE(ctrl_out), SAVE :: o_LWupTOAcleanclr = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 498 | 'LWupTOAcleanclr', 'Upward CS clean (no aerosol) IR rad. at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 499 | TYPE(ctrl_out), SAVE :: o_LWdnSFCcleanclr = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 500 | 'LWdnSFCcleanclr', 'Downward CS clean (no aerosol) IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 501 | TYPE(ctrl_out), SAVE :: o_bils = ctrl_out((/ 1, 2, 10, 5, 10, 10, 11, 11, 11, 11/), & |
|---|
| 502 | 'bils', 'Surf. total heat flux', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 503 | TYPE(ctrl_out), SAVE :: o_bils_tke = ctrl_out((/ 1, 2, 10, 5, 10, 10, 11, 11, 11, 11/), & |
|---|
| 504 | 'bils_tke', 'Surf. total heat flux', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 505 | TYPE(ctrl_out), SAVE :: o_bils_diss = ctrl_out((/ 1, 2, 10, 5, 10, 10, 11, 11, 11, 11/), & |
|---|
| 506 | 'bils_diss', 'Surf. total heat flux', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 507 | TYPE(ctrl_out), SAVE :: o_bils_ec = ctrl_out((/ 1, 2, 10, 5, 10, 10, 11, 11, 11, 11/), & |
|---|
| 508 | 'bils_ec', 'Surf. total heat flux correction', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 509 | TYPE(ctrl_out), SAVE :: o_bils_ech = ctrl_out((/ 1, 2, 10, 5, 10, 10, 11, 11, 11, 11/), & |
|---|
| 510 | 'bils_ech', 'Surf. total heat flux correction', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 511 | TYPE(ctrl_out), SAVE :: o_bils_kinetic = ctrl_out((/ 1, 2, 10, 5, 10, 10, 11, 11, 11, 11/), & |
|---|
| 512 | 'bils_kinetic', 'Surf. total heat flux', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 513 | TYPE(ctrl_out), SAVE :: o_bils_enthalp = ctrl_out((/ 1, 2, 10, 5, 10, 10, 11, 11, 11, 11/), & |
|---|
| 514 | 'bils_enthalp', 'Surf. total heat flux', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 515 | TYPE(ctrl_out), SAVE :: o_bils_latent = ctrl_out((/ 1, 2, 10, 5, 10, 10, 11, 11, 11, 11/), & |
|---|
| 516 | 'bils_latent', 'Surf. total heat flux', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 517 | TYPE(ctrl_out), SAVE :: o_sens = ctrl_out((/ 1, 1, 10, 10, 5, 10, 11, 11, 11, 11/), & |
|---|
| 518 | 'sens', 'Sensible heat flux', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 519 | TYPE(ctrl_out), SAVE :: o_fder = ctrl_out((/ 1, 2, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 520 | 'fder', 'Heat flux derivation', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 521 | TYPE(ctrl_out), SAVE :: o_ffonte = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 522 | 'ffonte', 'Thermal flux for snow melting', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 523 | TYPE(ctrl_out), SAVE :: o_fqcalving = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 524 | 'fqcalving', 'Ice Calving', 'kg/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 525 | TYPE(ctrl_out), SAVE :: o_fqfonte = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 526 | 'fqfonte', 'Land ice melt', 'kg/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 527 | TYPE(ctrl_out), SAVE :: o_mrroli = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 528 | 'mrroli', 'Runoff flux over land ice', 'kg/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 529 | TYPE(ctrl_out), SAVE :: o_runofflic = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 530 | 'runofflic', 'Land ice melt to ocean', 'kg/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 531 | TYPE(ctrl_out), SAVE :: o_taux = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 532 | 'taux', 'Zonal wind stress', 'Pa', (/ ('', i=1, 10) /)) |
|---|
| 533 | TYPE(ctrl_out), SAVE :: o_tauy = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 534 | 'tauy', 'Meridional wind stress', 'Pa', (/ ('', i=1, 10) /)) |
|---|
| 535 | |
|---|
| 536 | !AI Ecrad 3Deffect |
|---|
| 537 | #ifdef CPP_ECRAD |
|---|
| 538 | TYPE(ctrl_out), SAVE :: o_cloud_cover_sw = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 539 | 'cloud_cover_sw', 'Ecrad SW cloud cover', '-', (/ ('', i=1, 10) /)) |
|---|
| 540 | TYPE(ctrl_out), SAVE :: o_cloud_cover_sw_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 541 | 'cloud_cover_sw_s2', 'Ecrad SW cloud cover 2 call', '-', (/ ('', i=1, 10) /)) |
|---|
| 542 | TYPE(ctrl_out), SAVE :: o_sols_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 543 | 'sols_s2', 'Solar rad. at surf.', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 544 | TYPE(ctrl_out), SAVE :: o_sols0_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 545 | 'sols0_s2', 'Solar rad. at surf.', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 546 | TYPE(ctrl_out), SAVE :: o_soll_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 547 | 'soll_s2', 'IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 548 | TYPE(ctrl_out), SAVE :: o_soll0_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 549 | 'soll0_s2', 'IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 550 | TYPE(ctrl_out), SAVE :: o_tops_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 551 | 'tops_s2', 'Solar rad. at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 552 | TYPE(ctrl_out), SAVE :: o_tops0_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 553 | 'tops0_s2', 'CS Solar rad. at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 554 | TYPE(ctrl_out), SAVE :: o_topl_s2 = ctrl_out((/ 11, 11, 10, 11, 10, 10, 11, 11, 11, 11/), & |
|---|
| 555 | 'topl_s2', 'IR rad. at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 556 | TYPE(ctrl_out), SAVE :: o_topl0_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 557 | 'topl0_s2', 'IR rad. at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 558 | TYPE(ctrl_out), SAVE :: o_SWupTOA_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 559 | 'SWupTOA_s2', 'SWup at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 560 | TYPE(ctrl_out), SAVE :: o_SWupTOAclr_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 561 | 'SWupTOAclr_s2', 'SWup clear sky at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 562 | TYPE(ctrl_out), SAVE :: o_SWupTOAcleanclr_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 563 | 'SWupTOAcleanclr_s2', 'SWup clear sky clean (no aerosol) at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 564 | TYPE(ctrl_out), SAVE :: o_SWdnTOA_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 565 | 'SWdnTOA_s2', 'SWdn at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 566 | TYPE(ctrl_out), SAVE :: o_SWdnTOAclr_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 567 | 'SWdnTOAclr_s2', 'SWdn clear sky at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 568 | TYPE(ctrl_out), SAVE :: o_nettop_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 569 | 'nettop_s2', 'Net dn radiatif flux at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 570 | TYPE(ctrl_out), SAVE :: o_LWdnSFC_s2 = ctrl_out((/ 11, 11, 10, 10, 11, 10, 11, 11, 11, 11/), & |
|---|
| 571 | 'LWdnSFC_s2', 'Down. IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 572 | TYPE(ctrl_out), SAVE :: o_LWdnSFCclr_s2 = ctrl_out((/ 11, 11, 10, 10, 11, 10, 11, 11, 11, 11/), & |
|---|
| 573 | 'LWdnSFCclr_s2', 'Down. CS IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 574 | TYPE(ctrl_out), SAVE :: o_SWupSFC_s2 = ctrl_out((/ 11, 11, 10, 10, 11, 10, 11, 11, 11, 11/), & |
|---|
| 575 | 'SWupSFC_s2', 'SWup at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 576 | TYPE(ctrl_out), SAVE :: o_SWupSFCclr_s2 = ctrl_out((/ 11, 11, 10, 10, 11, 10, 11, 11, 11, 11/), & |
|---|
| 577 | 'SWupSFCclr_s2', 'SWup clear sky at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 578 | TYPE(ctrl_out), SAVE :: o_SWupSFCcleanclr_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 579 | 'SWupSFCcleanclr_s2', 'SWup clear sky clean (no aerosol) at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 580 | TYPE(ctrl_out), SAVE :: o_fdiffSWdnSFC_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 581 | 'fdiffSWdnSFC_s2', 'Fraction of diffuse SWdn at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 582 | TYPE(ctrl_out), SAVE :: o_SWdnSFC_s2 = ctrl_out((/ 11, 11, 11, 10, 11, 10, 11, 11, 11, 11/), & |
|---|
| 583 | 'SWdnSFC_s2', 'SWdn at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 584 | TYPE(ctrl_out), SAVE :: o_SWdnSFCclr_s2 = ctrl_out((/ 11, 11, 10, 10, 11, 10, 11, 11, 11, 11/), & |
|---|
| 585 | 'SWdnSFCclr_s2', 'SWdn clear sky at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 586 | TYPE(ctrl_out), SAVE :: o_SWdnSFCcleanclr_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 587 | 'SWdnSFCcleanclr_s2', 'SWdn clear sky clean (no aerosol) at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 588 | TYPE(ctrl_out), SAVE :: o_LWupSFC_s2 = ctrl_out((/ 11, 11, 10, 10, 11, 10, 11, 11, 11, 11/), & |
|---|
| 589 | 'LWupSFC_s2', 'Upwd. IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 590 | TYPE(ctrl_out), SAVE :: o_LWupSFCclr_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 591 | 'LWupSFCclr_s2', 'CS Upwd. IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 592 | TYPE(ctrl_out), SAVE :: o_LWupTOAcleanclr_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 593 | 'LWupTOAcleanclr_s2', 'Upward CS clean (no aerosol) IR rad. at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 594 | TYPE(ctrl_out), SAVE :: o_LWdnSFCcleanclr_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 595 | 'LWdnSFCcleanclr_s2', 'Downward CS clean (no aerosol) IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 596 | TYPE(ctrl_out), SAVE :: o_rsu_s2 = ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 597 | 'rsu_s2', 'SW upward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
|---|
| 598 | TYPE(ctrl_out), SAVE :: o_rsd_s2 = ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 599 | 'rsd_s2', 'SW downward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
|---|
| 600 | TYPE(ctrl_out), SAVE :: o_rlu_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 601 | 'rlu_s2', 'LW upward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
|---|
| 602 | TYPE(ctrl_out), SAVE :: o_rld_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 603 | 'rld_s2', 'LW downward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
|---|
| 604 | TYPE(ctrl_out), SAVE :: o_rsucs_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 605 | 'rsucs_s2', 'SW CS upward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
|---|
| 606 | TYPE(ctrl_out), SAVE :: o_rsdcs_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 607 | 'rsdcs_s2', 'SW CS downward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
|---|
| 608 | TYPE(ctrl_out), SAVE :: o_rlucs_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 609 | 'rlucs_s2', 'LW CS upward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
|---|
| 610 | TYPE(ctrl_out), SAVE :: o_rldcs_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 611 | 'rldcs_s2', 'LW CS downward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
|---|
| 612 | #endif |
|---|
| 613 | |
|---|
| 614 | |
|---|
| 615 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_taux_srf = (/ & |
|---|
| 616 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'taux_ter', & |
|---|
| 617 | "Zonal wind stress"//clnsurf(1), "Pa", (/ ('', i=1, 10) /)), & |
|---|
| 618 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'taux_lic', & |
|---|
| 619 | "Zonal wind stress"//clnsurf(2), "Pa", (/ ('', i=1, 10) /)), & |
|---|
| 620 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'taux_oce', & |
|---|
| 621 | "Zonal wind stress"//clnsurf(3), "Pa", (/ ('', i=1, 10) /)), & |
|---|
| 622 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'taux_sic', & |
|---|
| 623 | "Zonal wind stress"//clnsurf(4), "Pa", (/ ('', i=1, 10) /)) /) |
|---|
| 624 | |
|---|
| 625 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_tauy_srf = (/ & |
|---|
| 626 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'tauy_ter', & |
|---|
| 627 | "Meridional wind stress "//clnsurf(1),"Pa", (/ ('', i=1, 10) /)), & |
|---|
| 628 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'tauy_lic', & |
|---|
| 629 | "Meridional wind stress "//clnsurf(2),"Pa", (/ ('', i=1, 10) /)), & |
|---|
| 630 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'tauy_oce', & |
|---|
| 631 | "Meridional wind stress "//clnsurf(3),"Pa", (/ ('', i=1, 10) /)), & |
|---|
| 632 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'tauy_sic', & |
|---|
| 633 | "Meridional wind stress "//clnsurf(4),"Pa", (/ ('', i=1, 10) /)) /) |
|---|
| 634 | |
|---|
| 635 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_pourc_srf = (/ & |
|---|
| 636 | ctrl_out((/ 1, 7, 10, 10, 10, 10, 11, 11, 11, 11/),'pourc_ter', & |
|---|
| 637 | "% "//clnsurf(1),"%", (/ ('', i=1, 10) /)), & |
|---|
| 638 | ctrl_out((/ 1, 7, 10, 10, 10, 10, 11, 11, 11, 11/),'pourc_lic', & |
|---|
| 639 | "% "//clnsurf(2),"%", (/ ('', i=1, 10) /)), & |
|---|
| 640 | ctrl_out((/ 1, 7, 10, 10, 10, 10, 11, 11, 11, 11/),'pourc_oce', & |
|---|
| 641 | "% "//clnsurf(3),"%", (/ ('', i=1, 10) /)), & |
|---|
| 642 | ctrl_out((/ 1, 7, 10, 10, 10, 10, 11, 11, 11, 11/),'pourc_sic', & |
|---|
| 643 | "% "//clnsurf(4),"%", (/ ('', i=1, 10) /)) /) |
|---|
| 644 | |
|---|
| 645 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_fract_srf = (/ & |
|---|
| 646 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'fract_ter', & |
|---|
| 647 | "Fraction "//clnsurf(1),"1", (/ ('', i=1, 10) /)), & |
|---|
| 648 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'fract_lic', & |
|---|
| 649 | "Fraction "//clnsurf(2),"1", (/ ('', i=1, 10) /)), & |
|---|
| 650 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'fract_oce', & |
|---|
| 651 | "Fraction "//clnsurf(3),"1", (/ ('', i=1, 10) /)), & |
|---|
| 652 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'fract_sic', & |
|---|
| 653 | "Fraction "//clnsurf(4),"1", (/ ('', i=1, 10) /)) /) |
|---|
| 654 | |
|---|
| 655 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_tsol_srf = (/ & |
|---|
| 656 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'tsol_ter', & |
|---|
| 657 | "Temperature "//clnsurf(1),"K", (/ ('', i=1, 10) /)), & |
|---|
| 658 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'tsol_lic', & |
|---|
| 659 | "Temperature "//clnsurf(2),"K", (/ ('', i=1, 10) /)), & |
|---|
| 660 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'tsol_oce', & |
|---|
| 661 | "Temperature "//clnsurf(3),"K", (/ ('', i=1, 10) /)), & |
|---|
| 662 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'tsol_sic', & |
|---|
| 663 | "Temperature "//clnsurf(4),"K", (/ ('', i=1, 10) /)) /) |
|---|
| 664 | |
|---|
| 665 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_evappot_srf = (/ & |
|---|
| 666 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'evappot_ter', & |
|---|
| 667 | "Potential evaporation "//clnsurf(1),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
|---|
| 668 | ctrl_out((/ 4, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'evappot_lic', & |
|---|
| 669 | "Potential evaporation "//clnsurf(2),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
|---|
| 670 | ctrl_out((/ 4, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'evappot_oce', & |
|---|
| 671 | "Potential evaporation "//clnsurf(3),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
|---|
| 672 | ctrl_out((/ 4, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'evappot_sic', & |
|---|
| 673 | "Potential evaporation "//clnsurf(4),"kg/(m2*s)", (/ ('', i=1, 10) /)) /) |
|---|
| 674 | |
|---|
| 675 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_sens_srf = (/ & |
|---|
| 676 | ctrl_out((/ 1, 6, 10, 7, 10, 10, 11, 11, 11, 11/),'sens_ter', & |
|---|
| 677 | "Sensible heat flux "//clnsurf(1),"W/m2", (/ ('', i=1, 10) /)), & |
|---|
| 678 | ctrl_out((/ 1, 6, 10, 7, 10, 10, 11, 11, 11, 11/),'sens_lic', & |
|---|
| 679 | "Sensible heat flux "//clnsurf(2),"W/m2", (/ ('', i=1, 10) /)), & |
|---|
| 680 | ctrl_out((/ 1, 6, 10, 7, 10, 10, 11, 11, 11, 11/),'sens_oce', & |
|---|
| 681 | "Sensible heat flux "//clnsurf(3),"W/m2", (/ ('', i=1, 10) /)), & |
|---|
| 682 | ctrl_out((/ 1, 6, 10, 7, 10, 10, 11, 11, 11, 11/),'sens_sic', & |
|---|
| 683 | "Sensible heat flux "//clnsurf(4),"W/m2", (/ ('', i=1, 10) /)) /) |
|---|
| 684 | |
|---|
| 685 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_lat_srf = (/ & |
|---|
| 686 | ctrl_out((/ 1, 6, 10, 7, 10, 10, 11, 11, 11, 11/),'lat_ter', & |
|---|
| 687 | "Latent heat flux "//clnsurf(1),"W/m2", (/ ('', i=1, 10) /)), & |
|---|
| 688 | ctrl_out((/ 1, 6, 10, 7, 10, 10, 11, 11, 11, 11/),'lat_lic', & |
|---|
| 689 | "Latent heat flux "//clnsurf(2),"W/m2", (/ ('', i=1, 10) /)), & |
|---|
| 690 | ctrl_out((/ 1, 6, 10, 7, 10, 10, 11, 11, 11, 11/),'lat_oce', & |
|---|
| 691 | "Latent heat flux "//clnsurf(3),"W/m2", (/ ('', i=1, 10) /)), & |
|---|
| 692 | ctrl_out((/ 1, 6, 10, 7, 10, 10, 11, 11, 11, 11/),'lat_sic', & |
|---|
| 693 | "Latent heat flux "//clnsurf(4),"W/m2", (/ ('', i=1, 10) /)) /) |
|---|
| 694 | |
|---|
| 695 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_flw_srf = (/ & |
|---|
| 696 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'flw_ter', & |
|---|
| 697 | "LW "//clnsurf(1),"W/m2", (/ ('', i=1, 10) /)), & |
|---|
| 698 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'flw_lic', & |
|---|
| 699 | "LW "//clnsurf(2),"W/m2", (/ ('', i=1, 10) /)), & |
|---|
| 700 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'flw_oce', & |
|---|
| 701 | "LW "//clnsurf(3),"W/m2", (/ ('', i=1, 10) /)), & |
|---|
| 702 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'flw_sic', & |
|---|
| 703 | "LW "//clnsurf(4),"W/m2", (/ ('', i=1, 10) /)) /) |
|---|
| 704 | |
|---|
| 705 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_fsw_srf = (/ & |
|---|
| 706 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'fsw_ter', & |
|---|
| 707 | "SW "//clnsurf(1),"W/m2", (/ ('', i=1, 10) /)), & |
|---|
| 708 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'fsw_lic', & |
|---|
| 709 | "SW "//clnsurf(2),"W/m2", (/ ('', i=1, 10) /)), & |
|---|
| 710 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'fsw_oce', & |
|---|
| 711 | "SW "//clnsurf(3),"W/m2", (/ ('', i=1, 10) /)), & |
|---|
| 712 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'fsw_sic', & |
|---|
| 713 | "SW "//clnsurf(4),"W/m2", (/ ('', i=1, 10) /)) /) |
|---|
| 714 | |
|---|
| 715 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_wbils_srf = (/ & |
|---|
| 716 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wbils_ter', & |
|---|
| 717 | "Bilan sol "//clnsurf(1),"W/m2", (/ ('', i=1, 10) /)), & |
|---|
| 718 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wbils_lic', & |
|---|
| 719 | "Bilan sol "//clnsurf(2),"W/m2", (/ ('', i=1, 10) /)), & |
|---|
| 720 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wbils_oce', & |
|---|
| 721 | "Bilan sol "//clnsurf(3),"W/m2", (/ ('', i=1, 10) /)), & |
|---|
| 722 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wbils_sic', & |
|---|
| 723 | "Bilan sol "//clnsurf(4),"W/m2", (/ ('', i=1, 10) /)) /) |
|---|
| 724 | |
|---|
| 725 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_wbilo_srf = (/ & |
|---|
| 726 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wbilo_ter', & |
|---|
| 727 | "Bilan eau "//clnsurf(1),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
|---|
| 728 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wbilo_lic', & |
|---|
| 729 | "Bilan eau "//clnsurf(2),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
|---|
| 730 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wbilo_oce', & |
|---|
| 731 | "Bilan eau "//clnsurf(3),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
|---|
| 732 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wbilo_sic', & |
|---|
| 733 | "Bilan eau "//clnsurf(4),"kg/(m2*s)", (/ ('', i=1, 10) /)) /) |
|---|
| 734 | |
|---|
| 735 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_wevap_srf = (/ & |
|---|
| 736 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wevap_ter', & |
|---|
| 737 | "Evap eau "//clnsurf(1),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
|---|
| 738 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wevap_lic', & |
|---|
| 739 | "Evap eau "//clnsurf(2),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
|---|
| 740 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wevap_oce', & |
|---|
| 741 | "Evap eau "//clnsurf(3),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
|---|
| 742 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wevap_sic', & |
|---|
| 743 | "Evap eau "//clnsurf(4),"kg/(m2*s)", (/ ('', i=1, 10) /)) /) |
|---|
| 744 | |
|---|
| 745 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_wrain_srf = (/ & |
|---|
| 746 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wrain_ter', & |
|---|
| 747 | "Pluie eau "//clnsurf(1),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
|---|
| 748 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wrain_lic', & |
|---|
| 749 | "Pluie eau "//clnsurf(2),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
|---|
| 750 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wrain_oce', & |
|---|
| 751 | "Pluie eau "//clnsurf(3),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
|---|
| 752 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wrain_sic', & |
|---|
| 753 | "Pluie eau "//clnsurf(4),"kg/(m2*s)", (/ ('', i=1, 10) /)) /) |
|---|
| 754 | |
|---|
| 755 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_wsnow_srf = (/ & |
|---|
| 756 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wsnow_ter', & |
|---|
| 757 | "Neige eau "//clnsurf(1),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
|---|
| 758 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wsnow_lic', & |
|---|
| 759 | "Neige eau "//clnsurf(2),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
|---|
| 760 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wsnow_oce', & |
|---|
| 761 | "Neige eau "//clnsurf(3),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
|---|
| 762 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wsnow_sic', & |
|---|
| 763 | "Neige eau "//clnsurf(4),"kg/(m2*s)", (/ ('', i=1, 10) /)) /) |
|---|
| 764 | |
|---|
| 765 | TYPE(ctrl_out), SAVE :: o_cdrm = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 766 | 'cdrm', 'Momentum drag coef.', '-', (/ ('', i=1, 10) /)) |
|---|
| 767 | TYPE(ctrl_out), SAVE :: o_cdrh = ctrl_out((/ 1, 10, 10, 7, 10, 10, 11, 11, 11, 11/), & |
|---|
| 768 | 'cdrh', 'Heat drag coef.', '-', (/ ('', i=1, 10) /)) |
|---|
| 769 | TYPE(ctrl_out), SAVE :: o_cldl = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 770 | 'cldl', 'Low-level cloudiness', '-', (/ ('', i=1, 10) /)) |
|---|
| 771 | TYPE(ctrl_out), SAVE :: o_cldm = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 772 | 'cldm', 'Mid-level cloudiness', '-', (/ ('', i=1, 10) /)) |
|---|
| 773 | TYPE(ctrl_out), SAVE :: o_cldh = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 774 | 'cldh', 'High-level cloudiness', '-', (/ ('', i=1, 10) /)) |
|---|
| 775 | TYPE(ctrl_out), SAVE :: o_cldt = ctrl_out((/ 1, 1, 2, 10, 5, 10, 11, 11, 11, 11/), & |
|---|
| 776 | 'cldt', 'Total cloudiness', '-', (/ ('', i=1, 10) /)) |
|---|
| 777 | TYPE(ctrl_out), SAVE :: o_JrNt = ctrl_out((/ 1, 1, 10, 7, 10, 10, 11, 11, 11, 11/), & |
|---|
| 778 | 'JrNt', '1 if Day 0 if Night', '-', (/ ('', i=1, 10) /)) |
|---|
| 779 | TYPE(ctrl_out), SAVE :: o_cldhjn = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 780 | 'cldhjn', 'High-level cloudiness Day', '-', (/ ('', i=1, 10) /)) |
|---|
| 781 | TYPE(ctrl_out), SAVE :: o_cldmjn = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 782 | 'cldmjn', 'Mid-level cloudiness day', '-', (/ ('', i=1, 10) /)) |
|---|
| 783 | TYPE(ctrl_out), SAVE :: o_cldljn = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 784 | 'cldljn', 'Low-level cloudiness day', '-', (/ ('', i=1, 10) /)) |
|---|
| 785 | TYPE(ctrl_out), SAVE :: o_cldtjn = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 786 | 'cldtjn', 'Total cloudiness day', '-', (/ ('', i=1, 10) /)) |
|---|
| 787 | |
|---|
| 788 | TYPE(ctrl_out), SAVE :: o_cldq = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 789 | 'cldq', 'Cloud water path', 'kg/m2', (/ ('', i=1, 10) /)) |
|---|
| 790 | TYPE(ctrl_out), SAVE :: o_lwp = ctrl_out((/ 1, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 791 | 'lwp', 'Cloud liquid water path', 'kg/m2', (/ ('', i=1, 10) /)) |
|---|
| 792 | TYPE(ctrl_out), SAVE :: o_iwp = ctrl_out((/ 1, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 793 | 'iwp', 'Cloud ice water path', 'kg/m2', (/ ('', i=1, 10) /)) |
|---|
| 794 | TYPE(ctrl_out), SAVE :: o_ue = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 795 | 'ue', 'Zonal dry static energy transport', 'J/m/s', (/ ('', i=1, 10) /)) |
|---|
| 796 | TYPE(ctrl_out), SAVE :: o_ve = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 797 | 've', 'Merid dry static energy transport', 'J/m/s', (/ ('', i=1, 10) /)) |
|---|
| 798 | TYPE(ctrl_out), SAVE :: o_uq = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 799 | 'uq', 'Zonal humidity transport', 'kg/m/s', (/ ('', i=1, 10) /)) |
|---|
| 800 | TYPE(ctrl_out), SAVE :: o_vq = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 801 | 'vq', 'Merid humidity transport', 'kg/m/s', (/ ('', i=1, 10) /)) |
|---|
| 802 | TYPE(ctrl_out), SAVE :: o_uwat = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 803 | 'uwat', 'Zonal total water transport', 'kg/m/s', (/ ('', i=1, 10) /)) |
|---|
| 804 | TYPE(ctrl_out), SAVE :: o_vwat = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 805 | 'vwat', 'Merid total water transport', 'kg/m/s', (/ ('', i=1, 10) /)) |
|---|
| 806 | TYPE(ctrl_out), SAVE :: o_cape = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 807 | 'cape', 'Conv avlbl pot ener', 'J/kg', (/ ('', i=1, 10) /)) |
|---|
| 808 | TYPE(ctrl_out), SAVE :: o_pbase = ctrl_out((/ 1, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 809 | 'pbase', 'Cld base pressure', 'Pa', (/ ('', i=1, 10) /)) |
|---|
| 810 | TYPE(ctrl_out), SAVE :: o_ptop = ctrl_out((/ 1, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 811 | 'ptop', 'Cld top pressure', 'Pa', (/ ('', i=1, 10) /)) |
|---|
| 812 | TYPE(ctrl_out), SAVE :: o_fbase = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 813 | 'fbase', 'Cld base mass flux', 'kg/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 814 | TYPE(ctrl_out), SAVE :: o_plcl = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 815 | 'plcl', 'Lifting Condensation Level', 'hPa', (/ ('', i=1, 10) /)) |
|---|
| 816 | TYPE(ctrl_out), SAVE :: o_plfc = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 817 | 'plfc', 'Level of Free Convection', 'hPa', (/ ('', i=1, 10) /)) |
|---|
| 818 | TYPE(ctrl_out), SAVE :: o_wbeff = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 819 | 'wbeff', 'Conv. updraft velocity at LFC (<100)', 'm/s', (/ ('', i=1, 10) /)) |
|---|
| 820 | TYPE(ctrl_out), SAVE :: o_convoccur = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 821 | 'convoccur', 'Convective occurence', '', (/ ('', i=1, 10) /)) |
|---|
| 822 | TYPE(ctrl_out), SAVE :: o_prw = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 823 | 'prw', 'Precipitable water', 'kg/m2', (/ ('', i=1, 10) /)) |
|---|
| 824 | TYPE(ctrl_out), SAVE :: o_prlw = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 825 | 'prlw', 'Precipitable liquid water', 'kg/m2', (/ ('', i=1, 10) /)) |
|---|
| 826 | TYPE(ctrl_out), SAVE :: o_prsw = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 827 | 'prsw', 'Precipitable solid water', 'kg/m2', (/ ('', i=1, 10) /)) |
|---|
| 828 | TYPE(ctrl_out), SAVE :: o_prbsw = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 829 | 'prbsw', 'Precipitable blowing snow', 'kg/m2', (/ ('', i=1, 10) /)) |
|---|
| 830 | TYPE(ctrl_out), SAVE :: o_water_budget = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 831 | 'water_budget', 'Water budget', 'kg/m2', (/ ('', i=1, 10) /)) |
|---|
| 832 | TYPE(ctrl_out), SAVE :: o_s_pblh = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 833 | 's_pblh', 'Boundary Layer Height', 'm', (/ ('', i=1, 10) /)) |
|---|
| 834 | TYPE(ctrl_out), SAVE :: o_s_pblt = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 835 | 's_pblt', 't at Boundary Layer Height', 'K', (/ ('', i=1, 10) /)) |
|---|
| 836 | TYPE(ctrl_out), SAVE :: o_s_lcl = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 837 | 's_lcl', 'Condensation level', 'm', (/ ('', i=1, 10) /)) |
|---|
| 838 | TYPE(ctrl_out), SAVE :: o_s_therm = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 839 | 's_therm', 'Exces du thermique', 'K', (/ ('', i=1, 10) /)) |
|---|
| 840 | !IM : Les champs suivants (s_capCL, s_oliqCL, s_cteiCL, s_trmb1, s_trmb2, s_trmb3) ne sont pas definis dans HBTM.F |
|---|
| 841 | ! type(ctrl_out),save :: o_s_capCL = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'s_capCL', & |
|---|
| 842 | ! (/ ('', i=1, 10) /)) |
|---|
| 843 | ! type(ctrl_out),save :: o_s_oliqCL = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'s_oliqCL', & |
|---|
| 844 | ! (/ ('', i=1, 10) /)) |
|---|
| 845 | ! type(ctrl_out),save :: o_s_cteiCL = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'s_cteiCL', & |
|---|
| 846 | ! (/ ('', i=1, 10) /)) |
|---|
| 847 | ! type(ctrl_out),save :: o_s_trmb1 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'s_trmb1', & |
|---|
| 848 | ! (/ ('', i=1, 10) /)) |
|---|
| 849 | ! type(ctrl_out),save :: o_s_trmb2 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'s_trmb2', & |
|---|
| 850 | ! (/ ('', i=1, 10) /)) |
|---|
| 851 | ! type(ctrl_out),save :: o_s_trmb3 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'s_trmb3', & |
|---|
| 852 | !(/ ('', i=1, 10) /)) |
|---|
| 853 | TYPE(ctrl_out), SAVE :: o_slab_bils = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 854 | 'slab_bils', 'flux atmos - slab ponderes foce', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 855 | TYPE(ctrl_out), SAVE :: o_slab_bilg = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 856 | 'slab_bilg', 'flux glace - slab ponderes fsic', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 857 | TYPE(ctrl_out), SAVE :: o_slab_qflux = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 858 | 'slab_qflux', 'Correction flux slab', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 859 | TYPE(ctrl_out), SAVE :: o_tslab = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 860 | 'tslab', 'Temperature ocean slab', 'K', (/ ('', i=1, 10) /)) |
|---|
| 861 | TYPE(ctrl_out), SAVE :: o_tslab1 = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11 /), & |
|---|
| 862 | 'tslab1', 'Temperature ocean slab', 'K', (/ ('', i=1, 10) /)) |
|---|
| 863 | TYPE(ctrl_out), SAVE :: o_tslab2 = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11 /), & |
|---|
| 864 | 'tslab2', 'Temperature ocean slab', 'K', (/ ('', i=1, 10) /)) |
|---|
| 865 | TYPE(ctrl_out), SAVE :: o_slab_tice = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 866 | 'slab_tice', 'Temperature banquise slab', 'K', (/ ('', i=1, 10) /)) |
|---|
| 867 | TYPE(ctrl_out), SAVE :: o_slab_sic = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 868 | 'seaice', 'Epaisseur banquise slab', 'kg/m2', (/ ('', i=1, 10) /)) |
|---|
| 869 | TYPE(ctrl_out), SAVE :: o_slab_hdiff = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 870 | 'slab_hdiff', 'Horizontal diffusion', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 871 | TYPE(ctrl_out), SAVE :: o_slab_gm = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11 /), & |
|---|
| 872 | 'slab_gm', 'GM eddy advection', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 873 | TYPE(ctrl_out), SAVE :: o_slab_ekman = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 874 | 'slab_ekman', 'Ekman heat transport', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 875 | TYPE(ctrl_out), SAVE :: o_ale_bl = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 876 | 'ale_bl', 'ALE BL', 'm2/s2', (/ ('', i=1, 10) /)) |
|---|
| 877 | TYPE(ctrl_out), SAVE :: o_alp_bl = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 878 | 'alp_bl', 'ALP BL', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 879 | TYPE(ctrl_out), SAVE :: o_ale_wk = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 880 | 'ale_wk', 'ALE WK', 'm2/s2', (/ ('', i=1, 10) /)) |
|---|
| 881 | TYPE(ctrl_out), SAVE :: o_alp_wk = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 882 | 'alp_wk', 'ALP WK', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 883 | !!! |
|---|
| 884 | !nrlmd+jyg< |
|---|
| 885 | type(ctrl_out),save :: o_dtvdf_x = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 886 | 'dtvdf_x', ' dtvdf off_wake','K/s', (/ ('', i=1, 10) /)) |
|---|
| 887 | type(ctrl_out),save :: o_dtvdf_w = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 888 | 'dtvdf_w', ' dtvdf within_wake','K/s', (/ ('', i=1, 10) /)) |
|---|
| 889 | type(ctrl_out),save :: o_dqvdf_x = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 890 | 'dqvdf_x', ' dqvdf off_wake','kg/kg/s', (/ ('', i=1, 10) /)) |
|---|
| 891 | type(ctrl_out),save :: o_dqvdf_w = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 892 | 'dqvdf_w', ' dqvdf within_wake','kg/kg/s', (/ ('', i=1, 10) /)) |
|---|
| 893 | !! |
|---|
| 894 | type(ctrl_out),save :: o_sens_x = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 895 | 'sens_x', 'sens off_wake', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 896 | type(ctrl_out),save :: o_sens_w = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 897 | 'sens_w', 'sens within_wake', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 898 | type(ctrl_out),save :: o_flat_x = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 899 | 'flat_x', 'flat off_wake', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 900 | type(ctrl_out),save :: o_flat_w = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 901 | 'flat_w', 'flat within_wake', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 902 | !! |
|---|
| 903 | type(ctrl_out),save :: o_cdragh_x = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 904 | 'cdragh_x', 'cdragh off-wake', '', (/ ('', i=1, 10) /)) |
|---|
| 905 | type(ctrl_out),save :: o_cdragh_w = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 906 | 'cdragh_w', 'cdragh within-wake', '', (/ ('', i=1, 10) /)) |
|---|
| 907 | type(ctrl_out),save :: o_cdragm_x = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 908 | 'cdragm_x', 'cdragm off-wake', '', (/ ('', i=1, 10) /)) |
|---|
| 909 | type(ctrl_out),save :: o_cdragm_w = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 910 | 'cdragm_w', 'cdrgam within-wake', '', (/ ('', i=1, 10) /)) |
|---|
| 911 | type(ctrl_out),save :: o_kh = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 912 | 'kh', 'Kh', 'kg/s/m2', (/ ('', i=1, 10) /)) |
|---|
| 913 | type(ctrl_out),save :: o_kh_x = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 914 | 'kh_x', 'Kh off-wake', 'kg/s/m2', (/ ('', i=1, 10) /)) |
|---|
| 915 | type(ctrl_out),save :: o_kh_w = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 916 | 'kh_w', 'Kh within-wake', 'kg/s/m2', (/ ('', i=1, 10) /)) |
|---|
| 917 | !>nrlmd+jyg |
|---|
| 918 | !!! |
|---|
| 919 | TYPE(ctrl_out), SAVE :: o_ale = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 920 | 'ale', 'ALE', 'm2/s2', (/ ('', i=1, 10) /)) |
|---|
| 921 | TYPE(ctrl_out), SAVE :: o_alp = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 922 | 'alp', 'ALP', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 923 | TYPE(ctrl_out), SAVE :: o_cin = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 924 | 'cin', 'Convective INhibition', 'm2/s2', (/ ('', i=1, 10) /)) |
|---|
| 925 | TYPE(ctrl_out), SAVE :: o_wape = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 926 | 'wape', '', 'm2/s2', (/ ('', i=1, 10) /)) |
|---|
| 927 | |
|---|
| 928 | !!! nrlmd le 10/04/2012 |
|---|
| 929 | |
|---|
| 930 | !-------Spectre de thermiques de type 2 au LCL |
|---|
| 931 | TYPE(ctrl_out), SAVE :: o_n2 = ctrl_out((/ 1, 6, 6, 6, 10, 10, 11, 11, 11, 11/), & |
|---|
| 932 | 'n2', 'Nombre de panaches de type 2', ' ', (/ ('', i=1, 10) /)) |
|---|
| 933 | TYPE(ctrl_out), SAVE :: o_s2 = ctrl_out((/ 1, 6, 6, 6, 10, 10, 11, 11, 11, 11/), & |
|---|
| 934 | 's2', 'Surface moyenne des panaches de type 2', 'm2', (/ ('', i=1, 10) /)) |
|---|
| 935 | TYPE(ctrl_out), SAVE :: o_strig = ctrl_out((/ 1, 6, 6, 6, 10, 10, 11, 11, 11, 11/), & |
|---|
| 936 | 'strig', 'Surface moyenne pour atteindre niveau de congelation', 'm2', (/ ('', i=1, 10) /)) |
|---|
| 937 | TYPE(ctrl_out), SAVE :: o_zcong = ctrl_out((/ 1, 6, 6, 6, 10, 10, 11, 11, 11, 11/), & |
|---|
| 938 | 'zcong', 'niveau de congelation', 'm', (/ ('', i=1, 10) /)) |
|---|
| 939 | TYPE(ctrl_out), SAVE :: o_zlcl_th = ctrl_out((/ 1, 6, 6, 6, 10, 10, 11, 11, 11, 11/), & |
|---|
| 940 | 'zlcl_th', 'niveau de condensation', 'm', (/ ('', i=1, 10) /)) |
|---|
| 941 | !-------Déclenchement stochastique |
|---|
| 942 | TYPE(ctrl_out), SAVE :: o_proba_notrig = ctrl_out((/ 1, 6, 6, 6, 10, 10, 11, 11, 11, 11/), & |
|---|
| 943 | 'proba_notrig', 'Probabilite de non-declenchement', ' ', (/ ('', i=1, 10) /)) |
|---|
| 944 | TYPE(ctrl_out), SAVE :: o_random_notrig = ctrl_out((/ 1, 6, 6, 6, 10, 10, 11, 11, 11, 11/), & |
|---|
| 945 | 'random_notrig', 'Tirage aleatoire de non-declenchement', ' ', (/ ('', i=1, 10) /)) |
|---|
| 946 | TYPE(ctrl_out), SAVE :: o_ale_bl_stat = ctrl_out((/ 1, 6, 6, 6, 10, 10, 11, 11, 11, 11/), & |
|---|
| 947 | 'ale_bl_stat', 'ALE_BL_STAT', 'm2/s2', (/ ('', i=1, 10) /)) |
|---|
| 948 | TYPE(ctrl_out), SAVE :: o_ale_bl_trig = ctrl_out((/ 1, 6, 6, 6, 10, 10, 11, 11, 11, 11/), & |
|---|
| 949 | 'ale_bl_trig', 'ALE_BL_STAT + Condition S>Sthreshold', 'm2/s2', (/ ('', i=1, 10) /)) |
|---|
| 950 | |
|---|
| 951 | !-------Fermeture statistique |
|---|
| 952 | TYPE(ctrl_out), SAVE :: o_alp_bl_det = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 953 | 'alp_bl_det', 'ALP_BL_DET', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 954 | TYPE(ctrl_out), SAVE :: o_alp_bl_fluct_m = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 955 | 'alp_bl_fluct_m', 'ALP_BL_FLUCT_M', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 956 | TYPE(ctrl_out), SAVE :: o_alp_bl_fluct_tke = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 957 | 'alp_bl_fluct_tke', 'ALP_BL_FLUCT_TKE', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 958 | TYPE(ctrl_out), SAVE :: o_alp_bl_conv = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 959 | 'alp_bl_conv', 'ALP_BL_CONV', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 960 | TYPE(ctrl_out), SAVE :: o_alp_bl_stat = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 961 | 'alp_bl_stat', 'ALP_BL_STAT', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 962 | |
|---|
| 963 | !!! fin nrlmd le 10/04/2012 |
|---|
| 964 | |
|---|
| 965 | ! Champs interpolles sur des niveaux de pression ??? a faire correctement |
|---|
| 966 | |
|---|
| 967 | TYPE(ctrl_out), SAVE, DIMENSION(7) :: o_uSTDlevs = (/ & |
|---|
| 968 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'u850', "Zonal wind 850hPa", "m/s", & |
|---|
| 969 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 970 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'u700', "Zonal wind 700hPa", "m/s", & |
|---|
| 971 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 972 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'u500', "Zonal wind 500hPa", "m/s", & |
|---|
| 973 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 974 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'u200', "Zonal wind 200hPa", "m/s", & |
|---|
| 975 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 976 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'u100', "Zonal wind 100hPa", "m/s", & |
|---|
| 977 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 978 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'u50', "Zonal wind 50hPa", "m/s", & |
|---|
| 979 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 980 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'u10', "Zonal wind 10hPa", "m/s", & |
|---|
| 981 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)) /) |
|---|
| 982 | |
|---|
| 983 | TYPE(ctrl_out), SAVE, DIMENSION(7) :: o_vSTDlevs = (/ & |
|---|
| 984 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'v850', "Meridional wind 850hPa", "m/s", & |
|---|
| 985 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 986 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'v700', "Meridional wind 700hPa", "m/s", & |
|---|
| 987 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 988 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'v500', "Meridional wind 500hPa", "m/s", & |
|---|
| 989 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 990 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'v200', "Meridional wind 200hPa", "m/s", & |
|---|
| 991 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 992 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'v100', "Meridional wind 100hPa", "m/s", & |
|---|
| 993 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 994 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'v50', "Meridional wind 50hPa", "m/s", & |
|---|
| 995 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 996 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'v10', "Meridional wind 10hPa", "m/s", & |
|---|
| 997 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)) /) |
|---|
| 998 | |
|---|
| 999 | TYPE(ctrl_out), SAVE, DIMENSION(7) :: o_wSTDlevs = (/ & |
|---|
| 1000 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'w850', "Vertical wind 850hPa", "Pa/s", & |
|---|
| 1001 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 1002 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'w700', "Vertical wind 700hPa", "Pa/s", & |
|---|
| 1003 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 1004 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'w500', "Vertical wind 500hPa", "Pa/s", & |
|---|
| 1005 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 1006 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'w200', "Vertical wind 200hPa", "Pa/s", & |
|---|
| 1007 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 1008 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'w100', "Vertical wind 100hPa", "Pa/s", & |
|---|
| 1009 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 1010 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'w50', "Vertical wind 50hPa", "Pa/s", & |
|---|
| 1011 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 1012 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'w10', "Vertical wind 10hPa", "Pa/s", & |
|---|
| 1013 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)) /) |
|---|
| 1014 | |
|---|
| 1015 | TYPE(ctrl_out), SAVE, DIMENSION(7) :: o_tSTDlevs = (/ & |
|---|
| 1016 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'t850', "Temperature 850hPa", "K", & |
|---|
| 1017 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 1018 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'t700', "Temperature 700hPa", "K", & |
|---|
| 1019 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 1020 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'t500', "Temperature 500hPa", "K", & |
|---|
| 1021 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 1022 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'t200', "Temperature 200hPa", "K", & |
|---|
| 1023 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 1024 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'t100', "Temperature 100hPa", "K", & |
|---|
| 1025 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 1026 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'t50', "Temperature 50hPa", "K", & |
|---|
| 1027 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 1028 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'t10', "Temperature 10hPa", "K", & |
|---|
| 1029 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)) /) |
|---|
| 1030 | |
|---|
| 1031 | TYPE(ctrl_out), SAVE, DIMENSION(7) :: o_qSTDlevs = (/ & |
|---|
| 1032 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'q850', & |
|---|
| 1033 | "Specific humidity 850hPa", "kg/kg", & |
|---|
| 1034 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 1035 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'q700', & |
|---|
| 1036 | "Specific humidity 700hPa", "kg/kg", & |
|---|
| 1037 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 1038 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'q500', & |
|---|
| 1039 | "Specific humidity 500hPa", "kg/kg", & |
|---|
| 1040 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 1041 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'q200', & |
|---|
| 1042 | "Specific humidity 200hPa", "kg/kg", & |
|---|
| 1043 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 1044 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'q100', & |
|---|
| 1045 | "Specific humidity 100hPa", "kg/kg", & |
|---|
| 1046 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 1047 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'q50', & |
|---|
| 1048 | "Specific humidity 50hPa", "kg/kg", & |
|---|
| 1049 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 1050 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'q10', & |
|---|
| 1051 | "Specific humidity 10hPa", "kg/kg", & |
|---|
| 1052 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)) /) |
|---|
| 1053 | |
|---|
| 1054 | TYPE(ctrl_out), SAVE, DIMENSION(7) :: o_zSTDlevs = (/ & |
|---|
| 1055 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'z850', "Geopotential height 850hPa", & |
|---|
| 1056 | "m", (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 1057 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'z700', "Geopotential height 700hPa", & |
|---|
| 1058 | "m", (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 1059 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'z500', "Geopotential height 500hPa", & |
|---|
| 1060 | "m", (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 1061 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'z200', "Geopotential height 200hPa", & |
|---|
| 1062 | "m", (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 1063 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'z100', "Geopotential height 100hPa", & |
|---|
| 1064 | "m", (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 1065 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'z50', "Geopotential height 50hPa", & |
|---|
| 1066 | "m", (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
|---|
| 1067 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'z10', "Geopotential height 10hPa", & |
|---|
| 1068 | "m", (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)) /) |
|---|
| 1069 | |
|---|
| 1070 | TYPE(ctrl_out), SAVE :: o_t_oce_sic = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1071 | 't_oce_sic', 'Temp mixte oce-sic', 'K', (/ ('', i=1, 10) /)) |
|---|
| 1072 | TYPE(ctrl_out), SAVE :: o_weakinv = ctrl_out((/ 10, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1073 | 'weakinv', 'Weak inversion', '-', (/ ('', i=1, 10) /)) |
|---|
| 1074 | TYPE(ctrl_out), SAVE :: o_dthmin = ctrl_out((/ 10, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1075 | 'dthmin', 'dTheta mini', 'K/m', (/ ('', i=1, 10) /)) |
|---|
| 1076 | |
|---|
| 1077 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_u10_srf = (/ & |
|---|
| 1078 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'u10_ter', "", "", (/ ('', i=1, 10) /)), & |
|---|
| 1079 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'u10_lic', "", "", (/ ('', i=1, 10) /)), & |
|---|
| 1080 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'u10_oce', "", "", (/ ('', i=1, 10) /)), & |
|---|
| 1081 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'u10_sic', "", "", (/ ('', i=1, 10) /)) /) |
|---|
| 1082 | |
|---|
| 1083 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_v10_srf = (/ & |
|---|
| 1084 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'v10_ter', "", "", (/ ('', i=1, 10) /)), & |
|---|
| 1085 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'v10_lic', "", "", (/ ('', i=1, 10) /)), & |
|---|
| 1086 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'v10_oce', "", "", (/ ('', i=1, 10) /)), & |
|---|
| 1087 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'v10_sic', "", "", (/ ('', i=1, 10) /)) /) |
|---|
| 1088 | |
|---|
| 1089 | TYPE(ctrl_out), SAVE :: o_cldtau = ctrl_out((/ 10, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1090 | 'cldtau', 'Cloud optical thickness', '1', (/ ('', i=1, 10) /)) |
|---|
| 1091 | TYPE(ctrl_out), SAVE :: o_cldemi = ctrl_out((/ 10, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1092 | 'cldemi', 'Cloud optical emissivity', '1', (/ ('', i=1, 10) /)) |
|---|
| 1093 | TYPE(ctrl_out), SAVE :: o_rh2m = ctrl_out((/ 5, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1094 | 'rh2m', 'Relative humidity at 2m', '%', (/ ('', i=1, 10) /)) |
|---|
| 1095 | ! TYPE(ctrl_out), SAVE :: o_rh2m_min = ctrl_out((/ 10, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1096 | ! 'rh2m_min', 'Min Relative humidity at 2m', '%', & |
|---|
| 1097 | ! (/ 't_min(X)', 't_min(X)', 't_min(X)', 't_min(X)', 't_min(X)', & |
|---|
| 1098 | ! 't_min(X)', 't_min(X)', 't_min(X)', 't_min(X)', 't_min(X)' /)) |
|---|
| 1099 | ! TYPE(ctrl_out), SAVE :: o_rh2m_max = ctrl_out((/ 10, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1100 | ! 'rh2m_max', 'Max Relative humidity at 2m', '%', & |
|---|
| 1101 | ! (/ 't_max(X)', 't_max(X)', 't_max(X)', 't_max(X)', 't_max(X)', & |
|---|
| 1102 | ! 't_max(X)', 't_max(X)', 't_max(X)', 't_max(X)', 't_max(X)' /)) |
|---|
| 1103 | TYPE(ctrl_out), SAVE :: o_qsat2m = ctrl_out((/ 10, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1104 | 'qsat2m', 'Saturant humidity at 2m', '%', (/ ('', i=1, 10) /)) |
|---|
| 1105 | TYPE(ctrl_out), SAVE :: o_tpot = ctrl_out((/ 10, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1106 | 'tpot', 'Surface air potential temperature', 'K', (/ ('', i=1, 10) /)) |
|---|
| 1107 | TYPE(ctrl_out), SAVE :: o_tpote = ctrl_out((/ 10, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1108 | 'tpote', 'Surface air equivalent potential temperature', 'K', (/ ('', i=1, 10) /)) |
|---|
| 1109 | TYPE(ctrl_out), SAVE :: o_tke = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1110 | 'tke ', 'TKE', 'm2/s2', (/ ('', i=1, 10) /)) |
|---|
| 1111 | TYPE(ctrl_out), SAVE :: o_tke_shear = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1112 | 'tke_shear ', 'TKE shear term', 'm2/s3', (/ ('', i=1, 10) /)) |
|---|
| 1113 | TYPE(ctrl_out), SAVE :: o_tke_buoy = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1114 | 'tke_buoy ', 'TKE buoyancy term', 'm2/s3', (/ ('', i=1, 10) /)) |
|---|
| 1115 | TYPE(ctrl_out), SAVE :: o_tke_trans = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1116 | 'tke_trans ', 'TKE transport term', 'm2/s3', (/ ('', i=1, 10) /)) |
|---|
| 1117 | TYPE(ctrl_out), SAVE :: o_tke_dissip = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1118 | 'tke_dissip ', 'TKE dissipation term', 'm2/s3', (/ ('', i=1, 10) /)) |
|---|
| 1119 | |
|---|
| 1120 | TYPE(ctrl_out), SAVE :: o_tke_max = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1121 | 'tke_max', 'TKE max', 'm2/s2', & |
|---|
| 1122 | (/ 't_max(X)', 't_max(X)', 't_max(X)', 't_max(X)', 't_max(X)', & |
|---|
| 1123 | 't_max(X)', 't_max(X)', 't_max(X)', 't_max(X)', 't_max(X)' /)) |
|---|
| 1124 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_tke_srf = (/ & |
|---|
| 1125 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'tke_ter', & |
|---|
| 1126 | "Max Turb. Kinetic Energy "//clnsurf(1),"m2/s2", (/ ('', i=1, 10) /)), & |
|---|
| 1127 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'tke_lic', & |
|---|
| 1128 | "Max Turb. Kinetic Energy "//clnsurf(2),"m2/s2", (/ ('', i=1, 10) /)), & |
|---|
| 1129 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'tke_oce', & |
|---|
| 1130 | "Max Turb. Kinetic Energy "//clnsurf(3),"m2/s2", (/ ('', i=1, 10) /)), & |
|---|
| 1131 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'tke_sic', & |
|---|
| 1132 | "Max Turb. Kinetic Energy "//clnsurf(4),"m2/s2", (/ ('', i=1, 10) /)) /) |
|---|
| 1133 | !FC |
|---|
| 1134 | ! TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_treedrg_srf = (/ & |
|---|
| 1135 | ! ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'treedrg_ter', & |
|---|
| 1136 | ! "Drag from trees "//clnsurf(1),"-", (/ ('', i=1, 10) /)), & |
|---|
| 1137 | ! ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'treedrg_lic', & |
|---|
| 1138 | ! "Drag from trees "//clnsurf(2),"-", (/ ('', i=1, 10) /)), & |
|---|
| 1139 | ! ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'treedrg_oce', & |
|---|
| 1140 | ! "Drag from trees "//clnsurf(3),"-", (/ ('', i=1, 10) /)), & |
|---|
| 1141 | ! ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'treedrg_sic', & |
|---|
| 1142 | ! "Drag from trees "//clnsurf(4),"-", (/ ('', i=1, 10) /)) /) |
|---|
| 1143 | !FC |
|---|
| 1144 | |
|---|
| 1145 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_l_mixmin = (/ & |
|---|
| 1146 | ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'l_mixmin_ter', & |
|---|
| 1147 | "PBL mixing length "//clnsurf(1),"m", (/ ('', i=1, 10) /)), & |
|---|
| 1148 | ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'l_mixmin_lic', & |
|---|
| 1149 | "PBL mixing length "//clnsurf(2),"m", (/ ('', i=1, 10) /)), & |
|---|
| 1150 | ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'l_mixmin_oce', & |
|---|
| 1151 | "PBL mixing length "//clnsurf(3),"m", (/ ('', i=1, 10) /)), & |
|---|
| 1152 | ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'l_mixmin_sic', & |
|---|
| 1153 | "PBL mixing length "//clnsurf(4),"m", (/ ('', i=1, 10) /)) /) |
|---|
| 1154 | |
|---|
| 1155 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_l_mix = (/ & |
|---|
| 1156 | ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'l_mix_ter', & |
|---|
| 1157 | "min PBL mixing length "//clnsurf(1),"m", (/ ('', i=1, 10) /)), & |
|---|
| 1158 | ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'l_mix_lic', & |
|---|
| 1159 | "min PBL mixing length "//clnsurf(2),"m", (/ ('', i=1, 10) /)), & |
|---|
| 1160 | ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'l_mix_oce', & |
|---|
| 1161 | "min PBL mixing length "//clnsurf(3),"m", (/ ('', i=1, 10) /)), & |
|---|
| 1162 | ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'l_mix_sic', & |
|---|
| 1163 | "min PBL mixing length "//clnsurf(4),"m", (/ ('', i=1, 10) /)) /) |
|---|
| 1164 | |
|---|
| 1165 | |
|---|
| 1166 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_tke_max_srf = (/ & |
|---|
| 1167 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'tke_max_ter', & |
|---|
| 1168 | "Max Turb. Kinetic Energy "//clnsurf(1),"-", & |
|---|
| 1169 | (/ "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", & |
|---|
| 1170 | "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)" /)), & |
|---|
| 1171 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'tke_max_lic', & |
|---|
| 1172 | "Max Turb. Kinetic Energy "//clnsurf(2),"-", & |
|---|
| 1173 | (/ "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", & |
|---|
| 1174 | "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)" /)), & |
|---|
| 1175 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'tke_max_oce', & |
|---|
| 1176 | "Max Turb. Kinetic Energy "//clnsurf(3),"-", & |
|---|
| 1177 | (/ "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", & |
|---|
| 1178 | "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)" /)), & |
|---|
| 1179 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'tke_max_sic', & |
|---|
| 1180 | "Max Turb. Kinetic Energy "//clnsurf(4),"-", & |
|---|
| 1181 | (/ "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", & |
|---|
| 1182 | "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)" /)) /) |
|---|
| 1183 | |
|---|
| 1184 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_dltpbltke_srf = (/ & |
|---|
| 1185 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'dltpbltke_ter', & |
|---|
| 1186 | "TKE difference (w - x) "//clnsurf(1),"-", (/ ('', i=1, 10) /)), & |
|---|
| 1187 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'dltpbltke_lic', & |
|---|
| 1188 | "TKE difference (w - x) "//clnsurf(2),"-", (/ ('', i=1, 10) /)), & |
|---|
| 1189 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'dltpbltke_oce', & |
|---|
| 1190 | "TKE difference (w - x) "//clnsurf(3),"-", (/ ('', i=1, 10) /)), & |
|---|
| 1191 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'dltpbltke_sic', & |
|---|
| 1192 | "TKE difference (w - x) "//clnsurf(4),"-", (/ ('', i=1, 10) /)) /) |
|---|
| 1193 | |
|---|
| 1194 | TYPE(ctrl_out), SAVE :: o_delta_tsurf = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1195 | 'delta_tsurf ', 'T_surf difference (w - x)', 'K', (/ ('', i=1, 10) /)) |
|---|
| 1196 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_delta_tsurf_srf = (/ & |
|---|
| 1197 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'delta_tsurf_ter', & |
|---|
| 1198 | "T_surf difference (w - x) "//clnsurf(1),"-", (/ ('', i=1, 10) /)), & |
|---|
| 1199 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'delta_tsurf_lic', & |
|---|
| 1200 | "T_surf difference (w - x) "//clnsurf(2),"-", (/ ('', i=1, 10) /)), & |
|---|
| 1201 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'delta_tsurf_oce', & |
|---|
| 1202 | "T_surf difference (w - x) "//clnsurf(3),"-", (/ ('', i=1, 10) /)), & |
|---|
| 1203 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'delta_tsurf_sic', & |
|---|
| 1204 | "T_surf difference (w - x) "//clnsurf(4),"-", (/ ('', i=1, 10) /)) /) |
|---|
| 1205 | |
|---|
| 1206 | TYPE(ctrl_out), SAVE :: o_kz = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1207 | 'kz', 'Kz melange', 'm2/s', (/ ('', i=1, 10) /)) |
|---|
| 1208 | TYPE(ctrl_out), SAVE :: o_kz_max = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1209 | 'kz_max', 'Kz melange max', 'm2/s', & |
|---|
| 1210 | (/ 't_max(X)', 't_max(X)', 't_max(X)', 't_max(X)', 't_max(X)', & |
|---|
| 1211 | 't_max(X)', "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)" /)) |
|---|
| 1212 | TYPE(ctrl_out), SAVE :: o_SWnetOR = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1213 | 'SWnetOR', 'Sfce net SW radiation OR', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1214 | TYPE(ctrl_out), SAVE :: o_LWdownOR = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1215 | 'LWdownOR', 'Sfce incident LW radiation OR', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1216 | TYPE(ctrl_out), SAVE :: o_snowl = ctrl_out((/ 10, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1217 | 'snowl', 'Solid Large-scale Precip.', 'kg/(m2*s)', (/ ('', i=1, 10) /)) |
|---|
| 1218 | TYPE(ctrl_out), SAVE :: o_cape_max = ctrl_out((/ 10, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1219 | 'cape_max', 'CAPE max.', 'J/kg', & |
|---|
| 1220 | (/ "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", & |
|---|
| 1221 | "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)" /)) |
|---|
| 1222 | TYPE(ctrl_out), SAVE :: o_solldown = ctrl_out((/ 10, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1223 | 'solldown', 'Down. IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1224 | TYPE(ctrl_out), SAVE :: o_dtsvdfo = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1225 | 'dtsvdfo', 'Boundary-layer dTs(o)', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1226 | TYPE(ctrl_out), SAVE :: o_dtsvdft = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1227 | 'dtsvdft', 'Boundary-layer dTs(t)', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1228 | TYPE(ctrl_out), SAVE :: o_dtsvdfg = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1229 | 'dtsvdfg', 'Boundary-layer dTs(g)', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1230 | TYPE(ctrl_out), SAVE :: o_dtsvdfi = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1231 | 'dtsvdfi', 'Boundary-layer dTs(g)', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1232 | TYPE(ctrl_out), SAVE :: o_z0m = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1233 | 'z0m', 'roughness length, momentum', '-', (/ ('', i=1, 10) /)) |
|---|
| 1234 | TYPE(ctrl_out), SAVE :: o_z0h = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1235 | 'z0h', 'roughness length, enthalpy', '-', (/ ('', i=1, 10) /)) |
|---|
| 1236 | TYPE(ctrl_out), SAVE :: o_topswad = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1237 | 'topswad', 'ADE at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1238 | TYPE(ctrl_out), SAVE :: o_topswad0 = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1239 | 'topswad0', 'ADE clear-sky at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1240 | TYPE(ctrl_out), SAVE :: o_topswai = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1241 | 'topswai', 'AIE at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1242 | TYPE(ctrl_out), SAVE :: o_solswad = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1243 | 'solswad', 'ADE at SRF', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1244 | TYPE(ctrl_out), SAVE :: o_solswad0 = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1245 | 'solswad0', 'ADE clear-sky at SRF', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1246 | TYPE(ctrl_out), SAVE :: o_solswai = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1247 | 'solswai', 'AIE at SFR', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1248 | TYPE(ctrl_out), SAVE :: o_toplwad = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1249 | 'toplwad', 'LW-ADE at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1250 | TYPE(ctrl_out), SAVE :: o_toplwad0 = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1251 | 'toplwad0', 'LW-ADE clear-sky at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1252 | TYPE(ctrl_out), SAVE :: o_toplwai = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1253 | 'toplwai', 'LW-AIE at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1254 | TYPE(ctrl_out), SAVE :: o_sollwad = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1255 | 'sollwad', 'LW-ADE at SRF', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1256 | TYPE(ctrl_out), SAVE :: o_sollwad0 = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1257 | 'sollwad0', 'LW-ADE clear-sky at SRF', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1258 | TYPE(ctrl_out), SAVE :: o_sollwai = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1259 | 'sollwai', 'LW-AIE at SFR', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1260 | |
|---|
| 1261 | TYPE(ctrl_out),SAVE,DIMENSION(naero_tot) :: o_tausumaero = & |
|---|
| 1262 | (/ ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(1), & |
|---|
| 1263 | "Aerosol Optical depth at 550 nm "//name_aero_tau(1),"1", (/ ('', i=1, 10) /)), & |
|---|
| 1264 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(2), & |
|---|
| 1265 | "Aerosol Optical depth at 550 nm "//name_aero_tau(2),"2", (/ ('', i=1, 10) /)), & |
|---|
| 1266 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(3), & |
|---|
| 1267 | "Aerosol Optical depth at 550 nm "//name_aero_tau(3),"3", (/ ('', i=1, 10) /)), & |
|---|
| 1268 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(4), & |
|---|
| 1269 | "Aerosol Optical depth at 550 nm "//name_aero_tau(4),"4", (/ ('', i=1, 10) /)), & |
|---|
| 1270 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(5), & |
|---|
| 1271 | "Aerosol Optical depth at 550 nm "//name_aero_tau(5),"5", (/ ('', i=1, 10) /)), & |
|---|
| 1272 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(6), & |
|---|
| 1273 | "Aerosol Optical depth at 550 nm "//name_aero_tau(6),"6", (/ ('', i=1, 10) /)), & |
|---|
| 1274 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(7), & |
|---|
| 1275 | "Aerosol Optical depth at 550 nm "//name_aero_tau(7),"7", (/ ('', i=1, 10) /)), & |
|---|
| 1276 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(8), & |
|---|
| 1277 | "Aerosol Optical depth at 550 nm "//name_aero_tau(8),"8", (/ ('', i=1, 10) /)), & |
|---|
| 1278 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(9), & |
|---|
| 1279 | "Aerosol Optical depth at 550 nm "//name_aero_tau(9),"9", (/ ('', i=1, 10) /)), & |
|---|
| 1280 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(10), & |
|---|
| 1281 | "Aerosol Optical depth at 550 nm "//name_aero_tau(10),"10", (/ ('', i=1, 10) /)), & |
|---|
| 1282 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(11), & |
|---|
| 1283 | "Aerosol Optical depth at 550 nm "//name_aero_tau(11),"11", (/ ('', i=1, 10) /)), & |
|---|
| 1284 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(12), & |
|---|
| 1285 | "Aerosol Optical depth at 550 nm "//name_aero_tau(12),"12", (/ ('', i=1, 10) /)), & |
|---|
| 1286 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(13), & |
|---|
| 1287 | "Aerosol Optical depth at 550 nm "//name_aero_tau(13),"13", (/ ('', i=1, 10) /)), & |
|---|
| 1288 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(14), & |
|---|
| 1289 | "Aerosol Optical depth at 550 nm "//name_aero_tau(14),"14", (/ ('', i=1, 10) /)) /) |
|---|
| 1290 | |
|---|
| 1291 | TYPE(ctrl_out),SAVE,DIMENSION(naero_tot-1) :: o_drytausumaero = & |
|---|
| 1292 | (/ ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(1), & |
|---|
| 1293 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(1),"1", (/ ('', i=1, 10) /)), & |
|---|
| 1294 | ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(2), & |
|---|
| 1295 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(2),"2", (/ ('', i=1, 10) /)), & |
|---|
| 1296 | ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(3), & |
|---|
| 1297 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(3),"3", (/ ('', i=1, 10) /)), & |
|---|
| 1298 | ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(4), & |
|---|
| 1299 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(4),"4", (/ ('', i=1, 10) /)), & |
|---|
| 1300 | ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(5), & |
|---|
| 1301 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(5),"5", (/ ('', i=1, 10) /)), & |
|---|
| 1302 | ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(6), & |
|---|
| 1303 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(6),"6", (/ ('', i=1, 10) /)), & |
|---|
| 1304 | ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(7), & |
|---|
| 1305 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(7),"7", (/ ('', i=1, 10) /)), & |
|---|
| 1306 | ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(8), & |
|---|
| 1307 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(8),"8", (/ ('', i=1, 10) /)), & |
|---|
| 1308 | ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(9), & |
|---|
| 1309 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(9),"9", (/ ('', i=1, 10) /)), & |
|---|
| 1310 | ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(10), & |
|---|
| 1311 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(10),"10", (/ ('', i=1, 10) /)), & |
|---|
| 1312 | ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(11), & |
|---|
| 1313 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(11),"11", (/ ('', i=1, 10) /)), & |
|---|
| 1314 | ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(12), & |
|---|
| 1315 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(12),"12", (/ ('', i=1, 10) /)), & |
|---|
| 1316 | ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(13), & |
|---|
| 1317 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(13),"13", (/ ('', i=1, 10) /)) /) |
|---|
| 1318 | |
|---|
| 1319 | TYPE(ctrl_out), SAVE :: o_tausumaero_lw = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1320 | 'od_10um_STRAT', 'Stratospheric Aerosol Optical depth at 10 um ', '1', (/ ('', i=1, 10) /)) |
|---|
| 1321 | |
|---|
| 1322 | TYPE(ctrl_out), SAVE :: o_od443aer = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1323 | 'od443aer', 'Total aerosol optical depth at 440nm', '-', (/ ('', i=1, 10) /)) |
|---|
| 1324 | TYPE(ctrl_out), SAVE :: o_od550aer = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1325 | 'od550aer', 'Total aerosol optical depth at 550nm', '-', (/ ('', i=1, 10) /)) |
|---|
| 1326 | TYPE(ctrl_out), SAVE :: o_dryod550aer = ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1327 | 'dryod550aer', 'Total dry aerosol optical depth at 550nm', '-', (/ ('', i=1, 10) /)) |
|---|
| 1328 | TYPE(ctrl_out), SAVE :: o_od865aer = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1329 | 'od865aer', 'Total aerosol optical depth at 870nm', '-', (/ ('', i=1, 10) /)) |
|---|
| 1330 | TYPE(ctrl_out), SAVE :: o_abs550aer = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1331 | 'abs550aer', 'Absorption aerosol optical depth at 550nm', '-', (/ ('', i=1, 10) /)) |
|---|
| 1332 | TYPE(ctrl_out), SAVE :: o_od550lt1aer = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1333 | 'od550lt1aer', 'Fine mode optical depth', '-', (/ ('', i=1, 10) /)) |
|---|
| 1334 | TYPE(ctrl_out), SAVE :: o_sconcso4 = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1335 | 'sconcso4', 'Surface Concentration of Sulfate ', 'kg/m3', (/ ('', i=1, 10) /)) |
|---|
| 1336 | TYPE(ctrl_out), SAVE :: o_sconcno3 = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1337 | 'sconcno3', 'Surface Concentration of Nitrate ', 'kg/m3', (/ ('', i=1, 10) /)) |
|---|
| 1338 | TYPE(ctrl_out), SAVE :: o_sconcoa = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1339 | 'sconcoa', 'Surface Concentration of Organic Aerosol ', 'kg/m3', (/ ('', i=1, 10) /)) |
|---|
| 1340 | TYPE(ctrl_out), SAVE :: o_sconcbc = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1341 | 'sconcbc', 'Surface Concentration of Black Carbon ', 'kg/m3', (/ ('', i=1, 10) /)) |
|---|
| 1342 | TYPE(ctrl_out), SAVE :: o_sconcss = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1343 | 'sconcss', 'Surface Concentration of Sea Salt ', 'kg/m3', (/ ('', i=1, 10) /)) |
|---|
| 1344 | TYPE(ctrl_out), SAVE :: o_sconcdust = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1345 | 'sconcdust', 'Surface Concentration of Dust ', 'kg/m3', (/ ('', i=1, 10) /)) |
|---|
| 1346 | TYPE(ctrl_out), SAVE :: o_concso4 = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1347 | 'concso4', 'Concentration of Sulfate ', 'kg/m3', (/ ('', i=1, 10) /)) |
|---|
| 1348 | TYPE(ctrl_out), SAVE :: o_concno3 = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1349 | 'concno3', 'Concentration of Nitrate ', 'kg/m3', (/ ('', i=1, 10) /)) |
|---|
| 1350 | TYPE(ctrl_out), SAVE :: o_concoa = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1351 | 'concoa', 'Concentration of Organic Aerosol ', 'kg/m3', (/ ('', i=1, 10) /)) |
|---|
| 1352 | TYPE(ctrl_out), SAVE :: o_concbc = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1353 | 'concbc', 'Concentration of Black Carbon ', 'kg/m3', (/ ('', i=1, 10) /)) |
|---|
| 1354 | TYPE(ctrl_out), SAVE :: o_concss = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1355 | 'concss', 'Concentration of Sea Salt ', 'kg/m3', (/ ('', i=1, 10) /)) |
|---|
| 1356 | TYPE(ctrl_out), SAVE :: o_concdust = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1357 | 'concdust', 'Concentration of Dust ', 'kg/m3', (/ ('', i=1, 10) /)) |
|---|
| 1358 | TYPE(ctrl_out), SAVE :: o_loadso4 = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1359 | 'loadso4', 'Column Load of Sulfate ', 'kg/m2', (/ ('', i=1, 10) /)) |
|---|
| 1360 | TYPE(ctrl_out), SAVE :: o_loadoa = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1361 | 'loadoa', 'Column Load of Organic Aerosol ', 'kg/m2', (/ ('', i=1, 10) /)) |
|---|
| 1362 | TYPE(ctrl_out), SAVE :: o_loadbc = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1363 | 'loadbc', 'Column Load of Black Carbon ', 'kg/m2', (/ ('', i=1, 10) /)) |
|---|
| 1364 | TYPE(ctrl_out), SAVE :: o_loadss = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1365 | 'loadss', 'Column Load of Sea Salt ', 'kg/m2', (/ ('', i=1, 10) /)) |
|---|
| 1366 | TYPE(ctrl_out), SAVE :: o_loaddust = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1367 | 'loaddust', 'Column Load of Dust ', 'kg/m2', (/ ('', i=1, 10) /)) |
|---|
| 1368 | TYPE(ctrl_out), SAVE :: o_loadno3 = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1369 | 'loadno3', 'Column Load of Nitrate ', 'kg/m2', (/ ('', i=1, 10) /)) |
|---|
| 1370 | TYPE(ctrl_out), SAVE :: o_swtoaas_nat = ctrl_out((/ 11, 11, 1, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1371 | 'swtoaas_nat', 'Natural aerosol radiative forcing all-sky at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1372 | TYPE(ctrl_out), SAVE :: o_swsrfas_nat = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1373 | 'swsrfas_nat', 'Natural aerosol radiative forcing all-sky at SRF', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1374 | TYPE(ctrl_out), SAVE :: o_swtoacs_nat = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1375 | 'swtoacs_nat', 'Natural aerosol radiative forcing clear-sky at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1376 | TYPE(ctrl_out), SAVE :: o_swsrfcs_nat = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1377 | 'swsrfcs_nat', 'Natural aerosol radiative forcing clear-sky at SRF', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1378 | TYPE(ctrl_out), SAVE :: o_swtoaas_ant = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1379 | 'swtoaas_ant', 'Anthropogenic aerosol radiative forcing all-sky at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1380 | TYPE(ctrl_out), SAVE :: o_swsrfas_ant = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1381 | 'swsrfas_ant', 'Anthropogenic aerosol radiative forcing all-sky at SRF', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1382 | TYPE(ctrl_out), SAVE :: o_swtoacs_ant = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1383 | 'swtoacs_ant', 'Anthropogenic aerosol radiative forcing clear-sky at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1384 | TYPE(ctrl_out), SAVE :: o_swsrfcs_ant = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1385 | 'swsrfcs_ant', 'Anthropogenic aerosol radiative forcing clear-sky at SRF', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1386 | TYPE(ctrl_out), SAVE :: o_swtoacf_nat = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1387 | 'swtoacf_nat', 'Natural aerosol impact on cloud radiative forcing at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1388 | TYPE(ctrl_out), SAVE :: o_swsrfcf_nat = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1389 | 'swsrfcf_nat', 'Natural aerosol impact on cloud radiative forcing at SRF', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1390 | TYPE(ctrl_out), SAVE :: o_swtoacf_ant = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1391 | 'swtoacf_ant', 'Anthropogenic aerosol impact on cloud radiative forcing at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1392 | TYPE(ctrl_out), SAVE :: o_swsrfcf_ant = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1393 | 'swsrfcf_ant', 'Anthropogenic aerosol impact on cloud radiative forcing at SRF', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1394 | TYPE(ctrl_out), SAVE :: o_swtoacf_zero = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1395 | 'swtoacf_zero', 'Cloud radiative forcing (allsky-clearsky fluxes) at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1396 | TYPE(ctrl_out), SAVE :: o_swsrfcf_zero = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1397 | 'swsrfcf_zero', 'Cloud radiative forcing (allsky-clearsky fluxes) at SRF', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1398 | TYPE(ctrl_out), SAVE :: o_cldncl = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1399 | 'cldncl', 'CDNC at top of liquid water cloud', 'm-3', (/ ('', i=1, 10) /)) |
|---|
| 1400 | TYPE(ctrl_out), SAVE :: o_reffclwtop = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1401 | 'reffclwtop', 'Droplet effective radius at top of liquid water cloud', 'm', (/ ('', i=1, 10) /)) |
|---|
| 1402 | TYPE(ctrl_out), SAVE :: o_cldnvi = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1403 | 'cldnvi', 'Column Integrated Cloud Droplet Number', 'm-2', (/ ('', i=1, 10) /)) |
|---|
| 1404 | TYPE(ctrl_out), SAVE :: o_lcc = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1405 | 'lcc', 'Cloud liquid fraction at top of cloud', '1', (/ ('', i=1, 10) /)) |
|---|
| 1406 | |
|---|
| 1407 | !--tropopause pressure |
|---|
| 1408 | TYPE(ctrl_out), SAVE :: o_p_tropopause = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1409 | 'p_tropopause', 'Tropopause pressure', 'Pa', (/ ('', i=1, 10) /)) |
|---|
| 1410 | !--tropopause height |
|---|
| 1411 | TYPE(ctrl_out), SAVE :: o_z_tropopause = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1412 | 'z_tropopause', 'Tropopause height', 'm', (/ ('', i=1, 10) /)) |
|---|
| 1413 | !--tropopause temperature |
|---|
| 1414 | TYPE(ctrl_out), SAVE :: o_t_tropopause = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1415 | 't_tropopause', 'Tropopause temperature', 'K', (/ ('', i=1, 10) /)) |
|---|
| 1416 | !--Added ThL |
|---|
| 1417 | TYPE(ctrl_out), SAVE :: o_col_O3_strato = ctrl_out((/2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1418 | 'colO3_strat','Ozone stratospheric column', 'DU', (/('', i=1, 10) /)) |
|---|
| 1419 | TYPE(ctrl_out), SAVE :: o_col_O3_tropo = ctrl_out((/2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1420 | 'colO3_trop','Ozone tropospheric column', 'DU', (/('', i=1, 10) /)) |
|---|
| 1421 | !--end add ThL |
|---|
| 1422 | |
|---|
| 1423 | !---CO2 fluxes for interactive CO2 configuration |
|---|
| 1424 | TYPE(ctrl_out), SAVE :: o_flx_co2_ff = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1425 | 'flx_co2_ff', 'CO2 flux from fossil fuel and cement', '1', (/ ('', i=1, 10) /)) |
|---|
| 1426 | TYPE(ctrl_out), SAVE :: o_flx_co2_bb = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1427 | 'flx_co2_bb', 'CO2 flux from biomass burning', '1', (/ ('', i=1, 10) /)) |
|---|
| 1428 | TYPE(ctrl_out), SAVE :: o_flx_co2_ocean = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1429 | 'flx_co2_ocean', 'CO2 flux from the ocean', '1', (/ ('', i=1, 10) /)) |
|---|
| 1430 | TYPE(ctrl_out), SAVE :: o_flx_co2_land = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1431 | 'flx_co2_land', 'CO2 flux from the land', '1', (/ ('', i=1, 10) /)) |
|---|
| 1432 | TYPE(ctrl_out), SAVE :: o_flx_co2_ocean_cor = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1433 | 'flx_co2_ocean_cor', 'correction of the CO2 flux from the ocean', 'kg CO2 m-2 s-1', (/ ('', i=1, 10) /)) |
|---|
| 1434 | TYPE(ctrl_out), SAVE :: o_flx_co2_land_cor = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1435 | 'flx_co2_land_cor', 'correction of the CO2 flux from the land', 'kg CO2 m-2 s-1', (/ ('', i=1, 10) /)) |
|---|
| 1436 | |
|---|
| 1437 | !--extinction coefficient |
|---|
| 1438 | TYPE(ctrl_out), SAVE :: o_ext_strat_550 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1439 | 'ext_strat_550', 'Strat. aerosol extinction coefficient at 550 nm', '1/m', (/ ('', i=1, 10) /)) |
|---|
| 1440 | TYPE(ctrl_out), SAVE :: o_ext_strat_1020 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1441 | 'ext_strat_1020', 'Strat. aerosol extinction coefficient at 1020 nm', '1/m', (/ ('', i=1, 10) /)) |
|---|
| 1442 | !--strat aerosol optical depth |
|---|
| 1443 | TYPE(ctrl_out), SAVE :: o_tau_strat_550 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1444 | 'OD550_strat_only', 'Stratospheric Aerosol Optical depth at 550 nm ', '1', (/ ('', i=1, 10) /)) |
|---|
| 1445 | TYPE(ctrl_out), SAVE :: o_tau_strat_1020 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1446 | 'OD1020_strat_only', 'Stratospheric Aerosol Optical depth at 1020 nm ', '1', (/ ('', i=1, 10) /)) |
|---|
| 1447 | TYPE(ctrl_out), SAVE :: o_SAD_sulfate = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1448 | 'SAD_sulfate', 'SAD WET sulfate aerosols', 'cm2/cm3', (/ ('', i=1, 10) /)) |
|---|
| 1449 | TYPE(ctrl_out), SAVE :: o_reff_sulfate = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1450 | 'reff_sulfate', 'Effective radius of WET sulfate aerosols', 'cm', (/ ('', i=1, 10) /)) |
|---|
| 1451 | TYPE(ctrl_out), SAVE :: o_sulfmmr = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1452 | 'sulfMMR', 'Sulfate aerosol concentration (dry mass mixing ratio)', 'kg(H2SO4)/kg(air)', (/ ('', i=1, 10) /)) |
|---|
| 1453 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_nd_mode(:) |
|---|
| 1454 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_sulfmmr_mode(:) |
|---|
| 1455 | !--chemistry |
|---|
| 1456 | TYPE(ctrl_out), SAVE :: o_R2SO4 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1457 | 'R2SO4', 'H2SO4 mass fraction in aerosol', '%', (/ ('', i=1, 10) /)) |
|---|
| 1458 | TYPE(ctrl_out), SAVE :: o_OCS_lifetime = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1459 | 'OCS_lifetime', 'OCS lifetime', 's', (/ ('', i=1, 10) /)) |
|---|
| 1460 | TYPE(ctrl_out), SAVE :: o_SO2_lifetime = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1461 | 'SO2_lifetime', 'SO2 lifetime', 's', (/ ('', i=1, 10) /)) |
|---|
| 1462 | TYPE(ctrl_out), SAVE :: o_f_r_wet = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1463 | 'f_r_wet', 'Conversion factor dry to wet aerosol radius', '-', (/ ('', i=1, 10) /)) |
|---|
| 1464 | !--budget 3D |
|---|
| 1465 | TYPE(ctrl_out), SAVE :: o_budg_3D_nucl = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1466 | 'budg_3D_nucl', 'H2SO4 nucleation mass flux', 'kg(S)/m2/layer/s', (/ ('', i=1, 10) /)) |
|---|
| 1467 | TYPE(ctrl_out), SAVE :: o_budg_3D_cond_evap = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1468 | 'budg_3D_cond_evap', 'H2SO4 condensation/evaporation mass flux', 'kg(S)/m2/layer/s', (/ ('', i=1, 10) /)) |
|---|
| 1469 | TYPE(ctrl_out), SAVE :: o_budg_3D_ocs_to_so2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1470 | 'budg_3D_ocs_to_so2', 'OCS mass flux converted to SO2', 'kg(S)/m2/layer/s', (/ ('', i=1, 10) /)) |
|---|
| 1471 | TYPE(ctrl_out), SAVE :: o_budg_3D_so2_to_h2so4 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1472 | 'budg_3D_so2_to_h2so4', 'SO2 mass flux converted to H2SO4', 'kg(S)/m2/layer/s', (/ ('', i=1, 10) /)) |
|---|
| 1473 | TYPE(ctrl_out), SAVE :: o_budg_3D_backgr_ocs = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1474 | 'budg_3D_backgr_ocs', 'OCS background tendency', 'kg(S)/m2/layer/s', (/ ('', i=1, 10) /)) |
|---|
| 1475 | TYPE(ctrl_out), SAVE :: o_budg_3D_backgr_so2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1476 | 'budg_3D_backgr_so2', 'SO2 background tendency', 'kg(S)/m2/layer/s', (/ ('', i=1, 10) /)) |
|---|
| 1477 | TYPE(ctrl_out), SAVE :: o_vsed_aer = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1478 | 'vsed_aer', 'Strat. aerosol sedimentation velocity (mass-weighted)', 'm/s', (/ ('', i=1, 10) /)) |
|---|
| 1479 | !--budget 2D |
|---|
| 1480 | TYPE(ctrl_out), SAVE :: o_budg_dep_dry_ocs = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1481 | 'budg_dep_dry_ocs', 'OCS dry deposition flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 1482 | TYPE(ctrl_out), SAVE :: o_budg_dep_wet_ocs = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1483 | 'budg_dep_wet_ocs', 'OCS wet deposition flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 1484 | TYPE(ctrl_out), SAVE :: o_budg_dep_dry_so2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1485 | 'budg_dep_dry_so2', 'SO2 dry deposition flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 1486 | TYPE(ctrl_out), SAVE :: o_budg_dep_wet_so2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1487 | 'budg_dep_wet_so2', 'SO2 wet deposition flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 1488 | TYPE(ctrl_out), SAVE :: o_budg_dep_dry_h2so4 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1489 | 'budg_dep_dry_h2so4', 'H2SO4 dry deposition flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 1490 | TYPE(ctrl_out), SAVE :: o_budg_dep_wet_h2so4 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1491 | 'budg_dep_wet_h2so4', 'H2SO4 wet deposition flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 1492 | TYPE(ctrl_out), SAVE :: o_budg_dep_dry_part = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1493 | 'budg_dep_dry_part', 'particle dry deposition flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 1494 | TYPE(ctrl_out), SAVE :: o_budg_dep_wet_part = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1495 | 'budg_dep_wet_part', 'particle wet deposition flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 1496 | TYPE(ctrl_out), SAVE :: o_budg_emi_ocs = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1497 | 'budg_emi_ocs', 'OCS emission flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 1498 | TYPE(ctrl_out), SAVE :: o_budg_emi_so2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1499 | 'budg_emi_so2', 'SO2 emission flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 1500 | TYPE(ctrl_out), SAVE :: o_budg_emi_h2so4 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1501 | 'budg_emi_h2so4', 'H2SO4 emission flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 1502 | TYPE(ctrl_out), SAVE :: o_budg_emi_part = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1503 | 'budg_emi_part', 'Particle emission flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 1504 | TYPE(ctrl_out), SAVE :: o_budg_ocs_to_so2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1505 | 'budg_ocs_to_so2', 'OCS to SO2 flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 1506 | TYPE(ctrl_out), SAVE :: o_budg_so2_to_h2so4 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1507 | 'budg_so2_to_h2so4', 'SO2 to H2SO4 flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 1508 | TYPE(ctrl_out), SAVE :: o_budg_h2so4_to_part = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1509 | 'budg_h2so4_to_part', 'H2SO4 to part flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 1510 | TYPE(ctrl_out), SAVE :: o_budg_sed_part = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1511 | 'budg_sed_part', 'Ground sedimentation flux of strat. particles', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 1512 | !--surface PM25 due to strat aerosol |
|---|
| 1513 | TYPE(ctrl_out), SAVE :: o_surf_PM25_sulf = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
|---|
| 1514 | 'surf_PM25_sulf', 'Sulfate PM2.5 concentration at the surface', 'ug/m3', (/ ('', i=1, 10) /)) |
|---|
| 1515 | |
|---|
| 1516 | !!!!!!!!!!!!!!!!!!!!!! 3D !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
|---|
| 1517 | TYPE(ctrl_out), SAVE :: o_ec550aer = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1518 | 'ec550aer', 'Extinction at 550nm', 'm^-1', (/ ('', i=1, 10) /)) |
|---|
| 1519 | TYPE(ctrl_out), SAVE :: o_lwcon = ctrl_out((/ 2, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1520 | 'lwcon', 'Cloud liquid water content seen by radiation', 'kg/kg', (/ ('', i=1, 10) /)) |
|---|
| 1521 | TYPE(ctrl_out), SAVE :: o_iwcon = ctrl_out((/ 2, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1522 | 'iwcon', 'Cloud ice water content seen by radiation', 'kg/kg', (/ ('', i=1, 10) /)) |
|---|
| 1523 | TYPE(ctrl_out), SAVE :: o_temp = ctrl_out((/ 2, 3, 4, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1524 | 'temp', 'Air temperature', 'K', (/ ('', i=1, 10) /)) |
|---|
| 1525 | TYPE(ctrl_out), SAVE :: o_heat_volc = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1526 | 'heat_volc', 'SW heating rate due to volcano', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1527 | TYPE(ctrl_out), SAVE :: o_cool_volc = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1528 | 'cool_volc', 'LW cooling rate due to volcano', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1529 | TYPE(ctrl_out), SAVE :: o_theta = ctrl_out((/ 2, 3, 4, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1530 | 'theta', 'Potential air temperature', 'K', (/ ('', i=1, 10) /)) |
|---|
| 1531 | TYPE(ctrl_out), SAVE :: o_ovap = ctrl_out((/ 2, 3, 4, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1532 | 'ovap', 'Specific humidity', 'kg/kg', (/ ('', i=1, 10) /)) |
|---|
| 1533 | TYPE(ctrl_out), SAVE :: o_ovapinit = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1534 | 'ovapinit', 'Specific humidity (begin of timestep)', 'kg/kg', (/ ('', i=1, 10) /)) |
|---|
| 1535 | TYPE(ctrl_out), SAVE :: o_oliq = ctrl_out((/ 2, 3, 4, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1536 | 'oliq', 'Liquid water', 'kg/kg', (/ ('', i=1, 10) /)) |
|---|
| 1537 | TYPE(ctrl_out), SAVE :: o_ocond = ctrl_out((/ 2, 3, 4, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1538 | 'ocond', 'Condensed water', 'kg/kg', (/ ('', i=1, 10) /)) |
|---|
| 1539 | TYPE(ctrl_out), SAVE :: o_qbs = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1540 | 'qbs', 'Specific content of blowing snow', 'kg/kg', (/ ('', i=1, 10) /)) |
|---|
| 1541 | TYPE(ctrl_out), SAVE :: o_wvapp = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1542 | 'wvapp', '', '', (/ ('', i=1, 10) /)) |
|---|
| 1543 | TYPE(ctrl_out), SAVE :: o_geop = ctrl_out((/ 2, 3, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1544 | 'geop', 'Geopotential height', 'm2/s2', (/ ('', i=1, 10) /)) |
|---|
| 1545 | TYPE(ctrl_out), SAVE :: o_vitu = ctrl_out((/ 2, 3, 4, 6, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1546 | 'vitu', 'Zonal wind', 'm/s', (/ ('', i=1, 10) /)) |
|---|
| 1547 | TYPE(ctrl_out), SAVE :: o_vitv = ctrl_out((/ 2, 3, 4, 6, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1548 | 'vitv', 'Meridional wind', 'm/s', (/ ('', i=1, 10) /)) |
|---|
| 1549 | TYPE(ctrl_out), SAVE :: o_vitw = ctrl_out((/ 2, 3, 10, 6, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1550 | 'vitw', 'Vertical wind', 'Pa/s', (/ ('', i=1, 10) /)) |
|---|
| 1551 | TYPE(ctrl_out), SAVE :: o_pres = ctrl_out((/ 2, 3, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1552 | 'pres', 'Air pressure', 'Pa', (/ ('', i=1, 10) /)) |
|---|
| 1553 | TYPE(ctrl_out), SAVE :: o_paprs = ctrl_out((/ 2, 3, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1554 | 'paprs', 'Air pressure Inter-Couches', 'Pa', (/ ('', i=1, 10) /)) |
|---|
| 1555 | TYPE(ctrl_out), SAVE :: o_mass = ctrl_out((/ 2, 3, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1556 | 'mass', 'Masse Couches', 'kg/m2', (/ ('', i=1, 10) /)) |
|---|
| 1557 | TYPE(ctrl_out), SAVE :: o_zfull = ctrl_out((/ 2, 3, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1558 | 'zfull', 'Altitude of full pressure levels', 'm', (/ ('', i=1, 10) /)) |
|---|
| 1559 | TYPE(ctrl_out), SAVE :: o_zhalf = ctrl_out((/ 2, 3, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1560 | 'zhalf', 'Altitude of half pressure levels', 'm', (/ ('', i=1, 10) /)) |
|---|
| 1561 | TYPE(ctrl_out), SAVE :: o_rneb = ctrl_out((/ 2, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1562 | 'rneb', 'Cloud fraction', '-', (/ ('', i=1, 10) /)) |
|---|
| 1563 | TYPE(ctrl_out), SAVE :: o_cldfraliq = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1564 | 'cldfraliq', 'Liquid fraction of the cloud', '-', (/ ('', i=1, 10) /)) |
|---|
| 1565 | TYPE(ctrl_out), SAVE :: o_sigma2_icefracturb = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1566 | 'sigma2_icefracturb', 'Variance of the diagnostic supersaturation distribution (icefrac_turb) [-]', '-', (/ ('', i=1, 10) /)) |
|---|
| 1567 | TYPE(ctrl_out), SAVE :: o_mean_icefracturb = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1568 | 'mean_icefracturb', 'Mean of the diagnostic supersaturation distribution (icefrac_turb) [-]', '-', (/ ('', i=1, 10) /)) |
|---|
| 1569 | |
|---|
| 1570 | TYPE(ctrl_out), SAVE :: o_rnebjn = ctrl_out((/ 2, 5, 10, 10, 10, 10, 11, 11,11, 11/), & |
|---|
| 1571 | 'rnebjn', 'Cloud fraction in day', '-', (/ ('', i=1, 10) /)) |
|---|
| 1572 | TYPE(ctrl_out), SAVE :: o_rnebcon = ctrl_out((/ 2, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1573 | 'rnebcon', 'Convective Cloud Fraction', '-', (/ ('', i=1, 10) /)) |
|---|
| 1574 | TYPE(ctrl_out), SAVE :: o_rnebls = ctrl_out((/ 2, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1575 | 'rnebls', 'LS Cloud fraction', '-', (/ ('', i=1, 10) /)) |
|---|
| 1576 | TYPE(ctrl_out), SAVE :: o_rneblsvol = ctrl_out((/ 2, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1577 | 'rneblsvol', 'LS Cloud fraction by volume', '-', (/ ('', i=1, 10) /)) |
|---|
| 1578 | TYPE(ctrl_out), SAVE :: o_pfraclr = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1579 | 'pfraclr', 'LS precipitation fraction clear-sky part', '-', (/ ('', i=1, 10) /)) |
|---|
| 1580 | TYPE(ctrl_out), SAVE :: o_pfracld = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1581 | 'pfracld', 'LS precipitation fraction cloudy part', '-', (/ ('', i=1, 10) /)) |
|---|
| 1582 | TYPE(ctrl_out), SAVE :: o_qrainlsc = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1583 | 'qrainlsc', 'LS specific rain content', 'kg/kg', (/ ('', i=1, 10) /)) |
|---|
| 1584 | TYPE(ctrl_out), SAVE :: o_qsnowlsc = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1585 | 'qsnowlsc', 'LS specific snow content', 'kg/kg', (/ ('', i=1, 10) /)) |
|---|
| 1586 | TYPE(ctrl_out), SAVE :: o_dqreva = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1587 | 'dqreva', 'LS rain tendency due to evaporation', 'kg/kg/s', (/ ('', i=1, 10) /)) |
|---|
| 1588 | TYPE(ctrl_out), SAVE :: o_dqrauto = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1589 | 'dqrauto', 'LS rain tendency due to autoconversion', 'kg/kg/s', (/ ('', i=1, 10) /)) |
|---|
| 1590 | TYPE(ctrl_out), SAVE :: o_dqrcol = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1591 | 'dqrcol', 'LS rain tendency due to collection', 'kg/kg/s', (/ ('', i=1, 10) /)) |
|---|
| 1592 | TYPE(ctrl_out), SAVE :: o_dqrmelt = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1593 | 'dqrmelt', 'LS rain tendency due to melting', 'kg/kg/s', (/ ('', i=1, 10) /)) |
|---|
| 1594 | TYPE(ctrl_out), SAVE :: o_dqrfreez = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1595 | 'dqrfreez', 'LS rain tendency due to freezing', 'kg/kg/s', (/ ('', i=1, 10) /)) |
|---|
| 1596 | TYPE(ctrl_out), SAVE :: o_dqssub = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1597 | 'dqssub', 'LS snow tendency due to sublimation', 'kg/kg/s', (/ ('', i=1, 10) /)) |
|---|
| 1598 | TYPE(ctrl_out), SAVE :: o_dqsauto = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1599 | 'dqsauto', 'LS snow tendency due to autoconversion', 'kg/kg/s', (/ ('', i=1, 10) /)) |
|---|
| 1600 | TYPE(ctrl_out), SAVE :: o_dqsagg = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1601 | 'dqsagg', 'LS snow tendency due to aggregation', 'kg/kg/s', (/ ('', i=1, 10) /)) |
|---|
| 1602 | TYPE(ctrl_out), SAVE :: o_dqsrim = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1603 | 'dqsrim', 'LS snow tendency due to riming', 'kg/kg/s', (/ ('', i=1, 10) /)) |
|---|
| 1604 | TYPE(ctrl_out), SAVE :: o_dqsmelt = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1605 | 'dqsmelt', 'LS snow tendency due to melting', 'kg/kg/s', (/ ('', i=1, 10) /)) |
|---|
| 1606 | TYPE(ctrl_out), SAVE :: o_dqsfreez = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 1607 | 'dqsfreez', 'LS snow tendency due to freezing', 'kg/kg/s', (/ ('', i=1, 10) /)) |
|---|
| 1608 | TYPE(ctrl_out), SAVE :: o_rhum = ctrl_out((/ 2, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1609 | 'rhum', 'Relative humidity', '-', (/ ('', i=1, 10) /)) |
|---|
| 1610 | TYPE(ctrl_out), SAVE :: o_rhl = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1611 | 'rhl', 'Relative humidity wrt liquid', '%', (/ ('', i=1, 10) /)) |
|---|
| 1612 | TYPE(ctrl_out), SAVE :: o_rhi = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1613 | 'rhi', 'Relative humidity wrt ice', '%', (/ ('', i=1, 10) /)) |
|---|
| 1614 | TYPE(ctrl_out), SAVE :: o_ozone = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1615 | 'ozone', 'Ozone mole fraction', '-', (/ ('', i=1, 10) /)) |
|---|
| 1616 | TYPE(ctrl_out), SAVE :: o_ozone_light = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1617 | 'ozone_daylight', 'Daylight ozone mole fraction', '-', (/ ('', i=1, 10) /)) |
|---|
| 1618 | TYPE(ctrl_out), SAVE :: o_upwd = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1619 | 'upwd', 'saturated updraft', 'kg/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 1620 | TYPE(ctrl_out), SAVE :: o_epmax_diag = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1621 | 'epmax', 'epmax en fn cape', 'su', (/ ('', i=1, 10) /)) |
|---|
| 1622 | TYPE(ctrl_out), SAVE :: o_ep = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1623 | 'ep', 'ep', 'su', (/ ('', i=1, 10) /)) |
|---|
| 1624 | TYPE(ctrl_out), SAVE :: o_duphy = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1625 | 'duphy', 'Physics du', 'm/s2', (/ ('', i=1, 10) /)) |
|---|
| 1626 | TYPE(ctrl_out), SAVE :: o_dtphy = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1627 | 'dtphy', 'Physics dT', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1628 | TYPE(ctrl_out), SAVE :: o_dqphy = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1629 | 'dqphy', 'Physics dQ', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
|---|
| 1630 | TYPE(ctrl_out), SAVE :: o_dqphy2d = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1631 | 'dqphy2d', 'Physics dQ', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
|---|
| 1632 | TYPE(ctrl_out), SAVE :: o_dqlphy = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1633 | 'dqlphy', 'Physics dQL', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
|---|
| 1634 | TYPE(ctrl_out), SAVE :: o_dqlphy2d = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1635 | 'dqlphy2d', 'Physics dQL', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
|---|
| 1636 | TYPE(ctrl_out), SAVE :: o_dqsphy = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1637 | 'dqsphy', 'Physics dQS', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
|---|
| 1638 | TYPE(ctrl_out), SAVE :: o_dqsphy2d = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1639 | 'dqsphy2d', 'Physics dQS', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
|---|
| 1640 | TYPE(ctrl_out), SAVE :: o_dqbsphy = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1641 | 'dqbsphy', 'Physics dQBS', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
|---|
| 1642 | TYPE(ctrl_out), SAVE :: o_dqbsphy2d = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1643 | 'dqbsphy2d', 'Physics dQBS', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
|---|
| 1644 | TYPE(ctrl_out), SAVE :: o_pr_con_l = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1645 | 'pr_con_l', 'Convective precipitation lic', ' ', (/ ('', i=1, 10) /)) |
|---|
| 1646 | TYPE(ctrl_out), SAVE :: o_pr_con_i = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1647 | 'pr_con_i', 'Convective precipitation ice', ' ', (/ ('', i=1, 10) /)) |
|---|
| 1648 | TYPE(ctrl_out), SAVE :: o_pr_lsc_l = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1649 | 'pr_lsc_l', 'Large scale precipitation lic', ' ', (/ ('', i=1, 10) /)) |
|---|
| 1650 | TYPE(ctrl_out), SAVE :: o_pr_lsc_i = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1651 | 'pr_lsc_i', 'Large scale precipitation ice', ' ', (/ ('', i=1, 10) /)) |
|---|
| 1652 | TYPE(ctrl_out), SAVE :: o_pr_bs = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1653 | 'pr_bs', 'profile of blowing snow flux', ' ', (/ ('', i=1, 10) /)) |
|---|
| 1654 | TYPE(ctrl_out), SAVE :: o_re = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1655 | 're', 'Cloud droplet effective radius', 'um', (/ ('', i=1, 10) /)) |
|---|
| 1656 | TYPE(ctrl_out), SAVE :: o_fl = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1657 | 'fl', 'Denominator of Cloud droplet effective radius', ' ', (/ ('', i=1, 10) /)) |
|---|
| 1658 | TYPE(ctrl_out), SAVE :: o_scdnc = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1659 | 'scdnc', 'Cloud droplet number concentration', 'm-3', (/ ('', i=1, 10) /)) |
|---|
| 1660 | TYPE(ctrl_out), SAVE :: o_reffclws = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1661 | 'reffclws', 'Stratiform Cloud Droplet Effective Radius (aerosol diags.)', 'm', (/ ('', i=1, 10) /)) |
|---|
| 1662 | TYPE(ctrl_out), SAVE :: o_reffclwc = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1663 | 'reffclwc', 'Convective Cloud Droplet Effective Radius (aerosol diags.)', 'm', (/ ('', i=1, 10) /)) |
|---|
| 1664 | TYPE(ctrl_out), SAVE :: o_lcc3d = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1665 | 'lcc3d', 'Cloud liquid fraction', '1', (/ ('', i=1, 10) /)) |
|---|
| 1666 | TYPE(ctrl_out), SAVE :: o_lcc3dcon = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1667 | 'lcc3dcon', 'Convective cloud liquid fraction', '1', (/ ('', i=1, 10) /)) |
|---|
| 1668 | TYPE(ctrl_out), SAVE :: o_lcc3dstra = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1669 | 'lcc3dstra', 'Stratiform cloud liquid fraction', '1', (/ ('', i=1, 10) /)) |
|---|
| 1670 | TYPE(ctrl_out), SAVE :: o_icc3dcon = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1671 | 'icc3dcon', 'Convective cloud ice fraction', '1', (/ ('', i=1, 10) /)) |
|---|
| 1672 | TYPE(ctrl_out), SAVE :: o_icc3dstra = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1673 | 'icc3dstra', 'Stratiform cloud ice fraction', '1', (/ ('', i=1, 10) /)) |
|---|
| 1674 | TYPE(ctrl_out), SAVE :: o_cldicemxrat = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1675 | 'cldicemxrat', 'Cloud Ice Mixing Ratio', '1', (/ ('', i=1, 10) /)) |
|---|
| 1676 | TYPE(ctrl_out), SAVE :: o_cldwatmxrat = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1677 | 'cldwatmxrat', 'Cloud Water Mixing Ratio', '1', (/ ('', i=1, 10) /)) |
|---|
| 1678 | TYPE(ctrl_out), SAVE :: o_solbnd = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1679 | 'solbnd', 'Top-of-Atmosphere Solar Insolation for each band', 'W m-2', (/ ('', i=1, 10) /)) |
|---|
| 1680 | TYPE(ctrl_out), SAVE :: o_stratomask = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1681 | 'stratomask', 'Stratospheric fraction', '1', (/ ('', i=1, 10) /)) |
|---|
| 1682 | !FC |
|---|
| 1683 | TYPE(ctrl_out), SAVE :: o_zxfluxt = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1684 | 'fluxt', 'flux h ', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 1685 | TYPE(ctrl_out), SAVE :: o_zxfluxq = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1686 | 'fluxq', 'flux q ', 'kg/(s*m2)', (/ ('', i=1, 10) /)) |
|---|
| 1687 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
|---|
| 1688 | |
|---|
| 1689 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_albe_srf = (/ & |
|---|
| 1690 | ctrl_out((/ 3, 7, 10, 7, 10, 10, 11, 11, 11, 11/),'albe_ter', "Albedo VIS surf. "//clnsurf(1),"-", (/ ('', i=1, 10) /)), & |
|---|
| 1691 | ctrl_out((/ 3, 7, 10, 7, 10, 10, 11, 11, 11, 11/),'albe_lic', "Albedo VIS surf. "//clnsurf(2),"-", (/ ('', i=1, 10) /)), & |
|---|
| 1692 | ctrl_out((/ 3, 7, 10, 7, 10, 10, 11, 11, 11, 11/),'albe_oce', "Albedo VIS surf. "//clnsurf(3),"-", (/ ('', i=1, 10) /)), & |
|---|
| 1693 | ctrl_out((/ 3, 7, 10, 7, 10, 10, 11, 11, 11, 11/),'albe_sic', "Albedo VIS surf. "//clnsurf(4),"-", (/ ('', i=1, 10) /)) /) |
|---|
| 1694 | |
|---|
| 1695 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_ages_srf = (/ & |
|---|
| 1696 | ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'ages_ter', "Snow age", "day", (/ ('', i=1, 10) /)), & |
|---|
| 1697 | ctrl_out((/ 3, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'ages_lic', "Snow age", "day", (/ ('', i=1, 10) /)), & |
|---|
| 1698 | ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'ages_oce',"Snow age", "day", (/ ('', i=1, 10) /)), & |
|---|
| 1699 | ctrl_out((/ 3, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'ages_sic',"Snow age", "day", (/ ('', i=1, 10) /)) /) |
|---|
| 1700 | |
|---|
| 1701 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_snow_srf = (/ & |
|---|
| 1702 | ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'snow_ter', "Snow", "kg/m2", (/ ('', i=1, 10) /)), & |
|---|
| 1703 | ctrl_out((/ 3, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'snow_lic', "Snow", "kg/m2", (/ ('', i=1, 10) /)), & |
|---|
| 1704 | ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'snow_oce',"Snow", "kg/m2", (/ ('', i=1, 10) /)), & |
|---|
| 1705 | ctrl_out((/ 3, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'snow_sic',"Snow", "kg/m2", (/ ('', i=1, 10) /)) /) |
|---|
| 1706 | |
|---|
| 1707 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_z0m_srf = (/ & |
|---|
| 1708 | ctrl_out((/ 3, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'z0m_ter', "Surface roughness "//clnsurf(1),"m", (/ ('', i=1, 10) /)), & |
|---|
| 1709 | ctrl_out((/ 3, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'z0m_lic', "Surface roughness "//clnsurf(2),"m", (/ ('', i=1, 10) /)), & |
|---|
| 1710 | ctrl_out((/ 3, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'z0m_oce', "Surface roughness "//clnsurf(3),"m", (/ ('', i=1, 10) /)), & |
|---|
| 1711 | ctrl_out((/ 3, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'z0m_sic', "Surface roughness "//clnsurf(4),"m", (/ ('', i=1, 10) /)) /) |
|---|
| 1712 | |
|---|
| 1713 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_z0h_srf = (/ & |
|---|
| 1714 | ctrl_out((/ 3, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'z0h_ter', "Surface roughness "//clnsurf(1),"m", (/ ('', i=1, 10) /)), & |
|---|
| 1715 | ctrl_out((/ 3, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'z0h_lic', "Surface roughness "//clnsurf(2),"m", (/ ('', i=1, 10) /)), & |
|---|
| 1716 | ctrl_out((/ 3, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'z0h_oce', "Surface roughness "//clnsurf(3),"m", (/ ('', i=1, 10) /)), & |
|---|
| 1717 | ctrl_out((/ 3, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'z0h_sic', "Surface roughness "//clnsurf(4),"m", (/ ('', i=1, 10) /)) /) |
|---|
| 1718 | |
|---|
| 1719 | TYPE(ctrl_out), SAVE :: o_alb1 = ctrl_out((/ 3, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1720 | 'alb1', 'Surface VIS albedo', '-', (/ ('', i=1, 10) /)) |
|---|
| 1721 | TYPE(ctrl_out), SAVE :: o_alb2 = ctrl_out((/ 3, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1722 | 'alb2', 'Surface Near IR albedo', '-', (/ ('', i=1, 10) /)) |
|---|
| 1723 | TYPE(ctrl_out), SAVE :: o_clwcon = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1724 | 'clwcon', 'Convective Cloud Liquid water content', 'kg/kg', (/ ('', i=1, 10) /)) |
|---|
| 1725 | TYPE(ctrl_out), SAVE :: o_Mipsh = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1726 | 'Mipsh', 'mass flux shed from adiab. ascents', 'kg/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 1727 | TYPE(ctrl_out), SAVE :: o_Ma = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1728 | 'Ma', 'undilute adiab updraft mass flux', 'kg/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 1729 | TYPE(ctrl_out), SAVE :: o_dnwd = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1730 | 'dnwd', 'saturated downdraft', 'kg/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 1731 | TYPE(ctrl_out), SAVE :: o_dnwd0 = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1732 | 'dnwd0', 'unsat. downdraft', 'kg/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 1733 | TYPE(ctrl_out), SAVE :: o_mc = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1734 | 'mc', 'Convective mass flux', 'kg/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 1735 | TYPE(ctrl_out), SAVE :: o_ftime_deepcv = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1736 | 'ftime_deepcv', 'Fraction of time deep convection Occurs', ' ', (/ ('', i=1, 10) /)) |
|---|
| 1737 | TYPE(ctrl_out), SAVE :: o_ftime_con = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1738 | 'ftime_con', 'Fraction of time convection Occurs', ' ', (/ ('', i=1, 10) /)) |
|---|
| 1739 | !!jyg 'ftime_con', 'Fraction of time convection Occurs', ' ', & |
|---|
| 1740 | !!jyg (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', & |
|---|
| 1741 | !!jyg 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)) |
|---|
| 1742 | TYPE(ctrl_out), SAVE :: o_dtdyn = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1743 | 'dtdyn', 'Dynamics dT', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1744 | TYPE(ctrl_out), SAVE :: o_dqdyn = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1745 | 'dqdyn', 'Dynamics dQ', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
|---|
| 1746 | TYPE(ctrl_out), SAVE :: o_dqdyn2d = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1747 | 'dqdyn2d', 'Dynamics dQ', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
|---|
| 1748 | TYPE(ctrl_out), SAVE :: o_dqldyn = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1749 | 'dqldyn', 'Dynamics dQL', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
|---|
| 1750 | TYPE(ctrl_out), SAVE :: o_dqldyn2d = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1751 | 'dqldyn2d', 'Dynamics dQL', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
|---|
| 1752 | TYPE(ctrl_out), SAVE :: o_dqsdyn = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1753 | 'dqsdyn', 'Dynamics dQS', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
|---|
| 1754 | TYPE(ctrl_out), SAVE :: o_dqsdyn2d = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1755 | 'dqsdyn2d', 'Dynamics dQS', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
|---|
| 1756 | TYPE(ctrl_out), SAVE :: o_dqbsdyn = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1757 | 'dqbsdyn', 'Dynamics dQBS', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
|---|
| 1758 | TYPE(ctrl_out), SAVE :: o_dqbsdyn2d = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1759 | 'dqbsdyn2d', 'Dynamics dQBS', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
|---|
| 1760 | TYPE(ctrl_out), SAVE :: o_dudyn = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1761 | 'dudyn', 'Dynamics dU', 'm/s2', (/ ('', i=1, 10) /)) |
|---|
| 1762 | TYPE(ctrl_out), SAVE :: o_dvdyn = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1763 | 'dvdyn', 'Dynamics dV', 'm/s2', (/ ('', i=1, 10) /)) |
|---|
| 1764 | TYPE(ctrl_out), SAVE :: o_dtcon = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1765 | 'dtcon', 'Convection dT', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1766 | TYPE(ctrl_out), SAVE :: o_ducon = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1767 | 'ducon', 'Convection du', 'm/s2', (/ ('', i=1, 10) /)) |
|---|
| 1768 | TYPE(ctrl_out), SAVE :: o_dvcon = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1769 | 'dvcon', 'Convection dv', 'm/s2', (/ ('', i=1, 10) /)) |
|---|
| 1770 | TYPE(ctrl_out), SAVE :: o_dqcon = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1771 | 'dqcon', 'Convection dQ', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
|---|
| 1772 | TYPE(ctrl_out), SAVE :: o_dqcon2d = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1773 | 'dqcon2d', 'Convection dQ', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
|---|
| 1774 | TYPE(ctrl_out), SAVE :: o_dtwak = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1775 | 'dtwak', 'Wake dT', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1776 | TYPE(ctrl_out), SAVE :: o_dqwak = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1777 | 'dqwak', 'Wake dQ', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
|---|
| 1778 | TYPE(ctrl_out), SAVE :: o_dqwak2d = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1779 | 'dqwak2d', 'Wake dQ', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
|---|
| 1780 | TYPE(ctrl_out), SAVE :: o_cv_gen = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1781 | 'cv_gen', 'Cumulonimbus genesis', '1/(m2 s)', (/ ('', i=1, 10) /)) |
|---|
| 1782 | TYPE(ctrl_out), SAVE :: o_wake_h = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1783 | 'wake_h', 'wake_h', '-', (/ ('', i=1, 10) /)) |
|---|
| 1784 | TYPE(ctrl_out), SAVE :: o_wake_dens = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1785 | 'wake_dens', 'number of wakes per m2', '1/m2', (/ ('', i=1, 10) /)) |
|---|
| 1786 | TYPE(ctrl_out), SAVE :: o_wake_s = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1787 | 'wake_s', 'wake_s', '-', (/ ('', i=1, 10) /)) |
|---|
| 1788 | TYPE(ctrl_out), SAVE :: o_wake_deltat = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1789 | 'wake_deltat', 'wake_deltat', ' ', (/ ('', i=1, 10) /)) |
|---|
| 1790 | TYPE(ctrl_out), SAVE :: o_wake_deltaq = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1791 | 'wake_deltaq', 'wake_deltaq', ' ', (/ ('', i=1, 10) /)) |
|---|
| 1792 | TYPE(ctrl_out), SAVE :: o_wake_omg = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1793 | 'wake_omg', 'wake_omg', 'Pa/s', (/ ('', i=1, 10) /)) |
|---|
| 1794 | TYPE(ctrl_out), SAVE :: o_wdtrainA = ctrl_out((/ 4, 5, 10, 4, 10, 10, 11, 11, 11, 11 /), & |
|---|
| 1795 | 'wdtrainA', 'precipitation from AA', '-', (/ ('', i=1, 10) /)) |
|---|
| 1796 | TYPE(ctrl_out), SAVE :: o_wdtrainS = ctrl_out((/ 4, 5, 10, 4, 10, 10, 11, 11, 11, 11 /), & |
|---|
| 1797 | 'wdtrainS', 'precipitation from shedding of AA', '-', (/ ('', i=1, 10) /)) |
|---|
| 1798 | TYPE(ctrl_out), SAVE :: o_wdtrainM = ctrl_out((/ 4, 5, 10, 4, 10, 10, 11, 11, 11, 11 /), & |
|---|
| 1799 | 'wdtrainM', 'precipitation from mixture', '-', (/ ('', i=1, 10) /)) |
|---|
| 1800 | TYPE(ctrl_out), SAVE :: o_Vprecip = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1801 | 'Vprecip', 'precipitation vertical profile', '-', (/ ('', i=1, 10) /)) |
|---|
| 1802 | TYPE(ctrl_out), SAVE :: o_qtaa = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1803 | 'qtaa', 'specific total water in adiabatic ascents', 'kg/kg', (/ ('', i=1, 10) /)) |
|---|
| 1804 | TYPE(ctrl_out), SAVE :: o_clwaa = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1805 | 'Clwaa', 'specific condensed water in adiabatic ascents', 'kg/kg', (/ ('', i=1, 10) /)) |
|---|
| 1806 | TYPE(ctrl_out), SAVE :: o_ftd = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1807 | 'ftd', 'tend temp due aux descentes precip', '-', (/ ('', i=1, 10) /)) |
|---|
| 1808 | TYPE(ctrl_out), SAVE :: o_fqd = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1809 | 'fqd', 'tend vap eau due aux descentes precip', '-', (/ ('', i=1, 10) /)) |
|---|
| 1810 | TYPE(ctrl_out), SAVE :: o_dtlsc = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1811 | 'dtlsc', 'Condensation dT', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1812 | TYPE(ctrl_out), SAVE :: o_dtlschr = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1813 | 'dtlschr', 'Large-scale condensational heating rate', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1814 | TYPE(ctrl_out), SAVE :: o_dqlsc = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1815 | 'dqlsc', 'Condensation dQ', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
|---|
| 1816 | TYPE(ctrl_out), SAVE :: o_dqlsc2d = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1817 | 'dqlsc2d', 'Condensation dQ', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
|---|
| 1818 | TYPE(ctrl_out), SAVE :: o_beta_prec = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1819 | 'beta_prec', 'LS Conversion rate to prec', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
|---|
| 1820 | TYPE(ctrl_out), SAVE :: o_dtvdf = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1821 | 'dtvdf', 'Boundary-layer dT', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1822 | TYPE(ctrl_out), SAVE :: o_dtdis = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1823 | 'dtdis', 'TKE dissipation dT', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1824 | TYPE(ctrl_out), SAVE :: o_dqvdf = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1825 | 'dqvdf', 'Boundary-layer dQ', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
|---|
| 1826 | TYPE(ctrl_out), SAVE :: o_dqvdf2d = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1827 | 'dqvdf2d', 'Boundary-layer dQ', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
|---|
| 1828 | TYPE(ctrl_out), SAVE :: o_dteva = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1829 | 'dteva', 'Reevaporation dT', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1830 | TYPE(ctrl_out), SAVE :: o_dqeva = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1831 | 'dqeva', 'Reevaporation dQ', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
|---|
| 1832 | TYPE(ctrl_out), SAVE :: o_dqeva2d = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1833 | 'dqeva2d', 'Reevaporation dQ', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
|---|
| 1834 | TYPE(ctrl_out), SAVE :: o_dqbsvdf = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1835 | 'dqbsvdf', 'Boundary-layer dQBS', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
|---|
| 1836 | TYPE(ctrl_out), SAVE :: o_dqbsbs = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1837 | 'dqbsbs', 'Blowing snow dQBS', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
|---|
| 1838 | TYPE(ctrl_out), SAVE :: o_dtbs = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1839 | 'dtbs', 'Blowing snow dT', '(K)/s', (/ ('', i=1, 10) /)) |
|---|
| 1840 | TYPE(ctrl_out), SAVE :: o_dqbs = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1841 | 'dqbs', 'Blowing snow dQ', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
|---|
| 1842 | |
|---|
| 1843 | !!!!!!!!!!!!!!!! Specifique thermiques |
|---|
| 1844 | TYPE(ctrl_out), SAVE :: o_dqlscth = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1845 | 'dqlscth', 'dQ therm.', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
|---|
| 1846 | TYPE(ctrl_out), SAVE :: o_dqlscth2d = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1847 | 'dqlscth2d', 'dQ therm.', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
|---|
| 1848 | TYPE(ctrl_out), SAVE :: o_dqlscst = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1849 | 'dqlscst', 'dQ strat.', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
|---|
| 1850 | TYPE(ctrl_out), SAVE :: o_dqlscst2d = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1851 | 'dqlscst2d', 'dQ strat.', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
|---|
| 1852 | TYPE(ctrl_out), SAVE :: o_dtlscth = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1853 | 'dtlscth', 'dQ therm.', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1854 | TYPE(ctrl_out), SAVE :: o_dtlscst = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1855 | 'dtlscst', 'dQ strat.', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1856 | TYPE(ctrl_out), SAVE :: o_plulth = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1857 | 'plulth', 'Rainfall therm.', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1858 | TYPE(ctrl_out), SAVE :: o_plulst = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1859 | 'plulst', 'Rainfall strat.', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1860 | TYPE(ctrl_out), SAVE :: o_lmaxth = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1861 | 'lmaxth', "Upper level thermals", "", (/ ('', i=1, 10) /)) |
|---|
| 1862 | TYPE(ctrl_out), SAVE :: o_ptconvth = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1863 | 'ptconvth', 'POINTS CONVECTIFS therm.', ' ', (/ ('', i=1, 10) /)) |
|---|
| 1864 | !!!!!!!!!!!!!!!!!!!!!!!! |
|---|
| 1865 | TYPE(ctrl_out), SAVE :: o_ptconv = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1866 | 'ptconv', 'POINTS CONVECTIFS', ' ', (/ ('', i=1, 10) /)) |
|---|
| 1867 | TYPE(ctrl_out), SAVE :: o_ratqs = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1868 | 'ratqs', 'RATQS', ' ', (/ ('', i=1, 10) /)) |
|---|
| 1869 | TYPE(ctrl_out), SAVE :: o_dtthe = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1870 | 'dtthe', 'Thermal dT', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1871 | TYPE(ctrl_out), SAVE :: o_duthe = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1872 | 'duthe', 'Thermal du', 'm/s2', (/ ('', i=1, 10) /)) |
|---|
| 1873 | TYPE(ctrl_out), SAVE :: o_dvthe = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1874 | 'dvthe', 'Thermal dv', 'm/s2', (/ ('', i=1, 10) /)) |
|---|
| 1875 | TYPE(ctrl_out), SAVE :: o_f_th = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1876 | 'f_th', 'Thermal plume mass flux', 'kg/(m2*s)', (/ ('', i=1, 10) /)) |
|---|
| 1877 | TYPE(ctrl_out), SAVE :: o_e_th = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1878 | 'e_th', 'Thermal plume entrainment', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1879 | TYPE(ctrl_out), SAVE :: o_w_th = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1880 | 'w_th', 'Thermal plume vertical velocity', 'm/s', (/ ('', i=1, 10) /)) |
|---|
| 1881 | TYPE(ctrl_out), SAVE :: o_lambda_th = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1882 | 'lambda_th', 'Thermal plume vertical velocity', 'm/s', (/ ('', i=1, 10) /)) |
|---|
| 1883 | TYPE(ctrl_out), SAVE :: o_ftime_th = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1884 | 'ftime_th', 'Fraction of time Shallow convection occurs', ' ', (/ ('', i=1, 10) /)) |
|---|
| 1885 | TYPE(ctrl_out), SAVE :: o_q_th = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1886 | 'q_th', 'Thermal plume total humidity', 'kg/kg', (/ ('', i=1, 10) /)) |
|---|
| 1887 | TYPE(ctrl_out), SAVE :: o_a_th = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1888 | 'a_th', "Thermal plume fraction", "", (/ ('', i=1, 10) /)) |
|---|
| 1889 | |
|---|
| 1890 | TYPE(ctrl_out), SAVE :: o_cloudth_sth = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1891 | 's_th', "Thermal plume saturation deficit", "kg/kg", (/ ('', i=1, 10) /)) |
|---|
| 1892 | TYPE(ctrl_out), SAVE :: o_cloudth_senv = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1893 | 's_env', "Environment saturation deficit", "kg/kg", (/ ('', i=1, 10) /)) |
|---|
| 1894 | TYPE(ctrl_out), SAVE :: o_cloudth_sigmath = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1895 | 'sigma_th', "Thermal plume gauss variance", "kg/kg", (/ ('', i=1, 10) /)) |
|---|
| 1896 | TYPE(ctrl_out), SAVE :: o_cloudth_sigmaenv = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1897 | 'sigma_env', "Environment gauss variance", "kg/kg", (/ ('', i=1, 10) /)) |
|---|
| 1898 | |
|---|
| 1899 | TYPE(ctrl_out), SAVE :: o_d_th = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1900 | 'd_th', 'Thermal plume detrainment', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1901 | TYPE(ctrl_out), SAVE :: o_f0_th = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1902 | 'f0_th', 'Thermal closure mass flux', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1903 | TYPE(ctrl_out), SAVE :: o_zmax_th = ctrl_out((/ 4, 4, 4, 5, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1904 | 'zmax_th', 'Thermal plume height', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1905 | TYPE(ctrl_out), SAVE :: o_dqthe = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1906 | 'dqthe', 'Thermal dQ', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
|---|
| 1907 | TYPE(ctrl_out), SAVE :: o_dqthe2d = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1908 | 'dqthe2d', 'Thermal dQ', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
|---|
| 1909 | TYPE(ctrl_out), SAVE :: o_dtajs = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1910 | 'dtajs', 'Dry adjust. dT', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1911 | TYPE(ctrl_out), SAVE :: o_dqajs = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1912 | 'dqajs', 'Dry adjust. dQ', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
|---|
| 1913 | TYPE(ctrl_out), SAVE :: o_dqajs2d = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1914 | 'dqajs2d', 'Dry adjust. dQ', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
|---|
| 1915 | TYPE(ctrl_out), SAVE :: o_dtswr = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1916 | 'dtswr', 'SW radiation dT', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1917 | TYPE(ctrl_out), SAVE :: o_dtsw0 = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1918 | 'dtsw0', 'CS SW radiation dT', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1919 | TYPE(ctrl_out), SAVE :: o_dtlwr = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1920 | 'dtlwr', 'LW radiation dT', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1921 | TYPE(ctrl_out), SAVE :: o_dtlw0 = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1922 | 'dtlw0', 'CS LW radiation dT', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1923 | TYPE(ctrl_out), SAVE :: o_dtec = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1924 | 'dtec', 'Cinetic dissip dT', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1925 | TYPE(ctrl_out), SAVE :: o_duvdf = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1926 | 'duvdf', 'Boundary-layer dU', 'm/s2', (/ ('', i=1, 10) /)) |
|---|
| 1927 | TYPE(ctrl_out), SAVE :: o_dvvdf = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1928 | 'dvvdf', 'Boundary-layer dV', 'm/s2', (/ ('', i=1, 10) /)) |
|---|
| 1929 | TYPE(ctrl_out), SAVE :: o_duoro = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1930 | 'duoro', 'Orography dU', 'm/s2', (/ ('', i=1, 10) /)) |
|---|
| 1931 | TYPE(ctrl_out), SAVE :: o_dvoro = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1932 | 'dvoro', 'Orography dV', 'm/s2', (/ ('', i=1, 10) /)) |
|---|
| 1933 | TYPE(ctrl_out), SAVE :: o_dulif = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1934 | 'dulif', 'Orography dU', 'm/s2', (/ ('', i=1, 10) /)) |
|---|
| 1935 | TYPE(ctrl_out), SAVE :: o_dvlif = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1936 | 'dvlif', 'Orography dV', 'm/s2', (/ ('', i=1, 10) /)) |
|---|
| 1937 | TYPE(ctrl_out), SAVE :: o_du_gwd_hines = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1938 | 'du_gwd_hines', 'Hines GWD dU', 'm/s2', (/ ('', i=1, 10) /)) |
|---|
| 1939 | TYPE(ctrl_out), SAVE :: o_dv_gwd_hines = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1940 | 'dv_gwd_hines', 'Hines GWD dV', 'm/s2', (/ ('', i=1, 10) /)) |
|---|
| 1941 | TYPE(ctrl_out), SAVE :: o_du_gwd_front = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1942 | 'du_gwd_front', 'Fronts GWD dU', 'm/s2', (/ ('', i=1, 10) /)) |
|---|
| 1943 | TYPE(ctrl_out), SAVE :: o_dv_gwd_front = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1944 | 'dv_gwd_front', 'Fronts GWD dV', 'm/s2', (/ ('', i=1, 10) /)) |
|---|
| 1945 | TYPE(ctrl_out), SAVE :: o_east_gwstress = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1946 | 'east_gwstress', 'Eastward GW Stress', 'Pa', (/ ('', i=1, 10) /)) |
|---|
| 1947 | TYPE(ctrl_out), SAVE :: o_west_gwstress = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1948 | 'west_gwstress', 'Westward GW Stress', 'Pa', (/ ('', i=1, 10) /)) |
|---|
| 1949 | TYPE(ctrl_out), SAVE :: o_dtoro = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1950 | 'dtoro', 'Orography dT', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1951 | TYPE(ctrl_out), SAVE :: o_dtlif = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1952 | 'dtlif', 'Orography dT', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1953 | TYPE(ctrl_out), SAVE :: o_dthin = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1954 | 'dthin', 'Hines GWD dT', 'K/s', (/ ('', i=1, 10) /)) |
|---|
| 1955 | TYPE(ctrl_out), SAVE :: o_dqch4 = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 1956 | 'dqch4', 'H2O due to CH4 oxidation & photolysis', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
|---|
| 1957 | |
|---|
| 1958 | type(ctrl_out), save:: o_du_gwd_rando & |
|---|
| 1959 | = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), 'du_gwd_rando', & |
|---|
| 1960 | "Random gravity waves dU/dt", "m/s2", (/ ('', i=1, 10) /)) |
|---|
| 1961 | type(ctrl_out), save:: o_dv_gwd_rando & |
|---|
| 1962 | = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), 'dv_gwd_rando', & |
|---|
| 1963 | "Random gravity waves dV/dt", "m/s2", (/ ('', i=1, 10) /)) |
|---|
| 1964 | type(ctrl_out), save:: o_ustr_gwd_hines & |
|---|
| 1965 | = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), 'ustr_gwd_hines', & |
|---|
| 1966 | "zonal wind stress Hines gravity waves", "Pa", (/ ('', i=1, 10) /)) |
|---|
| 1967 | type(ctrl_out), save:: o_vstr_gwd_hines & |
|---|
| 1968 | = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), 'vstr_gwd_hines', & |
|---|
| 1969 | "meridional wind stress Hines gravity waves", "Pa", (/ ('', i=1, 10) /)) |
|---|
| 1970 | type(ctrl_out), save:: o_ustr_gwd_front & |
|---|
| 1971 | = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), 'ustr_gwd_front', & |
|---|
| 1972 | "zonal wind stress fronts gravity waves", "Pa", (/ ('', i=1, 10) /)) |
|---|
| 1973 | type(ctrl_out), save:: o_vstr_gwd_front & |
|---|
| 1974 | = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), 'vstr_gwd_front', & |
|---|
| 1975 | "meridional wind stress fronts gravity waves", "Pa", (/ ('', i=1, 10) /)) |
|---|
| 1976 | type(ctrl_out), save:: o_ustr_gwd_rando & |
|---|
| 1977 | = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), 'ustr_gwd_rando', & |
|---|
| 1978 | "zonal wind stress random gravity waves", "Pa", (/ ('', i=1, 10) /)) |
|---|
| 1979 | type(ctrl_out), save:: o_vstr_gwd_rando & |
|---|
| 1980 | = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), 'vstr_gwd_rando', & |
|---|
| 1981 | "meridional wind stress random gravity waves", "Pa", (/ ('', i=1, 10) /)) |
|---|
| 1982 | |
|---|
| 1983 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_trac(:) |
|---|
| 1984 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_trac_cum(:) |
|---|
| 1985 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_vdf(:) |
|---|
| 1986 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_the(:) |
|---|
| 1987 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_con(:) |
|---|
| 1988 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_lessi_impa(:) |
|---|
| 1989 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_lessi_nucl(:) |
|---|
| 1990 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_insc(:) |
|---|
| 1991 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_bcscav(:) |
|---|
| 1992 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_evapls(:) |
|---|
| 1993 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_ls(:) |
|---|
| 1994 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_trsp(:) |
|---|
| 1995 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_sscav(:) |
|---|
| 1996 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_sat(:) |
|---|
| 1997 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_uscav(:) |
|---|
| 1998 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_dry(:) |
|---|
| 1999 | |
|---|
| 2000 | #ifdef ISO |
|---|
| 2001 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_xtprecip(:) |
|---|
| 2002 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_xtevap(:) |
|---|
| 2003 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_xtevap_srf(:,:) ! ajout Camille 8 mai 2023 |
|---|
| 2004 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_xtplul(:) |
|---|
| 2005 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_xtpluc(:) |
|---|
| 2006 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_xtovap(:) |
|---|
| 2007 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_xtoliq(:) |
|---|
| 2008 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_xtcond(:) |
|---|
| 2009 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_xtrunoff_diag(:) |
|---|
| 2010 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dxtdyn(:) |
|---|
| 2011 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dxtldyn(:) |
|---|
| 2012 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dxtvdf(:) |
|---|
| 2013 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dxtcon(:) |
|---|
| 2014 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dxtlsc(:) |
|---|
| 2015 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dxteva(:) |
|---|
| 2016 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dxtajs(:) |
|---|
| 2017 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dxtthe(:) |
|---|
| 2018 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dxtch4(:) |
|---|
| 2019 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dxtprod_nucl(:) |
|---|
| 2020 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dxtcosmo(:) |
|---|
| 2021 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dxtdecroiss(:) |
|---|
| 2022 | #endif |
|---|
| 2023 | |
|---|
| 2024 | TYPE(ctrl_out), SAVE :: o_rsu = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2025 | 'rsu', 'SW upward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
|---|
| 2026 | TYPE(ctrl_out), SAVE :: o_rsd = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2027 | 'rsd', 'SW downward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
|---|
| 2028 | TYPE(ctrl_out), SAVE :: o_rlu = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2029 | 'rlu', 'LW upward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
|---|
| 2030 | TYPE(ctrl_out), SAVE :: o_rld = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2031 | 'rld', 'LW downward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
|---|
| 2032 | TYPE(ctrl_out), SAVE :: o_rsucs = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2033 | 'rsucs', 'SW CS upward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
|---|
| 2034 | TYPE(ctrl_out), SAVE :: o_rsucsaf = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2035 | 'rsucsaf', 'SW CS clean (no aerosol) upward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
|---|
| 2036 | TYPE(ctrl_out), SAVE :: o_rsdcs = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2037 | 'rsdcs', 'SW CS downward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
|---|
| 2038 | TYPE(ctrl_out), SAVE :: o_rsdcsaf = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2039 | 'rsdcsaf', 'SW CS clean (no aerosol) downward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
|---|
| 2040 | TYPE(ctrl_out), SAVE :: o_rlucs = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2041 | 'rlucs', 'LW CS upward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
|---|
| 2042 | TYPE(ctrl_out), SAVE :: o_rldcs = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2043 | 'rldcs', 'LW CS downward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
|---|
| 2044 | TYPE(ctrl_out), SAVE :: o_tnt = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2045 | 'tnt', 'Tendency of air temperature', 'K s-1', (/ ('', i=1, 10) /)) |
|---|
| 2046 | TYPE(ctrl_out), SAVE :: o_tntc = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2047 | 'tntc', 'Tendency of air temperature due to Moist Convection', 'K s-1', (/ ('', i=1, 10) /)) |
|---|
| 2048 | TYPE(ctrl_out), SAVE :: o_tntr = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2049 | 'tntr', 'Air temperature tendency due to Radiative heating', 'K s-1', (/ ('', i=1, 10) /)) |
|---|
| 2050 | TYPE(ctrl_out), SAVE :: o_tntscpbl = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2051 | 'tntscpbl', 'Air temperature tendency due to St cloud and precipitation and BL mixing', & |
|---|
| 2052 | 'K s-1', (/ ('', i=1, 10) /)) |
|---|
| 2053 | TYPE(ctrl_out), SAVE :: o_tnhus = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2054 | 'tnhus', 'Tendency of specific humidity', 's-1', (/ ('', i=1, 10) /)) |
|---|
| 2055 | TYPE(ctrl_out), SAVE :: o_tnhusc = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2056 | 'tnhusc', 'Tendency of specific humidity due to convection', 's-1', (/ ('', i=1, 10) /)) |
|---|
| 2057 | TYPE(ctrl_out), SAVE :: o_tnhusscpbl = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2058 | 'tnhusscpbl', 'Tendency of Specific humidity due to ST cl, precip and BL mixing', 's-1', (/ ('', i=1, 10) /)) |
|---|
| 2059 | TYPE(ctrl_out), SAVE :: o_evu = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2060 | 'evu', 'Eddy viscosity coefficient for Momentum Variables', 'm2 s-1', (/ ('', i=1, 10) /)) |
|---|
| 2061 | TYPE(ctrl_out), SAVE :: o_h2o = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2062 | 'h2o', 'Mass Fraction of Water', '1', (/ ('', i=1, 10) /)) |
|---|
| 2063 | TYPE(ctrl_out), SAVE :: o_mcd = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2064 | 'mcd', 'Downdraft COnvective Mass Flux', 'kg/(m2*s)', (/ ('', i=1, 10) /)) |
|---|
| 2065 | TYPE(ctrl_out), SAVE :: o_dmc = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2066 | 'dmc', 'Deep COnvective Mass Flux', 'kg/(m2*s)', (/ ('', i=1, 10) /)) |
|---|
| 2067 | TYPE(ctrl_out), SAVE :: o_ref_liq = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2068 | 'ref_liq', 'Effective radius of convective cloud liquid water particle', 'm', (/ ('', i=1, 10) /)) |
|---|
| 2069 | TYPE(ctrl_out), SAVE :: o_ref_ice = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2070 | 'ref_ice', 'Effective radius of startiform cloud ice particle', 'm', (/ ('', i=1, 10) /)) |
|---|
| 2071 | TYPE(ctrl_out), SAVE :: o_rsut4co2 = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2072 | 'rsut4co2', 'TOA Out SW in 4xCO2 atmosphere', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 2073 | TYPE(ctrl_out), SAVE :: o_rlut4co2 = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2074 | 'rlut4co2', 'TOA Out LW in 4xCO2 atmosphere', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 2075 | TYPE(ctrl_out), SAVE :: o_rsutcs4co2 = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2076 | 'rsutcs4co2', 'TOA Out CS SW in 4xCO2 atmosphere', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 2077 | TYPE(ctrl_out), SAVE :: o_rlutcs4co2 = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2078 | 'rlutcs4co2', 'TOA Out CS LW in 4xCO2 atmosphere', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 2079 | TYPE(ctrl_out), SAVE :: o_rsu4co2 = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2080 | 'rsu4co2', 'Upwelling SW 4xCO2 atmosphere', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 2081 | TYPE(ctrl_out), SAVE :: o_rlu4co2 = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2082 | 'rlu4co2', 'Upwelling LW 4xCO2 atmosphere', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 2083 | TYPE(ctrl_out), SAVE :: o_rsucs4co2 = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2084 | 'rsucs4co2', 'Upwelling CS SW 4xCO2 atmosphere', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 2085 | TYPE(ctrl_out), SAVE :: o_rlucs4co2 = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2086 | 'rlucs4co2', 'Upwelling CS LW 4xCO2 atmosphere', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 2087 | TYPE(ctrl_out), SAVE :: o_rsd4co2 = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2088 | 'rsd4co2', 'Downwelling SW 4xCO2 atmosphere', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 2089 | TYPE(ctrl_out), SAVE :: o_rld4co2 = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2090 | 'rld4co2', 'Downwelling LW 4xCO2 atmosphere', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 2091 | TYPE(ctrl_out), SAVE :: o_rsdcs4co2 = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2092 | 'rsdcs4co2', 'Downwelling CS SW 4xCO2 atmosphere', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 2093 | TYPE(ctrl_out), SAVE :: o_rldcs4co2 = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2094 | 'rldcs4co2', 'Downwelling CS LW 4xCO2 atmosphere', 'W/m2', (/ ('', i=1, 10) /)) |
|---|
| 2095 | TYPE(ctrl_out), SAVE :: o_snowsrf = ctrl_out((/ 1, 1, 10, 1, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2096 | 'snowsrf', 'Snow mass at surface', 'kg/m2', (/ ('', i=1, 10) /)) |
|---|
| 2097 | TYPE(ctrl_out), SAVE :: o_qsnow = ctrl_out((/ 1, 1, 10, 1, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2098 | 'qsnow', 'Water contained in snow', 'kg/m2', (/ ('', i=1, 10) /)) |
|---|
| 2099 | TYPE(ctrl_out), SAVE :: o_snowhgt = ctrl_out((/ 1, 1, 10, 1, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2100 | 'snowhgt', 'Snow height at surface', 'm', (/ ('', i=1, 10) /)) |
|---|
| 2101 | TYPE(ctrl_out), SAVE :: o_toice = ctrl_out((/ 1, 1, 10, 1, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2102 | 'to_ice', 'Snow passed to ice model', 'kg/m2', (/ ('', i=1, 10) /)) |
|---|
| 2103 | TYPE(ctrl_out), SAVE :: o_sissnow = ctrl_out((/ 1, 1, 10, 1, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2104 | 'sissnow', 'Snow in snow model', 'kg/m2', (/ ('', i=1, 10) /)) |
|---|
| 2105 | TYPE(ctrl_out), SAVE :: o_runoff = ctrl_out((/ 1, 1, 10, 1, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2106 | 'runoff', 'Run-off rate land ice', 'kg/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 2107 | ! SN add runoff_diag |
|---|
| 2108 | !#ifdef ISO |
|---|
| 2109 | TYPE(ctrl_out), SAVE :: o_runoff_diag = ctrl_out((/ 1, 1, 10, 1, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2110 | 'runoffland', 'Run-off rate land for bucket', 'kg/m2/s', (/ ('', i=1, 10) /)) |
|---|
| 2111 | !#endif |
|---|
| 2112 | TYPE(ctrl_out), SAVE :: o_albslw3 = ctrl_out((/ 1, 1, 1, 1, 10, 10, 11, 11, 11, 11/), & |
|---|
| 2113 | 'albslw3', 'Surface albedo LW3', '-', (/ ('', i=1, 10) /)) |
|---|
| 2114 | |
|---|
| 2115 | !-- LSCP - condensation and ice supersaturation variables |
|---|
| 2116 | TYPE(ctrl_out), SAVE :: o_cfseri = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2117 | 'cfseri', 'Cloud fraction', '-', (/ ('', i=1, 10) /)) |
|---|
| 2118 | TYPE(ctrl_out), SAVE :: o_dcfdyn = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2119 | 'dcfdyn', 'Dynamics cloud fraction tendency', 's-1', (/ ('', i=1, 10) /)) |
|---|
| 2120 | TYPE(ctrl_out), SAVE :: o_rvcseri = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2121 | 'rvcseri', 'Cloudy water vapor to total water vapor ratio', '-', (/ ('', i=1, 10) /)) |
|---|
| 2122 | TYPE(ctrl_out), SAVE :: o_drvcdyn = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2123 | 'drvcdyn', 'Dynamics cloudy water vapor to total water vapor ratio tendency', 's-1', (/ ('', i=1, 10) /)) |
|---|
| 2124 | TYPE(ctrl_out), SAVE :: o_qsub = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2125 | 'qsub', 'Subsaturated clear sky total water', 'kg/kg', (/ ('', i=1, 10) /)) |
|---|
| 2126 | TYPE(ctrl_out), SAVE :: o_qissr = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2127 | 'qissr', 'Supersaturated clear sky total water', 'kg/kg', (/ ('', i=1, 10) /)) |
|---|
| 2128 | TYPE(ctrl_out), SAVE :: o_qcld = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2129 | 'qcld', 'Cloudy sky total water', 'kg/kg', (/ ('', i=1, 10) /)) |
|---|
| 2130 | TYPE(ctrl_out), SAVE :: o_subfra = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2131 | 'subfra', 'Subsaturated clear sky fraction', '-', (/ ('', i=1, 10) /)) |
|---|
| 2132 | TYPE(ctrl_out), SAVE :: o_issrfra = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2133 | 'issrfra', 'Supersaturated clear sky fraction', '-', (/ ('', i=1, 10) /)) |
|---|
| 2134 | TYPE(ctrl_out), SAVE :: o_gammacond = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2135 | 'gammacond', 'Condensation threshold w.r.t. saturation', '-', (/ ('', i=1, 10) /)) |
|---|
| 2136 | TYPE(ctrl_out), SAVE :: o_dcfsub = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2137 | 'dcfsub', 'Sublimation cloud fraction tendency', 's-1', (/ ('', i=1, 10) /)) |
|---|
| 2138 | TYPE(ctrl_out), SAVE :: o_dcfcon = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2139 | 'dcfcon', 'Condensation cloud fraction tendency', 's-1', (/ ('', i=1, 10) /)) |
|---|
| 2140 | TYPE(ctrl_out), SAVE :: o_dcfmix = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2141 | 'dcfmix', 'Cloud mixing cloud fraction tendency', 's-1', (/ ('', i=1, 10) /)) |
|---|
| 2142 | TYPE(ctrl_out), SAVE :: o_dqiadj = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2143 | 'dqiadj', 'Temperature adjustment ice tendency', 'kg/kg/s', (/ ('', i=1, 10) /)) |
|---|
| 2144 | TYPE(ctrl_out), SAVE :: o_dqisub = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2145 | 'dqisub', 'Sublimation ice tendency', 'kg/kg/s', (/ ('', i=1, 10) /)) |
|---|
| 2146 | TYPE(ctrl_out), SAVE :: o_dqicon = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2147 | 'dqicon', 'Condensation ice tendency', 'kg/kg/s', (/ ('', i=1, 10) /)) |
|---|
| 2148 | TYPE(ctrl_out), SAVE :: o_dqimix = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2149 | 'dqimix', 'Cloud mixing ice tendency', 'kg/kg/s', (/ ('', i=1, 10) /)) |
|---|
| 2150 | TYPE(ctrl_out), SAVE :: o_dqvcadj = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2151 | 'dqvcadj', 'Temperature adjustment cloudy water vapor tendency', 'kg/kg/s', (/ ('', i=1, 10) /)) |
|---|
| 2152 | TYPE(ctrl_out), SAVE :: o_dqvcsub = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2153 | 'dqvcsub', 'Sublimation cloudy water vapor tendency', 'kg/kg/s', (/ ('', i=1, 10) /)) |
|---|
| 2154 | TYPE(ctrl_out), SAVE :: o_dqvccon = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2155 | 'dqvccon', 'Condensation cloudy water vapor tendency', 'kg/kg/s', (/ ('', i=1, 10) /)) |
|---|
| 2156 | TYPE(ctrl_out), SAVE :: o_dqvcmix = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2157 | 'dqvcmix', 'Cloud mixing cloudy water vapor tendency', 'kg/kg/s', (/ ('', i=1, 10) /)) |
|---|
| 2158 | TYPE(ctrl_out), SAVE :: o_qsatl = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2159 | 'qsatl', 'Saturation with respect to liquid', 'kg/kg', (/ ('', i=1, 10) /)) |
|---|
| 2160 | TYPE(ctrl_out), SAVE :: o_qsati = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2161 | 'qsati', 'Saturation with respect to ice', 'kg/kg', (/ ('', i=1, 10) /)) |
|---|
| 2162 | |
|---|
| 2163 | !-- LSCP - aviation variables |
|---|
| 2164 | TYPE(ctrl_out), SAVE :: o_Tcontr = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/),& |
|---|
| 2165 | 'Tcontr', 'Temperature threshold for contrail formation', 'K', (/ ('',i=1,10) /)) |
|---|
| 2166 | TYPE(ctrl_out), SAVE :: o_qcontr = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/),& |
|---|
| 2167 | 'qcontr', 'Specific humidity threshold for contrail formation', 'Pa', (/ ('', i=1, 10) /)) |
|---|
| 2168 | TYPE(ctrl_out), SAVE :: o_qcontr2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/),& |
|---|
| 2169 | 'qcontr2', 'Specific humidity threshold for contrail formation', 'kg/kg', (/ ('', i=1, 10) /)) |
|---|
| 2170 | TYPE(ctrl_out), SAVE :: o_fcontrN = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/),& |
|---|
| 2171 | 'fcontrN', 'Fraction with non-persistent contrail in clear-sky', '-', (/ ('', i=1,10)/)) |
|---|
| 2172 | TYPE(ctrl_out), SAVE :: o_fcontrP = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/),& |
|---|
| 2173 | 'fcontrP', 'Fraction with persistent contrail in ISSR', '-', (/ ('', i=1,10)/)) |
|---|
| 2174 | TYPE(ctrl_out), SAVE :: o_dcfavi = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2175 | 'dcfavi', 'Aviation cloud fraction tendency', 's-1', (/ ('', i=1, 10) /)) |
|---|
| 2176 | TYPE(ctrl_out), SAVE :: o_dqiavi = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2177 | 'dqiavi', 'Aviation ice tendency', 'kg/kg/s', (/ ('', i=1, 10) /)) |
|---|
| 2178 | TYPE(ctrl_out), SAVE :: o_dqvcavi = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2179 | 'dqvcavi', 'Aviation cloudy water vapor tendency', 'kg/kg/s', (/ ('', i=1, 10) /)) |
|---|
| 2180 | TYPE(ctrl_out), SAVE :: o_flight_dist = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2181 | 'flightdist', 'Aviation flown distance', 'm/s/mesh', (/ ('', i=1, 10) /)) |
|---|
| 2182 | TYPE(ctrl_out), SAVE :: o_flight_h2o = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
|---|
| 2183 | 'flighth2o', 'Aviation H2O flight emission', 'kg H2O/s/mesh', (/ ('', i=1, 10) /)) |
|---|
| 2184 | |
|---|
| 2185 | !!!!!!!!!!!!! Sorties niveaux standards de pression NMC |
|---|
| 2186 | TYPE(ctrl_out), SAVE :: o_tnondef = ctrl_out((/ 11, 11, 11, 11, 11, 11, 5, 5, 5, 11/), & |
|---|
| 2187 | 'tnondef', 'Undefined value of T', 'K', (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", & |
|---|
| 2188 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 2189 | TYPE(ctrl_out), SAVE :: o_ta = ctrl_out((/ 11, 11, 11, 11, 11, 11, 5, 5, 5, 11/), & |
|---|
| 2190 | 'ta', 'Air temperature', 'K', (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", & |
|---|
| 2191 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 2192 | TYPE(ctrl_out), SAVE :: o_zg = ctrl_out((/ 11, 11, 11, 11, 11, 11, 5, 5, 5, 11/), & |
|---|
| 2193 | 'zg', 'Geopotential height', 'm', (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", & |
|---|
| 2194 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 2195 | TYPE(ctrl_out), SAVE :: o_hus = ctrl_out((/ 11, 11, 11, 11, 11, 11, 5, 5, 5, 11/), & |
|---|
| 2196 | 'hus', 'Specific humidity', '1', (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", & |
|---|
| 2197 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 2198 | TYPE(ctrl_out), SAVE :: o_hur = ctrl_out((/ 11, 11, 11, 11, 11, 11, 5, 5, 5, 11/), & |
|---|
| 2199 | 'hur', 'Relative humidity', '%', (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", & |
|---|
| 2200 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 2201 | TYPE(ctrl_out), SAVE :: o_ua = ctrl_out((/ 11, 11, 11, 11, 11, 11, 5, 5, 5, 11/), & |
|---|
| 2202 | 'ua', 'Eastward wind', 'm s-1', (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", & |
|---|
| 2203 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 2204 | TYPE(ctrl_out), SAVE :: o_va = ctrl_out((/ 11, 11, 11, 11, 11, 11, 5, 5, 5, 11/), & |
|---|
| 2205 | 'va', 'Northward wind', 'm s-1', (/ ('', i=1, 10)/)) |
|---|
| 2206 | TYPE(ctrl_out), SAVE :: o_wap = ctrl_out((/ 11, 11, 11, 11, 11, 11, 5, 5, 5, 11/), & |
|---|
| 2207 | 'wap', 'Lagrangian tendency of air pressure', 'Pa s-1', (/ "inst(X)", "inst(X)", "inst(X)", & |
|---|
| 2208 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 2209 | TYPE(ctrl_out), SAVE :: o_psbg = ctrl_out((/ 11, 11, 11, 11, 11, 11, 5, 5, 5, 11/), & |
|---|
| 2210 | 'psbg', 'Pressure sfce below ground', '%', (/ "inst(X)", "inst(X)", "inst(X)", & |
|---|
| 2211 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 2212 | TYPE(ctrl_out), SAVE :: o_tro3 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 5, 5, 5, 11/), & |
|---|
| 2213 | 'tro3', 'Ozone mole fraction', '1e-9', (/ "inst(X)", "inst(X)", "inst(X)", & |
|---|
| 2214 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 2215 | TYPE(ctrl_out), SAVE :: o_tro3_daylight = ctrl_out((/ 11, 11, 11, 11, 11, 11, 5, 5, 5, 11/), & |
|---|
| 2216 | 'tro3_daylight', 'Daylight ozone mole fraction', '1e-9', (/ "inst(X)", "inst(X)", "inst(X)", & |
|---|
| 2217 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 2218 | TYPE(ctrl_out), SAVE :: o_uxv = ctrl_out((/ 11, 11, 11, 11, 11, 11, 6, 6, 6, 11/), & |
|---|
| 2219 | 'uv', 'uv', 'm2/s2', (/ "inst(X)", "inst(X)", "inst(X)", & |
|---|
| 2220 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 2221 | TYPE(ctrl_out), SAVE :: o_vxq = ctrl_out((/ 11, 11, 11, 11, 11, 11, 6, 6, 6, 11/), & |
|---|
| 2222 | 'vxq', 'vxq', 'm/s * (kg/kg)', (/ "inst(X)", "inst(X)", "inst(X)", & |
|---|
| 2223 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 2224 | TYPE(ctrl_out), SAVE :: o_vxT = ctrl_out((/ 11, 11, 11, 11, 11, 11, 6, 6, 6, 11/), & |
|---|
| 2225 | 'vT', 'vT', 'mK/s', (/ "inst(X)", "inst(X)", "inst(X)", & |
|---|
| 2226 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 2227 | TYPE(ctrl_out), SAVE :: o_wxq = ctrl_out((/ 11, 11, 11, 11, 11, 11, 6, 6, 6, 11/), & |
|---|
| 2228 | 'wq', 'wq', '(Pa/s)*(kg/kg)', (/ "inst(X)", "inst(X)", "inst(X)", & |
|---|
| 2229 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 2230 | TYPE(ctrl_out), SAVE :: o_vxphi = ctrl_out((/ 11, 11, 11, 11, 11, 11, 6, 6, 6, 11/), & |
|---|
| 2231 | 'vphi', 'vphi', 'm2/s', (/ "inst(X)", "inst(X)", "inst(X)", & |
|---|
| 2232 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 2233 | TYPE(ctrl_out), SAVE :: o_wxT = ctrl_out((/ 11, 11, 11, 11, 11, 11, 6, 6, 6, 11/), & |
|---|
| 2234 | 'wT', 'wT', '"K*Pa/s', (/ "inst(X)", "inst(X)", "inst(X)", & |
|---|
| 2235 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 2236 | TYPE(ctrl_out), SAVE :: o_uxu = ctrl_out((/ 11, 11, 11, 11, 11, 11, 6, 6, 6, 11/), & |
|---|
| 2237 | 'u2', 'u2', 'm2/s2', (/ "inst(X)", "inst(X)", "inst(X)", & |
|---|
| 2238 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 2239 | TYPE(ctrl_out), SAVE :: o_vxv = ctrl_out((/ 11, 11, 11, 11, 11, 11, 6, 6, 6, 11/), & |
|---|
| 2240 | 'v2', 'v2', 'm2/s2', (/ "inst(X)", "inst(X)", "inst(X)", & |
|---|
| 2241 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 2242 | TYPE(ctrl_out), SAVE :: o_TxT = ctrl_out((/ 11, 11, 11, 11, 11, 11, 6, 6, 6, 11/), & |
|---|
| 2243 | 'T2', 'T2', 'K2', (/ "inst(X)", "inst(X)", "inst(X)", & |
|---|
| 2244 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
|---|
| 2245 | |
|---|
| 2246 | INCLUDE 'spla_output_dat.h' |
|---|
| 2247 | |
|---|
| 2248 | type(ctrl_out), save:: o_delta_sst & |
|---|
| 2249 | = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'delta_SST', & |
|---|
| 2250 | "ocean-air interface temperature minus bulk SST", "K", '') |
|---|
| 2251 | |
|---|
| 2252 | type(ctrl_out), save:: o_delta_sal & |
|---|
| 2253 | = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'delta_sal', & |
|---|
| 2254 | "ocean-air interface salinity minus bulk salinity", "ppt", '') |
|---|
| 2255 | |
|---|
| 2256 | type(ctrl_out), save:: o_ds_ns & |
|---|
| 2257 | = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'dS_ns', & |
|---|
| 2258 | "subskin salinity minus foundation salinity", "ppt", '') |
|---|
| 2259 | |
|---|
| 2260 | type(ctrl_out), save:: o_dt_ns & |
|---|
| 2261 | = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'dT_ns', & |
|---|
| 2262 | "subskin temperature minus foundation temperature", "K", '') |
|---|
| 2263 | |
|---|
| 2264 | type(ctrl_out), save:: o_dter & |
|---|
| 2265 | = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'dTer', & |
|---|
| 2266 | "ocean-air interface temperature minus sub-skin temperature", "K", '') |
|---|
| 2267 | |
|---|
| 2268 | type(ctrl_out), save:: o_dser & |
|---|
| 2269 | = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'dSer', & |
|---|
| 2270 | "ocean-air interface salinity minus sub-skin salinity", "ppt", '') |
|---|
| 2271 | |
|---|
| 2272 | type(ctrl_out), save:: o_tkt & |
|---|
| 2273 | = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'tkt', & |
|---|
| 2274 | "thickness of thermal microlayer", "m", '') |
|---|
| 2275 | |
|---|
| 2276 | type(ctrl_out), save:: o_tks & |
|---|
| 2277 | = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'tks', & |
|---|
| 2278 | "thickness of salinity microlayer", "m", '') |
|---|
| 2279 | |
|---|
| 2280 | type(ctrl_out), save:: o_taur & |
|---|
| 2281 | = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'taur', & |
|---|
| 2282 | "momentum flux due to rain", "Pa", '') |
|---|
| 2283 | |
|---|
| 2284 | type(ctrl_out), save:: o_sss & |
|---|
| 2285 | = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'SSS', & |
|---|
| 2286 | "bulk sea-surface salinity", "ppt", '') |
|---|
| 2287 | |
|---|
| 2288 | END MODULE phys_output_ctrlout_mod |
|---|