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