[3257] | 1 | ! |
---|
| 2 | ! $Id: phys_output_ctrlout_mod.F90 5709 2025-06-16 15:26:50Z jyg $ |
---|
| 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) /)) |
---|
[5486] | 386 | TYPE(ctrl_out), SAVE :: o_icesub_lic = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 387 | 'icesub_lic', 'sublimation of ice over landice tiles, mesh-averaged', 'kg/(s*m2)', (/ ('', i=1, 10) /)) |
---|
[4523] | 388 | TYPE(ctrl_out), SAVE :: o_ustart_lic = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 389 | 'ustart_lic', 'threshold velocity', 'm/s', (/ ('', i=1, 10) /)) |
---|
| 390 | TYPE(ctrl_out), SAVE :: o_rhosnow_lic = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 391 | 'rhosnow_lic', 'snow density lic', 'kg/m3', (/ ('', i=1, 10) /)) |
---|
[4835] | 392 | TYPE(ctrl_out), SAVE :: o_qsalt_lic = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 393 | 'qsalt_lic', 'qb in saltation layer lic', 'kg/kg', (/ ('', i=1, 10) /)) |
---|
[2752] | 394 | TYPE(ctrl_out), SAVE :: o_sens_prec_liq_oce = ctrl_out((/ 5, 5, 10, 10, 5, 10, 11, 11, 11, 11/), & |
---|
| 395 | 'sens_rain_oce', 'Sensible heat flux of liquid prec. over ocean', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 396 | TYPE(ctrl_out), SAVE :: o_sens_prec_liq_sic = ctrl_out((/ 5, 5, 10, 10, 5, 10, 11, 11, 11, 11/), & |
---|
| 397 | 'sens_rain_sic', 'Sensible heat flux of liquid prec. over seaice', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 398 | TYPE(ctrl_out), SAVE :: o_sens_prec_sol_oce = ctrl_out((/ 5, 5, 10, 10, 5, 10, 11, 11, 11, 11/), & |
---|
| 399 | 'sens_snow_oce', 'Sensible heat flux of solid prec. over ocean', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 400 | TYPE(ctrl_out), SAVE :: o_sens_prec_sol_sic = ctrl_out((/ 5, 5, 10, 10, 5, 10, 11, 11, 11, 11/), & |
---|
| 401 | 'sens_snow_sic', 'Sensible heat flux of solid prec. over seaice', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 402 | TYPE(ctrl_out), SAVE :: o_lat_prec_liq_oce = ctrl_out((/ 5, 5, 10, 10, 5, 10, 11, 11, 11, 11/), & |
---|
| 403 | 'lat_rain_oce', 'Latent heat flux of liquid prec. over ocean', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 404 | TYPE(ctrl_out), SAVE :: o_lat_prec_liq_sic = ctrl_out((/ 5, 5, 10, 10, 5, 10, 11, 11, 11, 11/), & |
---|
| 405 | 'lat_rain_sic', 'Latent heat flux of liquid prec. over seaice', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 406 | TYPE(ctrl_out), SAVE :: o_lat_prec_sol_oce = ctrl_out((/ 5, 5, 10, 10, 5, 10, 11, 11, 11, 11/), & |
---|
| 407 | 'lat_snow_oce', 'Latent heat flux of solid prec. over ocean', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 408 | TYPE(ctrl_out), SAVE :: o_lat_prec_sol_sic = ctrl_out((/ 5, 5, 10, 10, 5, 10, 11, 11, 11, 11/), & |
---|
| 409 | 'lat_snow_sic', 'Latent heat flux of solid prec. over seaice', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[2538] | 410 | |
---|
| 411 | |
---|
[1792] | 412 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_evap_srf = (/ & |
---|
[2752] | 413 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'evap_ter', & |
---|
| 414 | "evaporation at surface "//clnsurf(1),"kg/(s*m2)", (/ ('', i=1, 10) /)), & |
---|
| 415 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'evap_lic', & |
---|
| 416 | "evaporation at surface "//clnsurf(2),"kg/(s*m2)", (/ ('', i=1, 10) /)), & |
---|
| 417 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'evap_oce', & |
---|
| 418 | "evaporation at surface "//clnsurf(3),"kg/(s*m2)", (/ ('', i=1, 10) /)), & |
---|
| 419 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'evap_sic', & |
---|
| 420 | "evaporation at surface "//clnsurf(4),"kg/(s*m2)", (/ ('', i=1, 10) /)) /) |
---|
[1792] | 421 | |
---|
[2752] | 422 | TYPE(ctrl_out), SAVE :: o_msnow = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 423 | 'msnow', 'Surface snow amount', 'kg/m2', (/ ('', i=1, 10) /)) |
---|
| 424 | TYPE(ctrl_out), SAVE :: o_fsnow = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 425 | 'fsnow', 'Surface snow area fraction', '-', (/ ('', i=1, 10) /)) |
---|
[5662] | 426 | !GG |
---|
| 427 | TYPE(ctrl_out), SAVE :: o_hice = ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/), & |
---|
| 428 | 'hice', 'Sea Ice Thickness', 'm', (/ ('', i=1, 10) /)) |
---|
| 429 | TYPE(ctrl_out), SAVE :: o_fcds = ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/), & |
---|
| 430 | 'fcds', 'Cond. flux snow on sea ice', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 431 | TYPE(ctrl_out), SAVE :: o_fcdi = ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/), & |
---|
| 432 | 'fcdi', 'Cond. flux sea ice', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 433 | TYPE(ctrl_out), SAVE :: o_dh_basal_growth = ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/), & |
---|
| 434 | 'dh_basal_growth', 'Sea ice thickness tendency due to basal growth', 'm/day', (/ ('', i=1, 10) /)) |
---|
| 435 | TYPE(ctrl_out), SAVE :: o_dh_basal_melt = ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/), & |
---|
| 436 | 'dh_basal_melt', 'Sea ice thickness tendency due to basal melt', 'm/day', (/ ('', i=1, 10) /)) |
---|
| 437 | TYPE(ctrl_out), SAVE :: o_dh_top_melt = ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/), & |
---|
| 438 | 'dh_top_melt', 'Sea ice thickness tendency due to melt from above', 'm/day', (/ ('', i=1, 10) /)) |
---|
| 439 | TYPE(ctrl_out), SAVE :: o_dh_snow2sic = ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/), & |
---|
| 440 | 'dh_snow2sic', 'Sea ice thickness tendency due snow conversion', 'm/day', (/ ('', i=1, 10) /)) |
---|
| 441 | TYPE(ctrl_out), SAVE :: o_tice = ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/), & |
---|
| 442 | 'tice', 'Sea Ice Temperature', 'K', (/ ('', i=1, 10) /)) |
---|
| 443 | TYPE(ctrl_out), SAVE :: o_dtice_melt = ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/), & |
---|
| 444 | 'dtice_melt', 'Sea Ice Temperature tendency due to >0 tsol', 'K/day', (/ ('', i=1, 10) /)) |
---|
| 445 | TYPE(ctrl_out), SAVE :: o_dtice_snow2sic = ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/), & |
---|
| 446 | 'dtice_snow2sic', 'Sea Ice Temperature tendency due snow conversion', 'K/day', (/ ('', i=1, 10) /)) |
---|
| 447 | TYPE(ctrl_out), SAVE :: o_bilg_cumul = ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/), & |
---|
| 448 | 'bilg_cumul', 'Flux conductivite et transmis', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 449 | !GG |
---|
[2752] | 450 | TYPE(ctrl_out), SAVE :: o_tops = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 451 | 'tops', 'Solar rad. at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 452 | TYPE(ctrl_out), SAVE :: o_tops0 = ctrl_out((/ 1, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 453 | 'tops0', 'CS Solar rad. at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 454 | TYPE(ctrl_out), SAVE :: o_topl = ctrl_out((/ 1, 1, 10, 5, 10, 10, 11, 11, 11, 11/), & |
---|
| 455 | 'topl', 'IR rad. at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 456 | TYPE(ctrl_out), SAVE :: o_topl0 = ctrl_out((/ 1, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 457 | 'topl0', 'IR rad. at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 458 | TYPE(ctrl_out), SAVE :: o_SWupTOA = ctrl_out((/ 1, 4, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 459 | 'SWupTOA', 'SWup at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 460 | TYPE(ctrl_out), SAVE :: o_SWupTOAclr = ctrl_out((/ 1, 4, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 461 | 'SWupTOAclr', 'SWup clear sky at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[3106] | 462 | TYPE(ctrl_out), SAVE :: o_SWupTOAcleanclr = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[3082] | 463 | 'SWupTOAcleanclr', 'SWup clear sky clean (no aerosol) at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[2752] | 464 | TYPE(ctrl_out), SAVE :: o_SWdnTOA = ctrl_out((/ 1, 4, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 465 | 'SWdnTOA', 'SWdn at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 466 | TYPE(ctrl_out), SAVE :: o_SWdnTOAclr = ctrl_out((/ 1, 4, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 467 | 'SWdnTOAclr', 'SWdn clear sky at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 468 | TYPE(ctrl_out), SAVE :: o_nettop = ctrl_out((/ 1, 4, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 469 | 'nettop', 'Net dn radiatif flux at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 470 | TYPE(ctrl_out), SAVE :: o_SWup200 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 471 | 'SWup200', 'SWup at 200mb', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 472 | TYPE(ctrl_out), SAVE :: o_SWup200clr = ctrl_out((/ 10, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 473 | 'SWup200clr', 'SWup clear sky at 200mb', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 474 | TYPE(ctrl_out), SAVE :: o_SWdn200 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 475 | 'SWdn200', 'SWdn at 200mb', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 476 | TYPE(ctrl_out), SAVE :: o_SWdn200clr = ctrl_out((/ 10, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 477 | 'SWdn200clr', 'SWdn clear sky at 200mb', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[5204] | 478 | TYPE(ctrl_out), SAVE :: o_LWupTOA = ctrl_out((/ 1, 4, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 479 | 'LWupTOA', 'LWup at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 480 | TYPE(ctrl_out), SAVE :: o_LWupTOAclr = ctrl_out((/ 1, 4, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 481 | 'LWupTOAclr', 'LWup clear sky at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[2752] | 482 | ! type(ctrl_out),save :: o_LWdnTOA = ctrl_out((/ 1, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'LWdnTOA', & |
---|
| 483 | ! (/ ('', i=1, 10) /)) |
---|
| 484 | ! type(ctrl_out),save :: o_LWdnTOAclr = ctrl_out((/ 1, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'LWdnTOAclr', & |
---|
| 485 | ! (/ ('', i=1, 10) /)) |
---|
[5677] | 486 | !FC |
---|
| 487 | TYPE(ctrl_out), SAVE :: o_lwtoab130 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 488 | 'lwtoab130', 'LW TOA band 130cm-1 ', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5709] | 489 | TYPE(ctrl_out), SAVE :: o_lwtoa0b130 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 490 | 'lwtoa0b130', 'LW TOA band 130cm-1 CS', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5677] | 491 | TYPE(ctrl_out), SAVE :: o_lwtoab375 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 492 | 'lwtoab375', 'LW TOA band 375cm-1', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5709] | 493 | TYPE(ctrl_out), SAVE :: o_lwtoa0b375 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 494 | 'lwtoa0b375', 'LW TOA band 375cm-1 CS', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5677] | 495 | TYPE(ctrl_out), SAVE :: o_lwtoab565 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 496 | 'lwtoab565', 'LW TOA band 565cm-1 ', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5709] | 497 | TYPE(ctrl_out), SAVE :: o_lwtoa0b565 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 498 | 'lwtoa0b565', 'LW TOA band 565cm-1 CS ', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5677] | 499 | TYPE(ctrl_out), SAVE :: o_lwtoab665 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 500 | 'lwtoab665', 'LW TOA band 665cm-1', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5709] | 501 | TYPE(ctrl_out), SAVE :: o_lwtoa0b665 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 502 | 'lwtoa0b665', 'LW TOA band 665cm-1 CS', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5677] | 503 | TYPE(ctrl_out), SAVE :: o_lwtoab760 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 504 | 'lwtoab760', 'LW TOA band 760cm-1', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5709] | 505 | TYPE(ctrl_out), SAVE :: o_lwtoa0b760 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 506 | 'lwtoa0b760', 'LW TOA band 760cm-1 CS', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5677] | 507 | TYPE(ctrl_out), SAVE :: o_lwtoab900 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 508 | 'lwtoab900', 'LW TOA band 900cm-1', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5709] | 509 | TYPE(ctrl_out), SAVE :: o_lwtoa0b900 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 510 | 'lwtoa0b900', 'LW TOA band 900cm-1 CS', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5677] | 511 | TYPE(ctrl_out), SAVE :: o_lwtoab1030 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 512 | 'lwtoab1030', 'LW TOA band 1030cm-1', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5709] | 513 | TYPE(ctrl_out), SAVE :: o_lwtoa0b1030 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 514 | 'lwtoa0b1030', 'LW TOA band 1030cm-1 CS', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5677] | 515 | TYPE(ctrl_out), SAVE :: o_lwtoab1130 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 516 | 'lwtoab1130', 'LW TOA band 1130cm-1', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5709] | 517 | TYPE(ctrl_out), SAVE :: o_lwtoa0b1130 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 518 | 'lwtoa0b1130', 'LW TOA band 1130cm-1 CS', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5677] | 519 | TYPE(ctrl_out), SAVE :: o_lwtoab1285 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 520 | 'lwtoab1285', 'LW TOA band 1285cm-1', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5709] | 521 | TYPE(ctrl_out), SAVE :: o_lwtoa0b1285 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 522 | 'lwtoa0b1285', 'LW TOA band 1285cm-1 CS', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5677] | 523 | TYPE(ctrl_out), SAVE :: o_lwtoab1435 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 524 | 'lwtoab1435', 'LW TOA band 1435cm-1', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5709] | 525 | TYPE(ctrl_out), SAVE :: o_lwtoa0b1435 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 526 | 'lwtoa0b1435', 'LW TOA band 1435cm-1 CS', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5677] | 527 | TYPE(ctrl_out), SAVE :: o_lwtoab1640 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 528 | 'lwtoab1640', 'LW TOA band 1640cm-1', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5709] | 529 | TYPE(ctrl_out), SAVE :: o_lwtoa0b1640 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 530 | 'lwtoa0b1640', 'LW TOA band 1640cm-1 CS', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5677] | 531 | TYPE(ctrl_out), SAVE :: o_lwtoab1940 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 532 | 'lwtoab1940', 'LW TOA band 1940cm-1', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5709] | 533 | TYPE(ctrl_out), SAVE :: o_lwtoa0b1940 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 534 | 'lwtoa0b1940', 'LW TOA band 1940cm-1 CS', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5677] | 535 | TYPE(ctrl_out), SAVE :: o_lwtoab2165 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 536 | 'lwtoab2165', 'LW TOA band 2165cm-1', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5709] | 537 | TYPE(ctrl_out), SAVE :: o_lwtoa0b2165 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 538 | 'lwtoa0b2165', 'LW TOA band 2165cm-1 CS', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5677] | 539 | TYPE(ctrl_out), SAVE :: o_lwtoab2315 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 540 | 'lwtoab2315', 'LW TOA band 2315cm-1', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5709] | 541 | TYPE(ctrl_out), SAVE :: o_lwtoa0b2315 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 542 | 'lwtoa0b2315', 'LW TOA band 2315cm-1 CS', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5677] | 543 | TYPE(ctrl_out), SAVE :: o_lwtoab2490 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 544 | 'lwtoab2490', 'LW TOA band 2490cm-1', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5709] | 545 | TYPE(ctrl_out), SAVE :: o_lwtoa0b2490 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 546 | 'lwtoa0b2490', 'LW TOA band 2490cm-1 CS', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5677] | 547 | TYPE(ctrl_out), SAVE :: o_lwtoab2800 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 548 | 'lwtoab2800', 'LW TOA band 2800cm-1 ', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5709] | 549 | TYPE(ctrl_out), SAVE :: o_lwtoa0b2800 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 550 | 'lwtoa0b2800', 'LW TOA band 2800cm-1 CS ', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5677] | 551 | TYPE(ctrl_out), SAVE :: o_lwtoabtot = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 552 | 'lwtoabtot', 'LW TOA band total', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5709] | 553 | TYPE(ctrl_out), SAVE :: o_lwtoa0btot = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 554 | 'lwtoa0btot', 'LW TOA band total CS', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[5677] | 555 | TYPE(ctrl_out), SAVE :: o_lwtoa0b = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 556 | 'lwtoa0b', 'LW TOA CS band ', 'W m-2', (/ ('', i=1, 10) /)) |
---|
| 557 | TYPE(ctrl_out), SAVE :: o_lwtoab4co2 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 558 | 'lwtoab4co2', 'LW TOA band 4xCO2', 'W m-2', (/ ('', i=1, 10) /)) |
---|
| 559 | TYPE(ctrl_out), SAVE :: o_lwtoacsb4co2 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 560 | 'lwtoacsb4co2', 'LW TOA CS band 4xCO2 CS', 'W m-2', (/ ('', i=1, 10) /)) |
---|
| 561 | |
---|
| 562 | |
---|
| 563 | !FC voir si on ajoute le ciel clair 4xco2 |
---|
| 564 | |
---|
[2752] | 565 | TYPE(ctrl_out), SAVE :: o_LWup200 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 566 | 'LWup200', 'LWup at 200mb', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 567 | TYPE(ctrl_out), SAVE :: o_LWup200clr = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 568 | 'LWup200clr', 'LWup clear sky at 200mb', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 569 | TYPE(ctrl_out), SAVE :: o_LWdn200 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 570 | 'LWdn200', 'LWdn at 200mb', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 571 | TYPE(ctrl_out), SAVE :: o_LWdn200clr = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 572 | 'LWdn200clr', 'LWdn clear sky at 200mb', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 573 | TYPE(ctrl_out), SAVE :: o_sols = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 574 | 'sols', 'Solar rad. at surf.', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 575 | TYPE(ctrl_out), SAVE :: o_sols0 = ctrl_out((/ 1, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 576 | 'sols0', 'Solar rad. at surf.', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 577 | TYPE(ctrl_out), SAVE :: o_soll = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 578 | 'soll', 'IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 579 | TYPE(ctrl_out), SAVE :: o_soll0 = ctrl_out((/ 1, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 580 | 'soll0', 'IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 581 | TYPE(ctrl_out), SAVE :: o_radsol = ctrl_out((/ 1, 7, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 582 | 'radsol', 'Rayonnement au sol', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 583 | TYPE(ctrl_out), SAVE :: o_SWupSFC = ctrl_out((/ 1, 4, 10, 10, 5, 10, 11, 11, 11, 11/), & |
---|
| 584 | 'SWupSFC', 'SWup at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 585 | TYPE(ctrl_out), SAVE :: o_SWupSFCclr = ctrl_out((/ 1, 4, 10, 10, 5, 10, 11, 11, 11, 11/), & |
---|
| 586 | 'SWupSFCclr', 'SWup clear sky at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[3106] | 587 | TYPE(ctrl_out), SAVE :: o_SWupSFCcleanclr = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[3082] | 588 | 'SWupSFCcleanclr', 'SWup clear sky clean (no aerosol) at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[3756] | 589 | TYPE(ctrl_out), SAVE :: o_fdiffSWdnSFC = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 590 | 'fdiffSWdnSFC', 'Fraction of diffuse SWdn at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 591 | TYPE(ctrl_out), SAVE :: o_SWdnSFC = ctrl_out((/ 1, 1, 1, 10, 5, 10, 11, 11, 11, 11/), & |
---|
[2752] | 592 | 'SWdnSFC', 'SWdn at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 593 | TYPE(ctrl_out), SAVE :: o_SWdnSFCclr = ctrl_out((/ 1, 4, 10, 10, 5, 10, 11, 11, 11, 11/), & |
---|
| 594 | 'SWdnSFCclr', 'SWdn clear sky at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[3106] | 595 | TYPE(ctrl_out), SAVE :: o_SWdnSFCcleanclr = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[3082] | 596 | 'SWdnSFCcleanclr', 'SWdn clear sky clean (no aerosol) at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[2752] | 597 | TYPE(ctrl_out), SAVE :: o_LWupSFC = ctrl_out((/ 1, 4, 10, 10, 5, 10, 11, 11, 11, 11/), & |
---|
| 598 | 'LWupSFC', 'Upwd. IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 599 | TYPE(ctrl_out), SAVE :: o_LWupSFCclr = ctrl_out((/ 1, 4, 10, 10, 5, 10, 11, 11, 11, 11/), & |
---|
| 600 | 'LWupSFCclr', 'CS Upwd. IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 601 | TYPE(ctrl_out), SAVE :: o_LWdnSFC = ctrl_out((/ 1, 4, 10, 10, 5, 10, 11, 11, 11, 11/), & |
---|
| 602 | 'LWdnSFC', 'Down. IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 603 | TYPE(ctrl_out), SAVE :: o_LWdnSFCclr = ctrl_out((/ 1, 4, 10, 10, 5, 10, 11, 11, 11, 11/), & |
---|
| 604 | 'LWdnSFCclr', 'Down. CS IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[3106] | 605 | TYPE(ctrl_out), SAVE :: o_LWupTOAcleanclr = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 606 | 'LWupTOAcleanclr', 'Upward CS clean (no aerosol) IR rad. at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 607 | TYPE(ctrl_out), SAVE :: o_LWdnSFCcleanclr = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 608 | 'LWdnSFCcleanclr', 'Downward CS clean (no aerosol) IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[2752] | 609 | TYPE(ctrl_out), SAVE :: o_bils = ctrl_out((/ 1, 2, 10, 5, 10, 10, 11, 11, 11, 11/), & |
---|
| 610 | 'bils', 'Surf. total heat flux', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 611 | TYPE(ctrl_out), SAVE :: o_bils_tke = ctrl_out((/ 1, 2, 10, 5, 10, 10, 11, 11, 11, 11/), & |
---|
| 612 | 'bils_tke', 'Surf. total heat flux', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 613 | TYPE(ctrl_out), SAVE :: o_bils_diss = ctrl_out((/ 1, 2, 10, 5, 10, 10, 11, 11, 11, 11/), & |
---|
| 614 | 'bils_diss', 'Surf. total heat flux', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 615 | TYPE(ctrl_out), SAVE :: o_bils_ec = ctrl_out((/ 1, 2, 10, 5, 10, 10, 11, 11, 11, 11/), & |
---|
| 616 | 'bils_ec', 'Surf. total heat flux correction', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 617 | TYPE(ctrl_out), SAVE :: o_bils_ech = ctrl_out((/ 1, 2, 10, 5, 10, 10, 11, 11, 11, 11/), & |
---|
| 618 | 'bils_ech', 'Surf. total heat flux correction', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 619 | TYPE(ctrl_out), SAVE :: o_bils_kinetic = ctrl_out((/ 1, 2, 10, 5, 10, 10, 11, 11, 11, 11/), & |
---|
| 620 | 'bils_kinetic', 'Surf. total heat flux', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 621 | TYPE(ctrl_out), SAVE :: o_bils_enthalp = ctrl_out((/ 1, 2, 10, 5, 10, 10, 11, 11, 11, 11/), & |
---|
| 622 | 'bils_enthalp', 'Surf. total heat flux', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 623 | TYPE(ctrl_out), SAVE :: o_bils_latent = ctrl_out((/ 1, 2, 10, 5, 10, 10, 11, 11, 11, 11/), & |
---|
| 624 | 'bils_latent', 'Surf. total heat flux', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 625 | TYPE(ctrl_out), SAVE :: o_sens = ctrl_out((/ 1, 1, 10, 10, 5, 10, 11, 11, 11, 11/), & |
---|
| 626 | 'sens', 'Sensible heat flux', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 627 | TYPE(ctrl_out), SAVE :: o_fder = ctrl_out((/ 1, 2, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 628 | 'fder', 'Heat flux derivation', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 629 | TYPE(ctrl_out), SAVE :: o_ffonte = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 630 | 'ffonte', 'Thermal flux for snow melting', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 631 | TYPE(ctrl_out), SAVE :: o_fqcalving = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 632 | 'fqcalving', 'Ice Calving', 'kg/m2/s', (/ ('', i=1, 10) /)) |
---|
| 633 | TYPE(ctrl_out), SAVE :: o_fqfonte = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 634 | 'fqfonte', 'Land ice melt', 'kg/m2/s', (/ ('', i=1, 10) /)) |
---|
[3095] | 635 | TYPE(ctrl_out), SAVE :: o_mrroli = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 636 | 'mrroli', 'Runoff flux over land ice', 'kg/m2/s', (/ ('', i=1, 10) /)) |
---|
[2752] | 637 | TYPE(ctrl_out), SAVE :: o_runofflic = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 638 | 'runofflic', 'Land ice melt to ocean', 'kg/m2/s', (/ ('', i=1, 10) /)) |
---|
| 639 | TYPE(ctrl_out), SAVE :: o_taux = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 640 | 'taux', 'Zonal wind stress', 'Pa', (/ ('', i=1, 10) /)) |
---|
| 641 | TYPE(ctrl_out), SAVE :: o_tauy = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 642 | 'tauy', 'Meridional wind stress', 'Pa', (/ ('', i=1, 10) /)) |
---|
[1792] | 643 | |
---|
[5627] | 644 | ! AM |
---|
| 645 | !!! The number of continental sub-surfaces (max_nbtersrf) is defined in indice_sol_mod |
---|
| 646 | |
---|
| 647 | TYPE(ctrl_out), SAVE, DIMENSION(max_nbtersrf) :: o_frac_tersrf = (/ & |
---|
| 648 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'frac_tersrf'//nb_tersrf(1), & |
---|
| 649 | "Fraction of each continental sub-surface "//nb_tersrf(1),"K", (/ ('', i=1, 10) /)), & |
---|
| 650 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'frac_tersrf'//nb_tersrf(2), & |
---|
| 651 | "Fraction of each continental sub-surface "//nb_tersrf(2),"K", (/ ('', i=1, 10) /)), & |
---|
| 652 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'frac_tersrf'//nb_tersrf(3), & |
---|
| 653 | "Fraction of each continental sub-surface "//nb_tersrf(3),"K", (/ ('', i=1, 10) /)), & |
---|
| 654 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'frac_tersrf'//nb_tersrf(4), & |
---|
| 655 | "Fraction of each continental sub-surface "//nb_tersrf(4),"K", (/ ('', i=1, 10) /)), & |
---|
| 656 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'frac_tersrf'//nb_tersrf(5), & |
---|
| 657 | "Fraction of each continental sub-surface "//nb_tersrf(5),"K", (/ ('', i=1, 10) /)) /) |
---|
| 658 | |
---|
| 659 | TYPE(ctrl_out), SAVE, DIMENSION(max_nbtersrf) :: o_qsurf_tersrf = (/ & |
---|
| 660 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'qsurf_tersrf'//nb_tersrf(1), & |
---|
| 661 | "Surface humidity of continental sub-surface "//nb_tersrf(1),"K", (/ ('', i=1, 10) /)), & |
---|
| 662 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'qsurf_tersrf'//nb_tersrf(2), & |
---|
| 663 | "Surface humidity of continental sub-surface "//nb_tersrf(2),"K", (/ ('', i=1, 10) /)), & |
---|
| 664 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'qsurf_tersrf'//nb_tersrf(3), & |
---|
| 665 | "Surface humidity of continental sub-surface "//nb_tersrf(3),"K", (/ ('', i=1, 10) /)), & |
---|
| 666 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'qsurf_tersrf'//nb_tersrf(4), & |
---|
| 667 | "Surface humidity of continental sub-surface "//nb_tersrf(4),"K", (/ ('', i=1, 10) /)), & |
---|
| 668 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'qsurf_tersrf'//nb_tersrf(5), & |
---|
| 669 | "Surface humidity of continental sub-surface "//nb_tersrf(5),"K", (/ ('', i=1, 10) /)) /) |
---|
| 670 | |
---|
| 671 | TYPE(ctrl_out), SAVE, DIMENSION(max_nbtersrf) :: o_tsurf_new_tersrf = (/ & |
---|
| 672 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsol_tersrf'//nb_tersrf(1), & |
---|
| 673 | "Surface temperature of continental sub-surface "//nb_tersrf(1),"K", (/ ('', i=1, 10) /)), & |
---|
| 674 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsol_tersrf'//nb_tersrf(2), & |
---|
| 675 | "Surface temperature of continental sub-surface "//nb_tersrf(2),"K", (/ ('', i=1, 10) /)), & |
---|
| 676 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsol_tersrf'//nb_tersrf(3), & |
---|
| 677 | "Surface temperature of continental sub-surface "//nb_tersrf(3),"K", (/ ('', i=1, 10) /)), & |
---|
| 678 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsol_tersrf'//nb_tersrf(4), & |
---|
| 679 | "Surface temperature of continental sub-surface "//nb_tersrf(4),"K", (/ ('', i=1, 10) /)), & |
---|
| 680 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsol_tersrf'//nb_tersrf(5), & |
---|
| 681 | "Surface temperature of continental sub-surface "//nb_tersrf(5),"K", (/ ('', i=1, 10) /)) /) |
---|
| 682 | TYPE(ctrl_out), SAVE, DIMENSION(max_nbtersrf) :: o_swnet_tersrf = (/ & |
---|
| 683 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'sols_tersrf'//nb_tersrf(1), & |
---|
| 684 | "Net SW radiation of continental sub-surface "//nb_tersrf(1),"K", (/ ('', i=1, 10) /)), & |
---|
| 685 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'sols_tersrf'//nb_tersrf(2), & |
---|
| 686 | "Net SW radiation of continental sub-surface "//nb_tersrf(2),"K", (/ ('', i=1, 10) /)), & |
---|
| 687 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'sols_tersrf'//nb_tersrf(3), & |
---|
| 688 | "Net SW radiation of continental sub-surface "//nb_tersrf(3),"K", (/ ('', i=1, 10) /)), & |
---|
| 689 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'sols_tersrf'//nb_tersrf(4), & |
---|
| 690 | "Net SW radiation of continental sub-surface "//nb_tersrf(4),"K", (/ ('', i=1, 10) /)), & |
---|
| 691 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'sols_tersrf'//nb_tersrf(5), & |
---|
| 692 | "Net SW radiation of continental sub-surface "//nb_tersrf(5),"K", (/ ('', i=1, 10) /)) /) |
---|
| 693 | |
---|
| 694 | TYPE(ctrl_out), SAVE, DIMENSION(max_nbtersrf) :: o_lwnet_tersrf = (/ & |
---|
| 695 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'soll_tersrf'//nb_tersrf(1), & |
---|
| 696 | "Net LW radiation of continental sub-surface "//nb_tersrf(1),"K", (/ ('', i=1, 10) /)), & |
---|
| 697 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'soll_tersrf'//nb_tersrf(2), & |
---|
| 698 | "Net LW radiation of continental sub-surface "//nb_tersrf(2),"K", (/ ('', i=1, 10) /)), & |
---|
| 699 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'soll_tersrf'//nb_tersrf(3), & |
---|
| 700 | "Net LW radiation of continental sub-surface "//nb_tersrf(3),"K", (/ ('', i=1, 10) /)), & |
---|
| 701 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'soll_tersrf'//nb_tersrf(4), & |
---|
| 702 | "Net LW radiation of continental sub-surface "//nb_tersrf(4),"K", (/ ('', i=1, 10) /)), & |
---|
| 703 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'soll_tersrf'//nb_tersrf(5), & |
---|
| 704 | "Net LW radiation of continental sub-surface "//nb_tersrf(5),"K", (/ ('', i=1, 10) /)) /) |
---|
| 705 | |
---|
| 706 | TYPE(ctrl_out), SAVE, DIMENSION(max_nbtersrf) :: o_fluxsens_tersrf = (/ & |
---|
| 707 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'sens_tersrf'//nb_tersrf(1), & |
---|
| 708 | "Sensible heat flux of continental sub-surface "//nb_tersrf(1),"K", (/ ('', i=1, 10) /)), & |
---|
| 709 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'sens_tersrf'//nb_tersrf(2), & |
---|
| 710 | "Sensible heat flux of continental sub-surface "//nb_tersrf(2),"K", (/ ('', i=1, 10) /)), & |
---|
| 711 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'sens_tersrf'//nb_tersrf(3), & |
---|
| 712 | "Sensible heat flux of continental sub-surface "//nb_tersrf(3),"K", (/ ('', i=1, 10) /)), & |
---|
| 713 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'sens_tersrf'//nb_tersrf(4), & |
---|
| 714 | "Sensible heat flux of continental sub-surface "//nb_tersrf(4),"K", (/ ('', i=1, 10) /)), & |
---|
| 715 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'sens_tersrf'//nb_tersrf(5), & |
---|
| 716 | "Sensible heat flux of continental sub-surface "//nb_tersrf(5),"K", (/ ('', i=1, 10) /)) /) |
---|
| 717 | TYPE(ctrl_out), SAVE, DIMENSION(max_nbtersrf) :: o_fluxlat_tersrf = (/ & |
---|
| 718 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'flat_tersrf'//nb_tersrf(1), & |
---|
| 719 | "Latent heat flux of continental sub-surface "//nb_tersrf(1),"K", (/ ('', i=1, 10) /)), & |
---|
| 720 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'flat_tersrf'//nb_tersrf(2), & |
---|
| 721 | "Latent heat flux of continental sub-surface "//nb_tersrf(2),"K", (/ ('', i=1, 10) /)), & |
---|
| 722 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'flat_tersrf'//nb_tersrf(3), & |
---|
| 723 | "Latent heat flux of continental sub-surface "//nb_tersrf(3),"K", (/ ('', i=1, 10) /)), & |
---|
| 724 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'flat_tersrf'//nb_tersrf(4), & |
---|
| 725 | "Latent heat flux of continental sub-surface "//nb_tersrf(4),"K", (/ ('', i=1, 10) /)), & |
---|
| 726 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'flat_tersrf'//nb_tersrf(5), & |
---|
| 727 | "Latent heat flux of continental sub-surface "//nb_tersrf(5),"K", (/ ('', i=1, 10) /)) /) |
---|
| 728 | TYPE(ctrl_out), SAVE, DIMENSION(max_nbtersrf) :: o_cdragm_tersrf = (/ & |
---|
| 729 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'cdrm_tersrf'//nb_tersrf(1), & |
---|
| 730 | "Momentum drag coefficient of continental sub-surface "//nb_tersrf(1),"K", (/ ('', i=1, 10) /)), & |
---|
| 731 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'cdrm_tersrf'//nb_tersrf(2), & |
---|
| 732 | "Momentum drag coefficient of continental sub-surface "//nb_tersrf(2),"K", (/ ('', i=1, 10) /)), & |
---|
| 733 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'cdrm_tersrf'//nb_tersrf(3), & |
---|
| 734 | "Momentum drag coefficient of continental sub-surface "//nb_tersrf(3),"K", (/ ('', i=1, 10) /)), & |
---|
| 735 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'cdrm_tersrf'//nb_tersrf(4), & |
---|
| 736 | "Momentum drag coefficient of continental sub-surface "//nb_tersrf(4),"K", (/ ('', i=1, 10) /)), & |
---|
| 737 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'cdrm_tersrf'//nb_tersrf(5), & |
---|
| 738 | "Momentum drag coefficient of continental sub-surface "//nb_tersrf(5),"K", (/ ('', i=1, 10) /)) /) |
---|
| 739 | |
---|
| 740 | TYPE(ctrl_out), SAVE, DIMENSION(max_nbtersrf) :: o_cdragh_tersrf = (/ & |
---|
| 741 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'cdrh_tersrf'//nb_tersrf(1), & |
---|
| 742 | "Heat drag coefficient of continental sub-surface "//nb_tersrf(1),"K", (/ ('', i=1, 10) /)), & |
---|
| 743 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'cdrh_tersrf'//nb_tersrf(2), & |
---|
| 744 | "Heat drag coefficient of continental sub-surface "//nb_tersrf(2),"K", (/ ('', i=1, 10) /)), & |
---|
| 745 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'cdrh_tersrf'//nb_tersrf(3), & |
---|
| 746 | "Heat drag coefficient of continental sub-surface "//nb_tersrf(3),"K", (/ ('', i=1, 10) /)), & |
---|
| 747 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'cdrh_tersrf'//nb_tersrf(4), & |
---|
| 748 | "Heat drag coefficient of continental sub-surface "//nb_tersrf(4),"K", (/ ('', i=1, 10) /)), & |
---|
| 749 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'cdrh_tersrf'//nb_tersrf(5), & |
---|
| 750 | "Heat drag coefficient of continental sub-surface "//nb_tersrf(5),"K", (/ ('', i=1, 10) /)) /) |
---|
| 751 | |
---|
| 752 | TYPE(ctrl_out), SAVE, DIMENSION(max_nbtersrf*nsoilout) :: o_tsoil_tersrf = (/ & |
---|
| 753 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(1)//"_l"//nb_soil(1), & |
---|
| 754 | "Soil temperature of continental sub-surface "//nb_tersrf(1)//" layer "//nb_soil(1),"K", (/ ('', i=1, 10) /)), & |
---|
| 755 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(1)//"_l"//nb_soil(2), & |
---|
| 756 | "Soil temperature of continental sub-surface "//nb_tersrf(1)//" layer "//nb_soil(2),"K", (/ ('', i=1, 10) /)), & |
---|
| 757 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(1)//"_l"//nb_soil(3), & |
---|
| 758 | "Soil temperature of continental sub-surface "//nb_tersrf(1)//" layer "//nb_soil(3),"K", (/ ('', i=1, 10) /)), & |
---|
| 759 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(1)//"_l"//nb_soil(4), & |
---|
| 760 | "Soil temperature of continental sub-surface "//nb_tersrf(1)//" layer "//nb_soil(4),"K", (/ ('', i=1, 10) /)), & |
---|
| 761 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(1)//"_l"//nb_soil(5), & |
---|
| 762 | "Soil temperature of continental sub-surface "//nb_tersrf(1)//" layer "//nb_soil(5),"K", (/ ('', i=1, 10) /)), & |
---|
| 763 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(1)//"_l"//nb_soil(6), & |
---|
| 764 | "Soil temperature of continental sub-surface "//nb_tersrf(1)//" layer "//nb_soil(6),"K", (/ ('', i=1, 10) /)), & |
---|
| 765 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(1)//"_l"//nb_soil(7), & |
---|
| 766 | "Soil temperature of continental sub-surface "//nb_tersrf(1)//" layer "//nb_soil(7),"K", (/ ('', i=1, 10) /)), & |
---|
| 767 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(1)//"_l"//nb_soil(8), & |
---|
| 768 | "Soil temperature of continental sub-surface "//nb_tersrf(1)//" layer "//nb_soil(8),"K", (/ ('', i=1, 10) /)), & |
---|
| 769 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(1)//"_l"//nb_soil(9), & |
---|
| 770 | "Soil temperature of continental sub-surface "//nb_tersrf(1)//" layer "//nb_soil(9),"K", (/ ('', i=1, 10) /)), & |
---|
| 771 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(1)//"_l"//nb_soil(10), & |
---|
| 772 | "Soil temperature of continental sub-surface "//nb_tersrf(1)//" layer "//nb_soil(10),"K", (/ ('', i=1, 10) /)), & |
---|
| 773 | !ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(1)//"_l"//nb_soil(11), & |
---|
| 774 | !"Soil temperature of continental sub-surface "//nb_tersrf(1)//" layer "//nb_soil(11),"K", (/ ('', i=1, 10) /)), & |
---|
| 775 | !ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(1)//"_l"//nb_soil(12), & |
---|
| 776 | !"Soil temperature of continental sub-surface "//nb_tersrf(1)//" layer "//nb_soil(12),"K", (/ ('', i=1, 10) /)), & |
---|
| 777 | !ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(1)//"_l"//nb_soil(13), & |
---|
| 778 | !"Soil temperature of continental sub-surface "//nb_tersrf(1)//" layer "//nb_soil(13),"K", (/ ('', i=1, 10) /)), & |
---|
| 779 | !ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(1)//"_l"//nb_soil(14), & |
---|
| 780 | !"Soil temperature of continental sub-surface "//nb_tersrf(1)//" layer "//nb_soil(14),"K", (/ ('', i=1, 10) /)), & |
---|
| 781 | ! |
---|
| 782 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(2)//"_l"//nb_soil(1), & |
---|
| 783 | "Soil temperature of continental sub-surface "//nb_tersrf(2)//" layer "//nb_soil(1),"K", (/ ('', i=1, 10) /)), & |
---|
| 784 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(2)//"_l"//nb_soil(2), & |
---|
| 785 | "Soil temperature of continental sub-surface "//nb_tersrf(2)//" layer "//nb_soil(2),"K", (/ ('', i=1, 10) /)), & |
---|
| 786 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(2)//"_l"//nb_soil(3), & |
---|
| 787 | "Soil temperature of continental sub-surface "//nb_tersrf(2)//" layer "//nb_soil(3),"K", (/ ('', i=1, 10) /)), & |
---|
| 788 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(2)//"_l"//nb_soil(4), & |
---|
| 789 | "Soil temperature of continental sub-surface "//nb_tersrf(2)//" layer "//nb_soil(4),"K", (/ ('', i=1, 10) /)), & |
---|
| 790 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(2)//"_l"//nb_soil(5), & |
---|
| 791 | "Soil temperature of continental sub-surface "//nb_tersrf(2)//" layer "//nb_soil(5),"K", (/ ('', i=1, 10) /)), & |
---|
| 792 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(2)//"_l"//nb_soil(6), & |
---|
| 793 | "Soil temperature of continental sub-surface "//nb_tersrf(2)//" layer "//nb_soil(6),"K", (/ ('', i=1, 10) /)), & |
---|
| 794 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(2)//"_l"//nb_soil(7), & |
---|
| 795 | "Soil temperature of continental sub-surface "//nb_tersrf(2)//" layer "//nb_soil(7),"K", (/ ('', i=1, 10) /)), & |
---|
| 796 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(2)//"_l"//nb_soil(8), & |
---|
| 797 | "Soil temperature of continental sub-surface "//nb_tersrf(2)//" layer "//nb_soil(8),"K", (/ ('', i=1, 10) /)), & |
---|
| 798 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(2)//"_l"//nb_soil(9), & |
---|
| 799 | "Soil temperature of continental sub-surface "//nb_tersrf(2)//" layer "//nb_soil(9),"K", (/ ('', i=1, 10) /)), & |
---|
| 800 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(2)//"_l"//nb_soil(10), & |
---|
| 801 | "Soil temperature of continental sub-surface "//nb_tersrf(2)//" layer "//nb_soil(10),"K", (/ ('', i=1, 10) /)), & |
---|
| 802 | !ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(2)//"_l"//nb_soil(11), & |
---|
| 803 | !"Soil temperature of continental sub-surface "//nb_tersrf(2)//" layer "//nb_soil(11),"K", (/ ('', i=1, 10) /)), & |
---|
| 804 | !ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(2)//"_l"//nb_soil(12), & |
---|
| 805 | !"Soil temperature of continental sub-surface "//nb_tersrf(2)//" layer "//nb_soil(12),"K", (/ ('', i=1, 10) /)), & |
---|
| 806 | !ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(2)//"_l"//nb_soil(13), & |
---|
| 807 | !"Soil temperature of continental sub-surface "//nb_tersrf(2)//" layer "//nb_soil(13),"K", (/ ('', i=1, 10) /)), & |
---|
| 808 | !ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(2)//"_l"//nb_soil(14), & |
---|
| 809 | !"Soil temperature of continental sub-surface "//nb_tersrf(2)//" layer "//nb_soil(14),"K", (/ ('', i=1, 10) /)), & |
---|
| 810 | ! |
---|
| 811 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(3)//"_l"//nb_soil(1), & |
---|
| 812 | "Soil temperature of continental sub-surface "//nb_tersrf(3)//" layer "//nb_soil(1),"K", (/ ('', i=1, 10) /)), & |
---|
| 813 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(3)//"_l"//nb_soil(2), & |
---|
| 814 | "Soil temperature of continental sub-surface "//nb_tersrf(3)//" layer "//nb_soil(2),"K", (/ ('', i=1, 10) /)), & |
---|
| 815 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(3)//"_l"//nb_soil(3), & |
---|
| 816 | "Soil temperature of continental sub-surface "//nb_tersrf(3)//" layer "//nb_soil(3),"K", (/ ('', i=1, 10) /)), & |
---|
| 817 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(3)//"_l"//nb_soil(4), & |
---|
| 818 | "Soil temperature of continental sub-surface "//nb_tersrf(3)//" layer "//nb_soil(4),"K", (/ ('', i=1, 10) /)), & |
---|
| 819 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(3)//"_l"//nb_soil(5), & |
---|
| 820 | "Soil temperature of continental sub-surface "//nb_tersrf(3)//" layer "//nb_soil(5),"K", (/ ('', i=1, 10) /)), & |
---|
| 821 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(3)//"_l"//nb_soil(6), & |
---|
| 822 | "Soil temperature of continental sub-surface "//nb_tersrf(3)//" layer "//nb_soil(6),"K", (/ ('', i=1, 10) /)), & |
---|
| 823 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(1)//"_l"//nb_soil(7), & |
---|
| 824 | "Soil temperature of continental sub-surface "//nb_tersrf(3)//" layer "//nb_soil(7),"K", (/ ('', i=1, 10) /)), & |
---|
| 825 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(3)//"_l"//nb_soil(8), & |
---|
| 826 | "Soil temperature of continental sub-surface "//nb_tersrf(3)//" layer "//nb_soil(8),"K", (/ ('', i=1, 10) /)), & |
---|
| 827 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(3)//"_l"//nb_soil(9), & |
---|
| 828 | "Soil temperature of continental sub-surface "//nb_tersrf(3)//" layer "//nb_soil(9),"K", (/ ('', i=1, 10) /)), & |
---|
| 829 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(3)//"_l"//nb_soil(10), & |
---|
| 830 | "Soil temperature of continental sub-surface "//nb_tersrf(3)//" layer "//nb_soil(10),"K", (/ ('', i=1, 10) /)), & |
---|
| 831 | !ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(3)//"_l"//nb_soil(11), & |
---|
| 832 | !"Soil temperature of continental sub-surface "//nb_tersrf(3)//" layer "//nb_soil(11),"K", (/ ('', i=1, 10) /)), & |
---|
| 833 | !ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(3)//"_l"//nb_soil(12), & |
---|
| 834 | !"Soil temperature of continental sub-surface "//nb_tersrf(3)//" layer "//nb_soil(12),"K", (/ ('', i=1, 10) /)), & |
---|
| 835 | !ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(3)//"_l"//nb_soil(13), & |
---|
| 836 | !"Soil temperature of continental sub-surface "//nb_tersrf(3)//" layer "//nb_soil(13),"K", (/ ('', i=1, 10) /)), & |
---|
| 837 | !ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(3)//"_l"//nb_soil(14), & |
---|
| 838 | !"Soil temperature of continental sub-surface "//nb_tersrf(3)//" layer "//nb_soil(14),"K", (/ ('', i=1, 10) /)), & |
---|
| 839 | ! |
---|
| 840 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(4)//"_l"//nb_soil(1), & |
---|
| 841 | "Soil temperature of continental sub-surface "//nb_tersrf(4)//" layer "//nb_soil(1),"K", (/ ('', i=1, 10) /)), & |
---|
| 842 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(4)//"_l"//nb_soil(2), & |
---|
| 843 | "Soil temperature of continental sub-surface "//nb_tersrf(4)//" layer "//nb_soil(2),"K", (/ ('', i=1, 10) /)), & |
---|
| 844 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(4)//"_l"//nb_soil(3), & |
---|
| 845 | "Soil temperature of continental sub-surface "//nb_tersrf(4)//" layer "//nb_soil(3),"K", (/ ('', i=1, 10) /)), & |
---|
| 846 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(4)//"_l"//nb_soil(4), & |
---|
| 847 | "Soil temperature of continental sub-surface "//nb_tersrf(4)//" layer "//nb_soil(4),"K", (/ ('', i=1, 10) /)), & |
---|
| 848 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(4)//"_l"//nb_soil(5), & |
---|
| 849 | "Soil temperature of continental sub-surface "//nb_tersrf(4)//" layer "//nb_soil(5),"K", (/ ('', i=1, 10) /)), & |
---|
| 850 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(4)//"_l"//nb_soil(6), & |
---|
| 851 | "Soil temperature of continental sub-surface "//nb_tersrf(4)//" layer "//nb_soil(6),"K", (/ ('', i=1, 10) /)), & |
---|
| 852 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(4)//"_l"//nb_soil(7), & |
---|
| 853 | "Soil temperature of continental sub-surface "//nb_tersrf(4)//" layer "//nb_soil(7),"K", (/ ('', i=1, 10) /)), & |
---|
| 854 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(4)//"_l"//nb_soil(8), & |
---|
| 855 | "Soil temperature of continental sub-surface "//nb_tersrf(4)//" layer "//nb_soil(8),"K", (/ ('', i=1, 10) /)), & |
---|
| 856 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(4)//"_l"//nb_soil(9), & |
---|
| 857 | "Soil temperature of continental sub-surface "//nb_tersrf(4)//" layer "//nb_soil(9),"K", (/ ('', i=1, 10) /)), & |
---|
| 858 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(4)//"_l"//nb_soil(10), & |
---|
| 859 | "Soil temperature of continental sub-surface "//nb_tersrf(4)//" layer "//nb_soil(10),"K", (/ ('', i=1, 10) /)), & |
---|
| 860 | !ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(4)//"_l"//nb_soil(11), & |
---|
| 861 | !"Soil temperature of continental sub-surface "//nb_tersrf(4)//" layer "//nb_soil(11),"K", (/ ('', i=1, 10) /)), & |
---|
| 862 | !ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(4)//"_l"//nb_soil(12), & |
---|
| 863 | !"Soil temperature of continental sub-surface "//nb_tersrf(4)//" layer "//nb_soil(12),"K", (/ ('', i=1, 10) /)), & |
---|
| 864 | !ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(4)//"_l"//nb_soil(13), & |
---|
| 865 | !"Soil temperature of continental sub-surface "//nb_tersrf(4)//" layer "//nb_soil(13),"K", (/ ('', i=1, 10) /)), & |
---|
| 866 | !ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(4)//"_l"//nb_soil(14), & |
---|
| 867 | !"Soil temperature of continental sub-surface "//nb_tersrf(4)//" layer "//nb_soil(14),"K", (/ ('', i=1, 10) /)), & |
---|
| 868 | ! |
---|
| 869 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(5)//"_l"//nb_soil(1), & |
---|
| 870 | "Soil temperature of continental sub-surface "//nb_tersrf(5)//" layer "//nb_soil(1),"K", (/ ('', i=1, 10) /)), & |
---|
| 871 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(5)//"_l"//nb_soil(2), & |
---|
| 872 | "Soil temperature of continental sub-surface "//nb_tersrf(5)//" layer "//nb_soil(2),"K", (/ ('', i=1, 10) /)), & |
---|
| 873 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(5)//"_l"//nb_soil(3), & |
---|
| 874 | "Soil temperature of continental sub-surface "//nb_tersrf(5)//" layer "//nb_soil(3),"K", (/ ('', i=1, 10) /)), & |
---|
| 875 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(5)//"_l"//nb_soil(4), & |
---|
| 876 | "Soil temperature of continental sub-surface "//nb_tersrf(5)//" layer "//nb_soil(4),"K", (/ ('', i=1, 10) /)), & |
---|
| 877 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(5)//"_l"//nb_soil(5), & |
---|
| 878 | "Soil temperature of continental sub-surface "//nb_tersrf(5)//" layer "//nb_soil(5),"K", (/ ('', i=1, 10) /)), & |
---|
| 879 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(5)//"_l"//nb_soil(6), & |
---|
| 880 | "Soil temperature of continental sub-surface "//nb_tersrf(5)//" layer "//nb_soil(6),"K", (/ ('', i=1, 10) /)), & |
---|
| 881 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(5)//"_l"//nb_soil(7), & |
---|
| 882 | "Soil temperature of continental sub-surface "//nb_tersrf(5)//" layer "//nb_soil(7),"K", (/ ('', i=1, 10) /)), & |
---|
| 883 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(5)//"_l"//nb_soil(8), & |
---|
| 884 | "Soil temperature of continental sub-surface "//nb_tersrf(5)//" layer "//nb_soil(8),"K", (/ ('', i=1, 10) /)), & |
---|
| 885 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(5)//"_l"//nb_soil(9), & |
---|
| 886 | "Soil temperature of continental sub-surface "//nb_tersrf(5)//" layer "//nb_soil(9),"K", (/ ('', i=1, 10) /)), & |
---|
| 887 | ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(5)//"_l"//nb_soil(10), & |
---|
| 888 | "Soil temperature of continental sub-surface "//nb_tersrf(5)//" layer "//nb_soil(10),"K", (/ ('', i=1, 10) /)) /) |
---|
| 889 | !ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(5)//"_l"//nb_soil(11), & |
---|
| 890 | !"Soil temperature of continental sub-surface "//nb_tersrf(5)//" layer "//nb_soil(11),"K", (/ ('', i=1, 10) /)), & |
---|
| 891 | !ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(5)//"_l"//nb_soil(12), & |
---|
| 892 | !"Soil temperature of continental sub-surface "//nb_tersrf(5)//" layer "//nb_soil(12),"K", (/ ('', i=1, 10) /)), & |
---|
| 893 | !ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(5)//"_l"//nb_soil(13), & |
---|
| 894 | !"Soil temperature of continental sub-surface "//nb_tersrf(5)//" layer "//nb_soil(13),"K", (/ ('', i=1, 10) /)), & |
---|
| 895 | !ctrl_out((/ 1, 1, 1, 5, 10, 10, 11, 11, 11, 11/),'tsoil_tersrf'//nb_tersrf(5)//"_l"//nb_soil(14), & |
---|
| 896 | !"Soil temperature of continental sub-surface "//nb_tersrf(5)//" layer "//nb_soil(14),"K", (/ ('', i=1, 10) /)) /) |
---|
| 897 | |
---|
| 898 | TYPE(ctrl_out), SAVE, DIMENSION(nsoilout) :: o_ftsoil = (/ & |
---|
| 899 | ctrl_out((/ 1, 2, 10, 10, 10, 10, 11, 11, 11, 11/), 'tsoil'//nb_soil(1), & |
---|
| 900 | 'Continental soil temperature layer '//nb_soil(1), 'K', (/ ('', i=1, 10) /)), & |
---|
| 901 | ctrl_out((/ 1, 2, 10, 10, 10, 10, 11, 11, 11, 11/), 'tsoil'//nb_soil(2), & |
---|
| 902 | 'Continental soil temperature layer '//nb_soil(2), 'K', (/ ('', i=1, 10) /)), & |
---|
| 903 | ctrl_out((/ 1, 2, 10, 10, 10, 10, 11, 11, 11, 11/), 'tsoil'//nb_soil(3), & |
---|
| 904 | 'Continental soil temperature layer '//nb_soil(3), 'K', (/ ('', i=1, 10) /)), & |
---|
| 905 | ctrl_out((/ 1, 2, 10, 10, 10, 10, 11, 11, 11, 11/), 'tsoil'//nb_soil(4), & |
---|
| 906 | 'Continental soil temperature layer '//nb_soil(4), 'K', (/ ('', i=1, 10) /)), & |
---|
| 907 | ctrl_out((/ 1, 2, 10, 10, 10, 10, 11, 11, 11, 11/), 'tsoil'//nb_soil(5), & |
---|
| 908 | 'Continental soil temperature layer '//nb_soil(5), 'K', (/ ('', i=1, 10) /)), & |
---|
| 909 | ctrl_out((/ 1, 2, 10, 10, 10, 10, 11, 11, 11, 11/), 'tsoil'//nb_soil(6), & |
---|
| 910 | 'Continental soil temperature layer '//nb_soil(6), 'K', (/ ('', i=1, 10) /)), & |
---|
| 911 | ctrl_out((/ 1, 2, 10, 10, 10, 10, 11, 11, 11, 11/), 'tsoil'//nb_soil(7), & |
---|
| 912 | 'Continental soil temperature layer '//nb_soil(7), 'K', (/ ('', i=1, 10) /)), & |
---|
| 913 | ctrl_out((/ 1, 2, 10, 10, 10, 10, 11, 11, 11, 11/), 'tsoil'//nb_soil(8), & |
---|
| 914 | 'Continental soil temperature layer '//nb_soil(8), 'K', (/ ('', i=1, 10) /)), & |
---|
| 915 | ctrl_out((/ 1, 2, 10, 10, 10, 10, 11, 11, 11, 11/), 'tsoil'//nb_soil(9), & |
---|
| 916 | 'Continental soil temperature layer '//nb_soil(9), 'K', (/ ('', i=1, 10) /)), & |
---|
| 917 | ctrl_out((/ 1, 2, 10, 10, 10, 10, 11, 11, 11, 11/), 'tsoil'//nb_soil(10), & |
---|
| 918 | 'Continental soil temperature layer '//nb_soil(10), 'K', (/ ('', i=1, 10) /)) /) |
---|
| 919 | !ctrl_out((/ 1, 2, 10, 10, 10, 10, 11, 11, 11, 11/), 'tsoil'//nb_soil(11), & |
---|
| 920 | !'Continental soil temperature layer '//nb_soil(11), 'K', (/ ('', i=1, 10) /)), & |
---|
| 921 | !ctrl_out((/ 1, 2, 10, 10, 10, 10, 11, 11, 11, 11/), 'tsoil'//nb_soil(12), & |
---|
| 922 | !'Continental soil temperature layer '//nb_soil(12), 'K', (/ ('', i=1, 10) /)), & |
---|
| 923 | !ctrl_out((/ 1, 2, 10, 10, 10, 10, 11, 11, 11, 11/), 'tsoil'//nb_soil(13), & |
---|
| 924 | !'Continental soil temperature layer '//nb_soil(13), 'K', (/ ('', i=1, 10) /)), & |
---|
| 925 | !ctrl_out((/ 1, 2, 10, 10, 10, 10, 11, 11, 11, 11/), 'tsoil'//nb_soil(14), & |
---|
| 926 | !'Continental soil temperature layer '//nb_soil(14), 'K', (/ ('', i=1, 10) /)) /) |
---|
| 927 | ! AM |
---|
| 928 | |
---|
[4677] | 929 | !AI Ecrad 3Deffect |
---|
| 930 | #ifdef CPP_ECRAD |
---|
[5677] | 931 | !FC ajouter les sorties o_lwtoab_s2 pour chaque bande |
---|
| 932 | TYPE(ctrl_out), SAVE :: o_lwtoab_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 933 | 'lwtoab_s2', 'Ecrad LW toab ', '-', (/ ('', i=1, 10) /)) |
---|
| 934 | TYPE(ctrl_out), SAVE :: o_lwtoa0b_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 935 | 'lwtoa0b_s2', 'Ecrad LW toa0b ', '-', (/ ('', i=1, 10) /)) |
---|
| 936 | !FC |
---|
| 937 | |
---|
[5655] | 938 | TYPE(ctrl_out), SAVE :: o_ZFLUX_DIR_SUN = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 939 | 'ZFLUX_DIR_SUN', 'Direct radiation into a plane perpendicular to the sun', 'W m-2', (/ ('', i=1, 10) /)) |
---|
| 940 | TYPE(ctrl_out), SAVE :: o_ZFLUX_DIR_SUN_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 941 | 'ZFLUX_DIR_SUN_s2', 'Direct radiation into a plane perpendicular to the sun', 'W m-2', (/ ('', i=1, 10) /)) |
---|
| 942 | TYPE(ctrl_out), SAVE :: o_ZFLUX_DIR = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 943 | 'ZFLUX_DIR', 'Direct radiation', 'W m-2', (/ ('', i=1, 10) /)) |
---|
| 944 | TYPE(ctrl_out), SAVE :: o_ZFLUX_DIR_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 945 | 'ZFLUX_DIR_s2', 'Direct radiation', 'W m-2', (/ ('', i=1, 10) /)) |
---|
| 946 | TYPE(ctrl_out), SAVE :: o_ZFLUX_DIR_CLEAR = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 947 | 'ZFLUX_DIR_CLEAR', 'Direct radiation', 'W m-2', (/ ('', i=1, 10) /)) |
---|
| 948 | TYPE(ctrl_out), SAVE :: o_ZFLUX_DIR_CLEAR_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 949 | 'ZFLUX_DIR_CLEAR_s2', 'Direct radiation', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[4773] | 950 | TYPE(ctrl_out), SAVE :: o_cloud_cover_sw = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 951 | 'cloud_cover_sw', 'Ecrad SW cloud cover', '-', (/ ('', i=1, 10) /)) |
---|
| 952 | TYPE(ctrl_out), SAVE :: o_cloud_cover_sw_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 953 | 'cloud_cover_sw_s2', 'Ecrad SW cloud cover 2 call', '-', (/ ('', i=1, 10) /)) |
---|
[4677] | 954 | TYPE(ctrl_out), SAVE :: o_sols_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 955 | 'sols_s2', 'Solar rad. at surf.', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 956 | TYPE(ctrl_out), SAVE :: o_sols0_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 957 | 'sols0_s2', 'Solar rad. at surf.', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 958 | TYPE(ctrl_out), SAVE :: o_soll_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 959 | 'soll_s2', 'IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 960 | TYPE(ctrl_out), SAVE :: o_soll0_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 961 | 'soll0_s2', 'IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 962 | TYPE(ctrl_out), SAVE :: o_tops_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 963 | 'tops_s2', 'Solar rad. at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 964 | TYPE(ctrl_out), SAVE :: o_tops0_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 965 | 'tops0_s2', 'CS Solar rad. at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 966 | TYPE(ctrl_out), SAVE :: o_topl_s2 = ctrl_out((/ 11, 11, 10, 11, 10, 10, 11, 11, 11, 11/), & |
---|
| 967 | 'topl_s2', 'IR rad. at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 968 | TYPE(ctrl_out), SAVE :: o_topl0_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 969 | 'topl0_s2', 'IR rad. at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 970 | TYPE(ctrl_out), SAVE :: o_SWupTOA_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 971 | 'SWupTOA_s2', 'SWup at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 972 | TYPE(ctrl_out), SAVE :: o_SWupTOAclr_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 973 | 'SWupTOAclr_s2', 'SWup clear sky at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 974 | TYPE(ctrl_out), SAVE :: o_SWupTOAcleanclr_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 975 | 'SWupTOAcleanclr_s2', 'SWup clear sky clean (no aerosol) at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 976 | TYPE(ctrl_out), SAVE :: o_SWdnTOA_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 977 | 'SWdnTOA_s2', 'SWdn at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 978 | TYPE(ctrl_out), SAVE :: o_SWdnTOAclr_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 979 | 'SWdnTOAclr_s2', 'SWdn clear sky at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 980 | TYPE(ctrl_out), SAVE :: o_nettop_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 981 | 'nettop_s2', 'Net dn radiatif flux at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 982 | TYPE(ctrl_out), SAVE :: o_LWdnSFC_s2 = ctrl_out((/ 11, 11, 10, 10, 11, 10, 11, 11, 11, 11/), & |
---|
| 983 | 'LWdnSFC_s2', 'Down. IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 984 | TYPE(ctrl_out), SAVE :: o_LWdnSFCclr_s2 = ctrl_out((/ 11, 11, 10, 10, 11, 10, 11, 11, 11, 11/), & |
---|
| 985 | 'LWdnSFCclr_s2', 'Down. CS IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 986 | TYPE(ctrl_out), SAVE :: o_SWupSFC_s2 = ctrl_out((/ 11, 11, 10, 10, 11, 10, 11, 11, 11, 11/), & |
---|
| 987 | 'SWupSFC_s2', 'SWup at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 988 | TYPE(ctrl_out), SAVE :: o_SWupSFCclr_s2 = ctrl_out((/ 11, 11, 10, 10, 11, 10, 11, 11, 11, 11/), & |
---|
| 989 | 'SWupSFCclr_s2', 'SWup clear sky at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 990 | TYPE(ctrl_out), SAVE :: o_SWupSFCcleanclr_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 991 | 'SWupSFCcleanclr_s2', 'SWup clear sky clean (no aerosol) at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 992 | TYPE(ctrl_out), SAVE :: o_fdiffSWdnSFC_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 993 | 'fdiffSWdnSFC_s2', 'Fraction of diffuse SWdn at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 994 | TYPE(ctrl_out), SAVE :: o_SWdnSFC_s2 = ctrl_out((/ 11, 11, 11, 10, 11, 10, 11, 11, 11, 11/), & |
---|
| 995 | 'SWdnSFC_s2', 'SWdn at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 996 | TYPE(ctrl_out), SAVE :: o_SWdnSFCclr_s2 = ctrl_out((/ 11, 11, 10, 10, 11, 10, 11, 11, 11, 11/), & |
---|
| 997 | 'SWdnSFCclr_s2', 'SWdn clear sky at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 998 | TYPE(ctrl_out), SAVE :: o_SWdnSFCcleanclr_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 999 | 'SWdnSFCcleanclr_s2', 'SWdn clear sky clean (no aerosol) at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1000 | TYPE(ctrl_out), SAVE :: o_LWupSFC_s2 = ctrl_out((/ 11, 11, 10, 10, 11, 10, 11, 11, 11, 11/), & |
---|
| 1001 | 'LWupSFC_s2', 'Upwd. IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1002 | TYPE(ctrl_out), SAVE :: o_LWupSFCclr_s2 = ctrl_out((/ 11, 11, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1003 | 'LWupSFCclr_s2', 'CS Upwd. IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1004 | TYPE(ctrl_out), SAVE :: o_LWupTOAcleanclr_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 1005 | 'LWupTOAcleanclr_s2', 'Upward CS clean (no aerosol) IR rad. at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1006 | TYPE(ctrl_out), SAVE :: o_LWdnSFCcleanclr_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 1007 | 'LWdnSFCcleanclr_s2', 'Downward CS clean (no aerosol) IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1008 | TYPE(ctrl_out), SAVE :: o_rsu_s2 = ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1009 | 'rsu_s2', 'SW upward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
---|
| 1010 | TYPE(ctrl_out), SAVE :: o_rsd_s2 = ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1011 | 'rsd_s2', 'SW downward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
---|
| 1012 | TYPE(ctrl_out), SAVE :: o_rlu_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 1013 | 'rlu_s2', 'LW upward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
---|
| 1014 | TYPE(ctrl_out), SAVE :: o_rld_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 1015 | 'rld_s2', 'LW downward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
---|
| 1016 | TYPE(ctrl_out), SAVE :: o_rsucs_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 1017 | 'rsucs_s2', 'SW CS upward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
---|
| 1018 | TYPE(ctrl_out), SAVE :: o_rsdcs_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 1019 | 'rsdcs_s2', 'SW CS downward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
---|
| 1020 | TYPE(ctrl_out), SAVE :: o_rlucs_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 1021 | 'rlucs_s2', 'LW CS upward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
---|
| 1022 | TYPE(ctrl_out), SAVE :: o_rldcs_s2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 1023 | 'rldcs_s2', 'LW CS downward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
---|
| 1024 | #endif |
---|
| 1025 | |
---|
| 1026 | |
---|
[1792] | 1027 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_taux_srf = (/ & |
---|
[2752] | 1028 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'taux_ter', & |
---|
| 1029 | "Zonal wind stress"//clnsurf(1), "Pa", (/ ('', i=1, 10) /)), & |
---|
| 1030 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'taux_lic', & |
---|
| 1031 | "Zonal wind stress"//clnsurf(2), "Pa", (/ ('', i=1, 10) /)), & |
---|
| 1032 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'taux_oce', & |
---|
| 1033 | "Zonal wind stress"//clnsurf(3), "Pa", (/ ('', i=1, 10) /)), & |
---|
| 1034 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'taux_sic', & |
---|
| 1035 | "Zonal wind stress"//clnsurf(4), "Pa", (/ ('', i=1, 10) /)) /) |
---|
[1792] | 1036 | |
---|
| 1037 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_tauy_srf = (/ & |
---|
[2752] | 1038 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'tauy_ter', & |
---|
| 1039 | "Meridional wind stress "//clnsurf(1),"Pa", (/ ('', i=1, 10) /)), & |
---|
| 1040 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'tauy_lic', & |
---|
| 1041 | "Meridional wind stress "//clnsurf(2),"Pa", (/ ('', i=1, 10) /)), & |
---|
| 1042 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'tauy_oce', & |
---|
| 1043 | "Meridional wind stress "//clnsurf(3),"Pa", (/ ('', i=1, 10) /)), & |
---|
| 1044 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'tauy_sic', & |
---|
| 1045 | "Meridional wind stress "//clnsurf(4),"Pa", (/ ('', i=1, 10) /)) /) |
---|
[1792] | 1046 | |
---|
| 1047 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_pourc_srf = (/ & |
---|
[2752] | 1048 | ctrl_out((/ 1, 7, 10, 10, 10, 10, 11, 11, 11, 11/),'pourc_ter', & |
---|
| 1049 | "% "//clnsurf(1),"%", (/ ('', i=1, 10) /)), & |
---|
| 1050 | ctrl_out((/ 1, 7, 10, 10, 10, 10, 11, 11, 11, 11/),'pourc_lic', & |
---|
| 1051 | "% "//clnsurf(2),"%", (/ ('', i=1, 10) /)), & |
---|
| 1052 | ctrl_out((/ 1, 7, 10, 10, 10, 10, 11, 11, 11, 11/),'pourc_oce', & |
---|
| 1053 | "% "//clnsurf(3),"%", (/ ('', i=1, 10) /)), & |
---|
| 1054 | ctrl_out((/ 1, 7, 10, 10, 10, 10, 11, 11, 11, 11/),'pourc_sic', & |
---|
| 1055 | "% "//clnsurf(4),"%", (/ ('', i=1, 10) /)) /) |
---|
[1792] | 1056 | |
---|
| 1057 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_fract_srf = (/ & |
---|
[2752] | 1058 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'fract_ter', & |
---|
| 1059 | "Fraction "//clnsurf(1),"1", (/ ('', i=1, 10) /)), & |
---|
| 1060 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'fract_lic', & |
---|
| 1061 | "Fraction "//clnsurf(2),"1", (/ ('', i=1, 10) /)), & |
---|
| 1062 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'fract_oce', & |
---|
| 1063 | "Fraction "//clnsurf(3),"1", (/ ('', i=1, 10) /)), & |
---|
| 1064 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'fract_sic', & |
---|
| 1065 | "Fraction "//clnsurf(4),"1", (/ ('', i=1, 10) /)) /) |
---|
[1792] | 1066 | |
---|
| 1067 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_tsol_srf = (/ & |
---|
[2752] | 1068 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'tsol_ter', & |
---|
| 1069 | "Temperature "//clnsurf(1),"K", (/ ('', i=1, 10) /)), & |
---|
| 1070 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'tsol_lic', & |
---|
| 1071 | "Temperature "//clnsurf(2),"K", (/ ('', i=1, 10) /)), & |
---|
| 1072 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'tsol_oce', & |
---|
| 1073 | "Temperature "//clnsurf(3),"K", (/ ('', i=1, 10) /)), & |
---|
| 1074 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'tsol_sic', & |
---|
| 1075 | "Temperature "//clnsurf(4),"K", (/ ('', i=1, 10) /)) /) |
---|
[1792] | 1076 | |
---|
| 1077 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_evappot_srf = (/ & |
---|
[2752] | 1078 | ctrl_out((/ 1, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'evappot_ter', & |
---|
[3873] | 1079 | "Potential evaporation "//clnsurf(1),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
---|
[2752] | 1080 | ctrl_out((/ 4, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'evappot_lic', & |
---|
[3873] | 1081 | "Potential evaporation "//clnsurf(2),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
---|
[2752] | 1082 | ctrl_out((/ 4, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'evappot_oce', & |
---|
[3873] | 1083 | "Potential evaporation "//clnsurf(3),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
---|
[2752] | 1084 | ctrl_out((/ 4, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'evappot_sic', & |
---|
[3873] | 1085 | "Potential evaporation "//clnsurf(4),"kg/(m2*s)", (/ ('', i=1, 10) /)) /) |
---|
[1792] | 1086 | |
---|
| 1087 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_sens_srf = (/ & |
---|
[2752] | 1088 | ctrl_out((/ 1, 6, 10, 7, 10, 10, 11, 11, 11, 11/),'sens_ter', & |
---|
| 1089 | "Sensible heat flux "//clnsurf(1),"W/m2", (/ ('', i=1, 10) /)), & |
---|
| 1090 | ctrl_out((/ 1, 6, 10, 7, 10, 10, 11, 11, 11, 11/),'sens_lic', & |
---|
| 1091 | "Sensible heat flux "//clnsurf(2),"W/m2", (/ ('', i=1, 10) /)), & |
---|
| 1092 | ctrl_out((/ 1, 6, 10, 7, 10, 10, 11, 11, 11, 11/),'sens_oce', & |
---|
| 1093 | "Sensible heat flux "//clnsurf(3),"W/m2", (/ ('', i=1, 10) /)), & |
---|
| 1094 | ctrl_out((/ 1, 6, 10, 7, 10, 10, 11, 11, 11, 11/),'sens_sic', & |
---|
| 1095 | "Sensible heat flux "//clnsurf(4),"W/m2", (/ ('', i=1, 10) /)) /) |
---|
[1792] | 1096 | |
---|
| 1097 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_lat_srf = (/ & |
---|
[2752] | 1098 | ctrl_out((/ 1, 6, 10, 7, 10, 10, 11, 11, 11, 11/),'lat_ter', & |
---|
| 1099 | "Latent heat flux "//clnsurf(1),"W/m2", (/ ('', i=1, 10) /)), & |
---|
| 1100 | ctrl_out((/ 1, 6, 10, 7, 10, 10, 11, 11, 11, 11/),'lat_lic', & |
---|
| 1101 | "Latent heat flux "//clnsurf(2),"W/m2", (/ ('', i=1, 10) /)), & |
---|
| 1102 | ctrl_out((/ 1, 6, 10, 7, 10, 10, 11, 11, 11, 11/),'lat_oce', & |
---|
| 1103 | "Latent heat flux "//clnsurf(3),"W/m2", (/ ('', i=1, 10) /)), & |
---|
| 1104 | ctrl_out((/ 1, 6, 10, 7, 10, 10, 11, 11, 11, 11/),'lat_sic', & |
---|
| 1105 | "Latent heat flux "//clnsurf(4),"W/m2", (/ ('', i=1, 10) /)) /) |
---|
[1792] | 1106 | |
---|
| 1107 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_flw_srf = (/ & |
---|
[2752] | 1108 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'flw_ter', & |
---|
| 1109 | "LW "//clnsurf(1),"W/m2", (/ ('', i=1, 10) /)), & |
---|
| 1110 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'flw_lic', & |
---|
| 1111 | "LW "//clnsurf(2),"W/m2", (/ ('', i=1, 10) /)), & |
---|
| 1112 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'flw_oce', & |
---|
| 1113 | "LW "//clnsurf(3),"W/m2", (/ ('', i=1, 10) /)), & |
---|
| 1114 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'flw_sic', & |
---|
| 1115 | "LW "//clnsurf(4),"W/m2", (/ ('', i=1, 10) /)) /) |
---|
[1792] | 1116 | |
---|
| 1117 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_fsw_srf = (/ & |
---|
[2752] | 1118 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'fsw_ter', & |
---|
| 1119 | "SW "//clnsurf(1),"W/m2", (/ ('', i=1, 10) /)), & |
---|
| 1120 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'fsw_lic', & |
---|
| 1121 | "SW "//clnsurf(2),"W/m2", (/ ('', i=1, 10) /)), & |
---|
| 1122 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'fsw_oce', & |
---|
| 1123 | "SW "//clnsurf(3),"W/m2", (/ ('', i=1, 10) /)), & |
---|
| 1124 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'fsw_sic', & |
---|
| 1125 | "SW "//clnsurf(4),"W/m2", (/ ('', i=1, 10) /)) /) |
---|
[1792] | 1126 | |
---|
| 1127 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_wbils_srf = (/ & |
---|
[2752] | 1128 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wbils_ter', & |
---|
| 1129 | "Bilan sol "//clnsurf(1),"W/m2", (/ ('', i=1, 10) /)), & |
---|
| 1130 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wbils_lic', & |
---|
| 1131 | "Bilan sol "//clnsurf(2),"W/m2", (/ ('', i=1, 10) /)), & |
---|
| 1132 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wbils_oce', & |
---|
| 1133 | "Bilan sol "//clnsurf(3),"W/m2", (/ ('', i=1, 10) /)), & |
---|
| 1134 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wbils_sic', & |
---|
| 1135 | "Bilan sol "//clnsurf(4),"W/m2", (/ ('', i=1, 10) /)) /) |
---|
[1792] | 1136 | |
---|
| 1137 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_wbilo_srf = (/ & |
---|
[2752] | 1138 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wbilo_ter', & |
---|
| 1139 | "Bilan eau "//clnsurf(1),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
---|
| 1140 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wbilo_lic', & |
---|
| 1141 | "Bilan eau "//clnsurf(2),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
---|
| 1142 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wbilo_oce', & |
---|
| 1143 | "Bilan eau "//clnsurf(3),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
---|
| 1144 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wbilo_sic', & |
---|
| 1145 | "Bilan eau "//clnsurf(4),"kg/(m2*s)", (/ ('', i=1, 10) /)) /) |
---|
[1792] | 1146 | |
---|
[2670] | 1147 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_wevap_srf = (/ & |
---|
[2752] | 1148 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wevap_ter', & |
---|
| 1149 | "Evap eau "//clnsurf(1),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
---|
| 1150 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wevap_lic', & |
---|
| 1151 | "Evap eau "//clnsurf(2),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
---|
| 1152 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wevap_oce', & |
---|
| 1153 | "Evap eau "//clnsurf(3),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
---|
| 1154 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wevap_sic', & |
---|
| 1155 | "Evap eau "//clnsurf(4),"kg/(m2*s)", (/ ('', i=1, 10) /)) /) |
---|
[2670] | 1156 | |
---|
| 1157 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_wrain_srf = (/ & |
---|
[2752] | 1158 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wrain_ter', & |
---|
| 1159 | "Pluie eau "//clnsurf(1),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
---|
| 1160 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wrain_lic', & |
---|
| 1161 | "Pluie eau "//clnsurf(2),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
---|
| 1162 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wrain_oce', & |
---|
| 1163 | "Pluie eau "//clnsurf(3),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
---|
| 1164 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wrain_sic', & |
---|
| 1165 | "Pluie eau "//clnsurf(4),"kg/(m2*s)", (/ ('', i=1, 10) /)) /) |
---|
[2670] | 1166 | |
---|
| 1167 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_wsnow_srf = (/ & |
---|
[2752] | 1168 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wsnow_ter', & |
---|
| 1169 | "Neige eau "//clnsurf(1),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
---|
| 1170 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wsnow_lic', & |
---|
| 1171 | "Neige eau "//clnsurf(2),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
---|
| 1172 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wsnow_oce', & |
---|
| 1173 | "Neige eau "//clnsurf(3),"kg/(m2*s)", (/ ('', i=1, 10) /)), & |
---|
| 1174 | ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'wsnow_sic', & |
---|
| 1175 | "Neige eau "//clnsurf(4),"kg/(m2*s)", (/ ('', i=1, 10) /)) /) |
---|
[2670] | 1176 | |
---|
[2752] | 1177 | TYPE(ctrl_out), SAVE :: o_cdrm = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1178 | 'cdrm', 'Momentum drag coef.', '-', (/ ('', i=1, 10) /)) |
---|
| 1179 | TYPE(ctrl_out), SAVE :: o_cdrh = ctrl_out((/ 1, 10, 10, 7, 10, 10, 11, 11, 11, 11/), & |
---|
| 1180 | 'cdrh', 'Heat drag coef.', '-', (/ ('', i=1, 10) /)) |
---|
| 1181 | TYPE(ctrl_out), SAVE :: o_cldl = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1182 | 'cldl', 'Low-level cloudiness', '-', (/ ('', i=1, 10) /)) |
---|
| 1183 | TYPE(ctrl_out), SAVE :: o_cldm = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1184 | 'cldm', 'Mid-level cloudiness', '-', (/ ('', i=1, 10) /)) |
---|
| 1185 | TYPE(ctrl_out), SAVE :: o_cldh = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1186 | 'cldh', 'High-level cloudiness', '-', (/ ('', i=1, 10) /)) |
---|
| 1187 | TYPE(ctrl_out), SAVE :: o_cldt = ctrl_out((/ 1, 1, 2, 10, 5, 10, 11, 11, 11, 11/), & |
---|
| 1188 | 'cldt', 'Total cloudiness', '-', (/ ('', i=1, 10) /)) |
---|
| 1189 | TYPE(ctrl_out), SAVE :: o_JrNt = ctrl_out((/ 1, 1, 10, 7, 10, 10, 11, 11, 11, 11/), & |
---|
| 1190 | 'JrNt', '1 if Day 0 if Night', '-', (/ ('', i=1, 10) /)) |
---|
| 1191 | TYPE(ctrl_out), SAVE :: o_cldhjn = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1192 | 'cldhjn', 'High-level cloudiness Day', '-', (/ ('', i=1, 10) /)) |
---|
| 1193 | TYPE(ctrl_out), SAVE :: o_cldmjn = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1194 | 'cldmjn', 'Mid-level cloudiness day', '-', (/ ('', i=1, 10) /)) |
---|
| 1195 | TYPE(ctrl_out), SAVE :: o_cldljn = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1196 | 'cldljn', 'Low-level cloudiness day', '-', (/ ('', i=1, 10) /)) |
---|
| 1197 | TYPE(ctrl_out), SAVE :: o_cldtjn = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1198 | 'cldtjn', 'Total cloudiness day', '-', (/ ('', i=1, 10) /)) |
---|
| 1199 | |
---|
| 1200 | TYPE(ctrl_out), SAVE :: o_cldq = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
[3678] | 1201 | 'cldq', 'Cloud water path', 'kg/m2', (/ ('', i=1, 10) /)) |
---|
[2752] | 1202 | TYPE(ctrl_out), SAVE :: o_lwp = ctrl_out((/ 1, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
[3678] | 1203 | 'lwp', 'Cloud liquid water path', 'kg/m2', (/ ('', i=1, 10) /)) |
---|
[2752] | 1204 | TYPE(ctrl_out), SAVE :: o_iwp = ctrl_out((/ 1, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1205 | 'iwp', 'Cloud ice water path', 'kg/m2', (/ ('', i=1, 10) /)) |
---|
| 1206 | TYPE(ctrl_out), SAVE :: o_ue = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
[3775] | 1207 | 'ue', 'Zonal dry static energy transport', 'J/m/s', (/ ('', i=1, 10) /)) |
---|
[2752] | 1208 | TYPE(ctrl_out), SAVE :: o_ve = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
[3775] | 1209 | 've', 'Merid dry static energy transport', 'J/m/s', (/ ('', i=1, 10) /)) |
---|
[2752] | 1210 | TYPE(ctrl_out), SAVE :: o_uq = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
[3775] | 1211 | 'uq', 'Zonal humidity transport', 'kg/m/s', (/ ('', i=1, 10) /)) |
---|
[2752] | 1212 | TYPE(ctrl_out), SAVE :: o_vq = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
[3775] | 1213 | 'vq', 'Merid humidity transport', 'kg/m/s', (/ ('', i=1, 10) /)) |
---|
[3257] | 1214 | TYPE(ctrl_out), SAVE :: o_uwat = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
[3775] | 1215 | 'uwat', 'Zonal total water transport', 'kg/m/s', (/ ('', i=1, 10) /)) |
---|
[3257] | 1216 | TYPE(ctrl_out), SAVE :: o_vwat = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
[3775] | 1217 | 'vwat', 'Merid total water transport', 'kg/m/s', (/ ('', i=1, 10) /)) |
---|
[2752] | 1218 | TYPE(ctrl_out), SAVE :: o_cape = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1219 | 'cape', 'Conv avlbl pot ener', 'J/kg', (/ ('', i=1, 10) /)) |
---|
| 1220 | TYPE(ctrl_out), SAVE :: o_pbase = ctrl_out((/ 1, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1221 | 'pbase', 'Cld base pressure', 'Pa', (/ ('', i=1, 10) /)) |
---|
| 1222 | TYPE(ctrl_out), SAVE :: o_ptop = ctrl_out((/ 1, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1223 | 'ptop', 'Cld top pressure', 'Pa', (/ ('', i=1, 10) /)) |
---|
| 1224 | TYPE(ctrl_out), SAVE :: o_fbase = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1225 | 'fbase', 'Cld base mass flux', 'kg/m2/s', (/ ('', i=1, 10) /)) |
---|
| 1226 | TYPE(ctrl_out), SAVE :: o_plcl = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1227 | 'plcl', 'Lifting Condensation Level', 'hPa', (/ ('', i=1, 10) /)) |
---|
| 1228 | TYPE(ctrl_out), SAVE :: o_plfc = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1229 | 'plfc', 'Level of Free Convection', 'hPa', (/ ('', i=1, 10) /)) |
---|
| 1230 | TYPE(ctrl_out), SAVE :: o_wbeff = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1231 | 'wbeff', 'Conv. updraft velocity at LFC (<100)', 'm/s', (/ ('', i=1, 10) /)) |
---|
[2824] | 1232 | TYPE(ctrl_out), SAVE :: o_convoccur = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1233 | 'convoccur', 'Convective occurence', '', (/ ('', i=1, 10) /)) |
---|
[2752] | 1234 | TYPE(ctrl_out), SAVE :: o_prw = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1235 | 'prw', 'Precipitable water', 'kg/m2', (/ ('', i=1, 10) /)) |
---|
| 1236 | TYPE(ctrl_out), SAVE :: o_prlw = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1237 | 'prlw', 'Precipitable liquid water', 'kg/m2', (/ ('', i=1, 10) /)) |
---|
| 1238 | TYPE(ctrl_out), SAVE :: o_prsw = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1239 | 'prsw', 'Precipitable solid water', 'kg/m2', (/ ('', i=1, 10) /)) |
---|
[4523] | 1240 | TYPE(ctrl_out), SAVE :: o_prbsw = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1241 | 'prbsw', 'Precipitable blowing snow', 'kg/m2', (/ ('', i=1, 10) /)) |
---|
[4887] | 1242 | TYPE(ctrl_out), SAVE :: o_water_budget = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1243 | 'water_budget', 'Water budget', 'kg/m2', (/ ('', i=1, 10) /)) |
---|
[2752] | 1244 | TYPE(ctrl_out), SAVE :: o_s_pblh = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1245 | 's_pblh', 'Boundary Layer Height', 'm', (/ ('', i=1, 10) /)) |
---|
| 1246 | TYPE(ctrl_out), SAVE :: o_s_pblt = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1247 | 's_pblt', 't at Boundary Layer Height', 'K', (/ ('', i=1, 10) /)) |
---|
| 1248 | TYPE(ctrl_out), SAVE :: o_s_lcl = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1249 | 's_lcl', 'Condensation level', 'm', (/ ('', i=1, 10) /)) |
---|
| 1250 | TYPE(ctrl_out), SAVE :: o_s_therm = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1251 | 's_therm', 'Exces du thermique', 'K', (/ ('', i=1, 10) /)) |
---|
[1792] | 1252 | !IM : Les champs suivants (s_capCL, s_oliqCL, s_cteiCL, s_trmb1, s_trmb2, s_trmb3) ne sont pas definis dans HBTM.F |
---|
[2752] | 1253 | ! type(ctrl_out),save :: o_s_capCL = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'s_capCL', & |
---|
| 1254 | ! (/ ('', i=1, 10) /)) |
---|
| 1255 | ! type(ctrl_out),save :: o_s_oliqCL = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'s_oliqCL', & |
---|
| 1256 | ! (/ ('', i=1, 10) /)) |
---|
| 1257 | ! type(ctrl_out),save :: o_s_cteiCL = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'s_cteiCL', & |
---|
| 1258 | ! (/ ('', i=1, 10) /)) |
---|
| 1259 | ! type(ctrl_out),save :: o_s_trmb1 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'s_trmb1', & |
---|
| 1260 | ! (/ ('', i=1, 10) /)) |
---|
| 1261 | ! type(ctrl_out),save :: o_s_trmb2 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'s_trmb2', & |
---|
| 1262 | ! (/ ('', i=1, 10) /)) |
---|
| 1263 | ! type(ctrl_out),save :: o_s_trmb3 = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'s_trmb3', & |
---|
| 1264 | !(/ ('', i=1, 10) /)) |
---|
| 1265 | TYPE(ctrl_out), SAVE :: o_slab_bils = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1266 | 'slab_bils', 'flux atmos - slab ponderes foce', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1267 | TYPE(ctrl_out), SAVE :: o_slab_bilg = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1268 | 'slab_bilg', 'flux glace - slab ponderes fsic', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1269 | TYPE(ctrl_out), SAVE :: o_slab_qflux = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1270 | 'slab_qflux', 'Correction flux slab', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1271 | TYPE(ctrl_out), SAVE :: o_tslab = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1272 | 'tslab', 'Temperature ocean slab', 'K', (/ ('', i=1, 10) /)) |
---|
[3002] | 1273 | TYPE(ctrl_out), SAVE :: o_tslab1 = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11 /), & |
---|
| 1274 | 'tslab1', 'Temperature ocean slab', 'K', (/ ('', i=1, 10) /)) |
---|
| 1275 | TYPE(ctrl_out), SAVE :: o_tslab2 = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11 /), & |
---|
| 1276 | 'tslab2', 'Temperature ocean slab', 'K', (/ ('', i=1, 10) /)) |
---|
[2752] | 1277 | TYPE(ctrl_out), SAVE :: o_slab_tice = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1278 | 'slab_tice', 'Temperature banquise slab', 'K', (/ ('', i=1, 10) /)) |
---|
| 1279 | TYPE(ctrl_out), SAVE :: o_slab_sic = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1280 | 'seaice', 'Epaisseur banquise slab', 'kg/m2', (/ ('', i=1, 10) /)) |
---|
| 1281 | TYPE(ctrl_out), SAVE :: o_slab_hdiff = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1282 | 'slab_hdiff', 'Horizontal diffusion', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[3002] | 1283 | TYPE(ctrl_out), SAVE :: o_slab_gm = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11 /), & |
---|
| 1284 | 'slab_gm', 'GM eddy advection', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[2752] | 1285 | TYPE(ctrl_out), SAVE :: o_slab_ekman = ctrl_out((/ 1, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1286 | 'slab_ekman', 'Ekman heat transport', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1287 | TYPE(ctrl_out), SAVE :: o_ale_bl = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1288 | 'ale_bl', 'ALE BL', 'm2/s2', (/ ('', i=1, 10) /)) |
---|
| 1289 | TYPE(ctrl_out), SAVE :: o_alp_bl = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1290 | 'alp_bl', 'ALP BL', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1291 | TYPE(ctrl_out), SAVE :: o_ale_wk = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1292 | 'ale_wk', 'ALE WK', 'm2/s2', (/ ('', i=1, 10) /)) |
---|
| 1293 | TYPE(ctrl_out), SAVE :: o_alp_wk = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1294 | 'alp_wk', 'ALP WK', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[2159] | 1295 | !!! |
---|
| 1296 | !nrlmd+jyg< |
---|
[2752] | 1297 | type(ctrl_out),save :: o_dtvdf_x = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1298 | 'dtvdf_x', ' dtvdf off_wake','K/s', (/ ('', i=1, 10) /)) |
---|
| 1299 | type(ctrl_out),save :: o_dtvdf_w = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1300 | 'dtvdf_w', ' dtvdf within_wake','K/s', (/ ('', i=1, 10) /)) |
---|
| 1301 | type(ctrl_out),save :: o_dqvdf_x = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1302 | 'dqvdf_x', ' dqvdf off_wake','kg/kg/s', (/ ('', i=1, 10) /)) |
---|
| 1303 | type(ctrl_out),save :: o_dqvdf_w = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1304 | 'dqvdf_w', ' dqvdf within_wake','kg/kg/s', (/ ('', i=1, 10) /)) |
---|
[2159] | 1305 | !! |
---|
[2752] | 1306 | type(ctrl_out),save :: o_sens_x = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1307 | 'sens_x', 'sens off_wake', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1308 | type(ctrl_out),save :: o_sens_w = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1309 | 'sens_w', 'sens within_wake', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1310 | type(ctrl_out),save :: o_flat_x = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1311 | 'flat_x', 'flat off_wake', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1312 | type(ctrl_out),save :: o_flat_w = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1313 | 'flat_w', 'flat within_wake', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[2159] | 1314 | !! |
---|
[2752] | 1315 | type(ctrl_out),save :: o_cdragh_x = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1316 | 'cdragh_x', 'cdragh off-wake', '', (/ ('', i=1, 10) /)) |
---|
| 1317 | type(ctrl_out),save :: o_cdragh_w = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1318 | 'cdragh_w', 'cdragh within-wake', '', (/ ('', i=1, 10) /)) |
---|
| 1319 | type(ctrl_out),save :: o_cdragm_x = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1320 | 'cdragm_x', 'cdragm off-wake', '', (/ ('', i=1, 10) /)) |
---|
| 1321 | type(ctrl_out),save :: o_cdragm_w = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1322 | 'cdragm_w', 'cdrgam within-wake', '', (/ ('', i=1, 10) /)) |
---|
| 1323 | type(ctrl_out),save :: o_kh = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1324 | 'kh', 'Kh', 'kg/s/m2', (/ ('', i=1, 10) /)) |
---|
| 1325 | type(ctrl_out),save :: o_kh_x = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1326 | 'kh_x', 'Kh off-wake', 'kg/s/m2', (/ ('', i=1, 10) /)) |
---|
| 1327 | type(ctrl_out),save :: o_kh_w = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1328 | 'kh_w', 'Kh within-wake', 'kg/s/m2', (/ ('', i=1, 10) /)) |
---|
[2159] | 1329 | !>nrlmd+jyg |
---|
| 1330 | !!! |
---|
[2752] | 1331 | TYPE(ctrl_out), SAVE :: o_ale = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1332 | 'ale', 'ALE', 'm2/s2', (/ ('', i=1, 10) /)) |
---|
| 1333 | TYPE(ctrl_out), SAVE :: o_alp = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1334 | 'alp', 'ALP', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1335 | TYPE(ctrl_out), SAVE :: o_cin = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1336 | 'cin', 'Convective INhibition', 'm2/s2', (/ ('', i=1, 10) /)) |
---|
| 1337 | TYPE(ctrl_out), SAVE :: o_wape = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1338 | 'wape', '', 'm2/s2', (/ ('', i=1, 10) /)) |
---|
[5491] | 1339 | !! |
---|
| 1340 | TYPE(ctrl_out), SAVE :: o_coef_clos = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1341 | 'coef_clos', 'closure coefficient', '', (/ ('', i=1, 10) /)) |
---|
| 1342 | TYPE(ctrl_out), SAVE :: o_coef_clos_eff = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1343 | 'coef_clos_eff', 'effective closure coefficient', '', (/ ('', i=1, 10) /)) |
---|
[1792] | 1344 | |
---|
[5491] | 1345 | |
---|
[1792] | 1346 | !!! nrlmd le 10/04/2012 |
---|
| 1347 | |
---|
| 1348 | !-------Spectre de thermiques de type 2 au LCL |
---|
[2752] | 1349 | TYPE(ctrl_out), SAVE :: o_n2 = ctrl_out((/ 1, 6, 6, 6, 10, 10, 11, 11, 11, 11/), & |
---|
| 1350 | 'n2', 'Nombre de panaches de type 2', ' ', (/ ('', i=1, 10) /)) |
---|
| 1351 | TYPE(ctrl_out), SAVE :: o_s2 = ctrl_out((/ 1, 6, 6, 6, 10, 10, 11, 11, 11, 11/), & |
---|
| 1352 | 's2', 'Surface moyenne des panaches de type 2', 'm2', (/ ('', i=1, 10) /)) |
---|
[4843] | 1353 | TYPE(ctrl_out), SAVE :: o_strig = ctrl_out((/ 1, 6, 6, 6, 10, 10, 11, 11, 11, 11/), & |
---|
| 1354 | 'strig', 'Surface moyenne pour atteindre niveau de congelation', 'm2', (/ ('', i=1, 10) /)) |
---|
| 1355 | TYPE(ctrl_out), SAVE :: o_zcong = ctrl_out((/ 1, 6, 6, 6, 10, 10, 11, 11, 11, 11/), & |
---|
| 1356 | 'zcong', 'niveau de congelation', 'm', (/ ('', i=1, 10) /)) |
---|
| 1357 | TYPE(ctrl_out), SAVE :: o_zlcl_th = ctrl_out((/ 1, 6, 6, 6, 10, 10, 11, 11, 11, 11/), & |
---|
| 1358 | 'zlcl_th', 'niveau de condensation', 'm', (/ ('', i=1, 10) /)) |
---|
[3121] | 1359 | !-------Déclenchement stochastique |
---|
[2752] | 1360 | TYPE(ctrl_out), SAVE :: o_proba_notrig = ctrl_out((/ 1, 6, 6, 6, 10, 10, 11, 11, 11, 11/), & |
---|
| 1361 | 'proba_notrig', 'Probabilite de non-declenchement', ' ', (/ ('', i=1, 10) /)) |
---|
| 1362 | TYPE(ctrl_out), SAVE :: o_random_notrig = ctrl_out((/ 1, 6, 6, 6, 10, 10, 11, 11, 11, 11/), & |
---|
| 1363 | 'random_notrig', 'Tirage aleatoire de non-declenchement', ' ', (/ ('', i=1, 10) /)) |
---|
| 1364 | TYPE(ctrl_out), SAVE :: o_ale_bl_stat = ctrl_out((/ 1, 6, 6, 6, 10, 10, 11, 11, 11, 11/), & |
---|
| 1365 | 'ale_bl_stat', 'ALE_BL_STAT', 'm2/s2', (/ ('', i=1, 10) /)) |
---|
| 1366 | TYPE(ctrl_out), SAVE :: o_ale_bl_trig = ctrl_out((/ 1, 6, 6, 6, 10, 10, 11, 11, 11, 11/), & |
---|
| 1367 | 'ale_bl_trig', 'ALE_BL_STAT + Condition S>Sthreshold', 'm2/s2', (/ ('', i=1, 10) /)) |
---|
[1792] | 1368 | |
---|
| 1369 | !-------Fermeture statistique |
---|
[2752] | 1370 | TYPE(ctrl_out), SAVE :: o_alp_bl_det = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1371 | 'alp_bl_det', 'ALP_BL_DET', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1372 | TYPE(ctrl_out), SAVE :: o_alp_bl_fluct_m = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1373 | 'alp_bl_fluct_m', 'ALP_BL_FLUCT_M', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1374 | TYPE(ctrl_out), SAVE :: o_alp_bl_fluct_tke = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1375 | 'alp_bl_fluct_tke', 'ALP_BL_FLUCT_TKE', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1376 | TYPE(ctrl_out), SAVE :: o_alp_bl_conv = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1377 | 'alp_bl_conv', 'ALP_BL_CONV', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1378 | TYPE(ctrl_out), SAVE :: o_alp_bl_stat = ctrl_out((/ 1, 1, 1, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1379 | 'alp_bl_stat', 'ALP_BL_STAT', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[1792] | 1380 | |
---|
| 1381 | !!! fin nrlmd le 10/04/2012 |
---|
| 1382 | |
---|
| 1383 | ! Champs interpolles sur des niveaux de pression ??? a faire correctement |
---|
| 1384 | |
---|
| 1385 | TYPE(ctrl_out), SAVE, DIMENSION(7) :: o_uSTDlevs = (/ & |
---|
[2752] | 1386 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'u850', "Zonal wind 850hPa", "m/s", & |
---|
| 1387 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1388 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'u700', "Zonal wind 700hPa", "m/s", & |
---|
| 1389 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1390 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'u500', "Zonal wind 500hPa", "m/s", & |
---|
| 1391 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1392 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'u200', "Zonal wind 200hPa", "m/s", & |
---|
| 1393 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1394 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'u100', "Zonal wind 100hPa", "m/s", & |
---|
| 1395 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1396 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'u50', "Zonal wind 50hPa", "m/s", & |
---|
| 1397 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1398 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'u10', "Zonal wind 10hPa", "m/s", & |
---|
| 1399 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)) /) |
---|
[1792] | 1400 | |
---|
| 1401 | TYPE(ctrl_out), SAVE, DIMENSION(7) :: o_vSTDlevs = (/ & |
---|
[2752] | 1402 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'v850', "Meridional wind 850hPa", "m/s", & |
---|
| 1403 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1404 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'v700', "Meridional wind 700hPa", "m/s", & |
---|
| 1405 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1406 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'v500', "Meridional wind 500hPa", "m/s", & |
---|
| 1407 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1408 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'v200', "Meridional wind 200hPa", "m/s", & |
---|
| 1409 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1410 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'v100', "Meridional wind 100hPa", "m/s", & |
---|
| 1411 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1412 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'v50', "Meridional wind 50hPa", "m/s", & |
---|
| 1413 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1414 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'v10', "Meridional wind 10hPa", "m/s", & |
---|
| 1415 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)) /) |
---|
[1792] | 1416 | |
---|
| 1417 | TYPE(ctrl_out), SAVE, DIMENSION(7) :: o_wSTDlevs = (/ & |
---|
[2752] | 1418 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'w850', "Vertical wind 850hPa", "Pa/s", & |
---|
| 1419 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1420 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'w700', "Vertical wind 700hPa", "Pa/s", & |
---|
| 1421 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1422 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'w500', "Vertical wind 500hPa", "Pa/s", & |
---|
| 1423 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1424 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'w200', "Vertical wind 200hPa", "Pa/s", & |
---|
| 1425 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1426 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'w100', "Vertical wind 100hPa", "Pa/s", & |
---|
| 1427 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1428 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'w50', "Vertical wind 50hPa", "Pa/s", & |
---|
| 1429 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1430 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'w10', "Vertical wind 10hPa", "Pa/s", & |
---|
| 1431 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)) /) |
---|
[1792] | 1432 | |
---|
| 1433 | TYPE(ctrl_out), SAVE, DIMENSION(7) :: o_tSTDlevs = (/ & |
---|
[2752] | 1434 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'t850', "Temperature 850hPa", "K", & |
---|
| 1435 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1436 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'t700', "Temperature 700hPa", "K", & |
---|
| 1437 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1438 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'t500', "Temperature 500hPa", "K", & |
---|
| 1439 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1440 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'t200', "Temperature 200hPa", "K", & |
---|
| 1441 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1442 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'t100', "Temperature 100hPa", "K", & |
---|
| 1443 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1444 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'t50', "Temperature 50hPa", "K", & |
---|
| 1445 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1446 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'t10', "Temperature 10hPa", "K", & |
---|
| 1447 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)) /) |
---|
[1792] | 1448 | |
---|
[2876] | 1449 | TYPE(ctrl_out), SAVE, DIMENSION(7) :: o_qSTDlevs = (/ & |
---|
| 1450 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'q850', & |
---|
| 1451 | "Specific humidity 850hPa", "kg/kg", & |
---|
| 1452 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1453 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'q700', & |
---|
| 1454 | "Specific humidity 700hPa", "kg/kg", & |
---|
| 1455 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1456 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'q500', & |
---|
| 1457 | "Specific humidity 500hPa", "kg/kg", & |
---|
| 1458 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1459 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'q200', & |
---|
| 1460 | "Specific humidity 200hPa", "kg/kg", & |
---|
| 1461 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1462 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'q100', & |
---|
| 1463 | "Specific humidity 100hPa", "kg/kg", & |
---|
| 1464 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1465 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'q50', & |
---|
| 1466 | "Specific humidity 50hPa", "kg/kg", & |
---|
| 1467 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1468 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'q10', & |
---|
| 1469 | "Specific humidity 10hPa", "kg/kg", & |
---|
| 1470 | (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)) /) |
---|
[1792] | 1471 | |
---|
| 1472 | TYPE(ctrl_out), SAVE, DIMENSION(7) :: o_zSTDlevs = (/ & |
---|
[2752] | 1473 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'z850', "Geopotential height 850hPa", & |
---|
| 1474 | "m", (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1475 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'z700', "Geopotential height 700hPa", & |
---|
| 1476 | "m", (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1477 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'z500', "Geopotential height 500hPa", & |
---|
| 1478 | "m", (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1479 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'z200', "Geopotential height 200hPa", & |
---|
| 1480 | "m", (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1481 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'z100', "Geopotential height 100hPa", & |
---|
| 1482 | "m", (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1483 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'z50', "Geopotential height 50hPa", & |
---|
| 1484 | "m", (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)), & |
---|
| 1485 | ctrl_out((/ 1, 7, 7, 10, 10, 10, 11, 11, 11, 11/),'z10', "Geopotential height 10hPa", & |
---|
| 1486 | "m", (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)) /) |
---|
[1792] | 1487 | |
---|
[2752] | 1488 | TYPE(ctrl_out), SAVE :: o_t_oce_sic = ctrl_out((/ 1, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1489 | 't_oce_sic', 'Temp mixte oce-sic', 'K', (/ ('', i=1, 10) /)) |
---|
| 1490 | TYPE(ctrl_out), SAVE :: o_weakinv = ctrl_out((/ 10, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1491 | 'weakinv', 'Weak inversion', '-', (/ ('', i=1, 10) /)) |
---|
| 1492 | TYPE(ctrl_out), SAVE :: o_dthmin = ctrl_out((/ 10, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1493 | 'dthmin', 'dTheta mini', 'K/m', (/ ('', i=1, 10) /)) |
---|
[1792] | 1494 | |
---|
| 1495 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_u10_srf = (/ & |
---|
[2752] | 1496 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'u10_ter', "", "", (/ ('', i=1, 10) /)), & |
---|
| 1497 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'u10_lic', "", "", (/ ('', i=1, 10) /)), & |
---|
| 1498 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'u10_oce', "", "", (/ ('', i=1, 10) /)), & |
---|
| 1499 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'u10_sic', "", "", (/ ('', i=1, 10) /)) /) |
---|
[1792] | 1500 | |
---|
| 1501 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_v10_srf = (/ & |
---|
[2752] | 1502 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'v10_ter', "", "", (/ ('', i=1, 10) /)), & |
---|
| 1503 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'v10_lic', "", "", (/ ('', i=1, 10) /)), & |
---|
| 1504 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'v10_oce', "", "", (/ ('', i=1, 10) /)), & |
---|
| 1505 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'v10_sic', "", "", (/ ('', i=1, 10) /)) /) |
---|
[1792] | 1506 | |
---|
[2752] | 1507 | TYPE(ctrl_out), SAVE :: o_cldtau = ctrl_out((/ 10, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1508 | 'cldtau', 'Cloud optical thickness', '1', (/ ('', i=1, 10) /)) |
---|
| 1509 | TYPE(ctrl_out), SAVE :: o_cldemi = ctrl_out((/ 10, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1510 | 'cldemi', 'Cloud optical emissivity', '1', (/ ('', i=1, 10) /)) |
---|
| 1511 | TYPE(ctrl_out), SAVE :: o_rh2m = ctrl_out((/ 5, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1512 | 'rh2m', 'Relative humidity at 2m', '%', (/ ('', i=1, 10) /)) |
---|
[3165] | 1513 | ! TYPE(ctrl_out), SAVE :: o_rh2m_min = ctrl_out((/ 10, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1514 | ! 'rh2m_min', 'Min Relative humidity at 2m', '%', & |
---|
| 1515 | ! (/ 't_min(X)', 't_min(X)', 't_min(X)', 't_min(X)', 't_min(X)', & |
---|
| 1516 | ! 't_min(X)', 't_min(X)', 't_min(X)', 't_min(X)', 't_min(X)' /)) |
---|
| 1517 | ! TYPE(ctrl_out), SAVE :: o_rh2m_max = ctrl_out((/ 10, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1518 | ! 'rh2m_max', 'Max Relative humidity at 2m', '%', & |
---|
| 1519 | ! (/ 't_max(X)', 't_max(X)', 't_max(X)', 't_max(X)', 't_max(X)', & |
---|
| 1520 | ! 't_max(X)', 't_max(X)', 't_max(X)', 't_max(X)', 't_max(X)' /)) |
---|
[2752] | 1521 | TYPE(ctrl_out), SAVE :: o_qsat2m = ctrl_out((/ 10, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1522 | 'qsat2m', 'Saturant humidity at 2m', '%', (/ ('', i=1, 10) /)) |
---|
| 1523 | TYPE(ctrl_out), SAVE :: o_tpot = ctrl_out((/ 10, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1524 | 'tpot', 'Surface air potential temperature', 'K', (/ ('', i=1, 10) /)) |
---|
| 1525 | TYPE(ctrl_out), SAVE :: o_tpote = ctrl_out((/ 10, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1526 | 'tpote', 'Surface air equivalent potential temperature', 'K', (/ ('', i=1, 10) /)) |
---|
| 1527 | TYPE(ctrl_out), SAVE :: o_tke = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1528 | 'tke ', 'TKE', 'm2/s2', (/ ('', i=1, 10) /)) |
---|
[5039] | 1529 | TYPE(ctrl_out), SAVE :: o_tke_shear = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 1530 | 'tke_shear ', 'TKE shear term', 'm2/s3', (/ ('', i=1, 10) /)) |
---|
| 1531 | TYPE(ctrl_out), SAVE :: o_tke_buoy = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 1532 | 'tke_buoy ', 'TKE buoyancy term', 'm2/s3', (/ ('', i=1, 10) /)) |
---|
| 1533 | TYPE(ctrl_out), SAVE :: o_tke_trans = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 1534 | 'tke_trans ', 'TKE transport term', 'm2/s3', (/ ('', i=1, 10) /)) |
---|
[3780] | 1535 | TYPE(ctrl_out), SAVE :: o_tke_dissip = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
[5039] | 1536 | 'tke_dissip ', 'TKE dissipation term', 'm2/s3', (/ ('', i=1, 10) /)) |
---|
| 1537 | |
---|
[2752] | 1538 | TYPE(ctrl_out), SAVE :: o_tke_max = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1539 | 'tke_max', 'TKE max', 'm2/s2', & |
---|
[1828] | 1540 | (/ 't_max(X)', 't_max(X)', 't_max(X)', 't_max(X)', 't_max(X)', & |
---|
[2752] | 1541 | 't_max(X)', 't_max(X)', 't_max(X)', 't_max(X)', 't_max(X)' /)) |
---|
[1792] | 1542 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_tke_srf = (/ & |
---|
[2752] | 1543 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'tke_ter', & |
---|
| 1544 | "Max Turb. Kinetic Energy "//clnsurf(1),"m2/s2", (/ ('', i=1, 10) /)), & |
---|
| 1545 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'tke_lic', & |
---|
| 1546 | "Max Turb. Kinetic Energy "//clnsurf(2),"m2/s2", (/ ('', i=1, 10) /)), & |
---|
| 1547 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'tke_oce', & |
---|
| 1548 | "Max Turb. Kinetic Energy "//clnsurf(3),"m2/s2", (/ ('', i=1, 10) /)), & |
---|
| 1549 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'tke_sic', & |
---|
| 1550 | "Max Turb. Kinetic Energy "//clnsurf(4),"m2/s2", (/ ('', i=1, 10) /)) /) |
---|
[2952] | 1551 | !FC |
---|
| 1552 | ! TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_treedrg_srf = (/ & |
---|
| 1553 | ! ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'treedrg_ter', & |
---|
| 1554 | ! "Drag from trees "//clnsurf(1),"-", (/ ('', i=1, 10) /)), & |
---|
| 1555 | ! ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'treedrg_lic', & |
---|
| 1556 | ! "Drag from trees "//clnsurf(2),"-", (/ ('', i=1, 10) /)), & |
---|
| 1557 | ! ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'treedrg_oce', & |
---|
| 1558 | ! "Drag from trees "//clnsurf(3),"-", (/ ('', i=1, 10) /)), & |
---|
| 1559 | ! ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'treedrg_sic', & |
---|
| 1560 | ! "Drag from trees "//clnsurf(4),"-", (/ ('', i=1, 10) /)) /) |
---|
| 1561 | !FC |
---|
[1792] | 1562 | |
---|
[2561] | 1563 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_l_mixmin = (/ & |
---|
[2752] | 1564 | ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'l_mixmin_ter', & |
---|
| 1565 | "PBL mixing length "//clnsurf(1),"m", (/ ('', i=1, 10) /)), & |
---|
| 1566 | ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'l_mixmin_lic', & |
---|
| 1567 | "PBL mixing length "//clnsurf(2),"m", (/ ('', i=1, 10) /)), & |
---|
| 1568 | ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'l_mixmin_oce', & |
---|
| 1569 | "PBL mixing length "//clnsurf(3),"m", (/ ('', i=1, 10) /)), & |
---|
| 1570 | ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'l_mixmin_sic', & |
---|
| 1571 | "PBL mixing length "//clnsurf(4),"m", (/ ('', i=1, 10) /)) /) |
---|
[2561] | 1572 | |
---|
| 1573 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_l_mix = (/ & |
---|
[2752] | 1574 | ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'l_mix_ter', & |
---|
| 1575 | "min PBL mixing length "//clnsurf(1),"m", (/ ('', i=1, 10) /)), & |
---|
| 1576 | ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'l_mix_lic', & |
---|
| 1577 | "min PBL mixing length "//clnsurf(2),"m", (/ ('', i=1, 10) /)), & |
---|
| 1578 | ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'l_mix_oce', & |
---|
| 1579 | "min PBL mixing length "//clnsurf(3),"m", (/ ('', i=1, 10) /)), & |
---|
| 1580 | ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'l_mix_sic', & |
---|
| 1581 | "min PBL mixing length "//clnsurf(4),"m", (/ ('', i=1, 10) /)) /) |
---|
[2561] | 1582 | |
---|
[3780] | 1583 | |
---|
[1828] | 1584 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_tke_max_srf = (/ & |
---|
[2752] | 1585 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'tke_max_ter', & |
---|
[1828] | 1586 | "Max Turb. Kinetic Energy "//clnsurf(1),"-", & |
---|
| 1587 | (/ "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", & |
---|
[2752] | 1588 | "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)" /)), & |
---|
| 1589 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'tke_max_lic', & |
---|
[1828] | 1590 | "Max Turb. Kinetic Energy "//clnsurf(2),"-", & |
---|
| 1591 | (/ "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", & |
---|
[2752] | 1592 | "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)" /)), & |
---|
| 1593 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'tke_max_oce', & |
---|
[1828] | 1594 | "Max Turb. Kinetic Energy "//clnsurf(3),"-", & |
---|
| 1595 | (/ "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", & |
---|
[2752] | 1596 | "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)" /)), & |
---|
| 1597 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'tke_max_sic', & |
---|
[1828] | 1598 | "Max Turb. Kinetic Energy "//clnsurf(4),"-", & |
---|
| 1599 | (/ "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", & |
---|
[2752] | 1600 | "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)" /)) /) |
---|
[1792] | 1601 | |
---|
[2159] | 1602 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_dltpbltke_srf = (/ & |
---|
[2752] | 1603 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'dltpbltke_ter', & |
---|
| 1604 | "TKE difference (w - x) "//clnsurf(1),"-", (/ ('', i=1, 10) /)), & |
---|
| 1605 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'dltpbltke_lic', & |
---|
| 1606 | "TKE difference (w - x) "//clnsurf(2),"-", (/ ('', i=1, 10) /)), & |
---|
| 1607 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'dltpbltke_oce', & |
---|
| 1608 | "TKE difference (w - x) "//clnsurf(3),"-", (/ ('', i=1, 10) /)), & |
---|
| 1609 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'dltpbltke_sic', & |
---|
| 1610 | "TKE difference (w - x) "//clnsurf(4),"-", (/ ('', i=1, 10) /)) /) |
---|
[2159] | 1611 | |
---|
[3888] | 1612 | TYPE(ctrl_out), SAVE :: o_delta_tsurf = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1613 | 'delta_tsurf ', 'T_surf difference (w - x)', 'K', (/ ('', i=1, 10) /)) |
---|
| 1614 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_delta_tsurf_srf = (/ & |
---|
| 1615 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'delta_tsurf_ter', & |
---|
| 1616 | "T_surf difference (w - x) "//clnsurf(1),"-", (/ ('', i=1, 10) /)), & |
---|
| 1617 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'delta_tsurf_lic', & |
---|
| 1618 | "T_surf difference (w - x) "//clnsurf(2),"-", (/ ('', i=1, 10) /)), & |
---|
| 1619 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'delta_tsurf_oce', & |
---|
| 1620 | "T_surf difference (w - x) "//clnsurf(3),"-", (/ ('', i=1, 10) /)), & |
---|
| 1621 | ctrl_out((/ 10, 4, 10, 10, 10, 10, 11, 11, 11, 11/),'delta_tsurf_sic', & |
---|
| 1622 | "T_surf difference (w - x) "//clnsurf(4),"-", (/ ('', i=1, 10) /)) /) |
---|
| 1623 | |
---|
[2752] | 1624 | TYPE(ctrl_out), SAVE :: o_kz = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1625 | 'kz', 'Kz melange', 'm2/s', (/ ('', i=1, 10) /)) |
---|
| 1626 | TYPE(ctrl_out), SAVE :: o_kz_max = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
[1852] | 1627 | 'kz_max', 'Kz melange max', 'm2/s', & |
---|
[1828] | 1628 | (/ 't_max(X)', 't_max(X)', 't_max(X)', 't_max(X)', 't_max(X)', & |
---|
[2752] | 1629 | 't_max(X)', "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)" /)) |
---|
| 1630 | TYPE(ctrl_out), SAVE :: o_SWnetOR = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1631 | 'SWnetOR', 'Sfce net SW radiation OR', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1632 | TYPE(ctrl_out), SAVE :: o_LWdownOR = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1633 | 'LWdownOR', 'Sfce incident LW radiation OR', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1634 | TYPE(ctrl_out), SAVE :: o_snowl = ctrl_out((/ 10, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1635 | 'snowl', 'Solid Large-scale Precip.', 'kg/(m2*s)', (/ ('', i=1, 10) /)) |
---|
| 1636 | TYPE(ctrl_out), SAVE :: o_cape_max = ctrl_out((/ 10, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
[1852] | 1637 | 'cape_max', 'CAPE max.', 'J/kg', & |
---|
[1828] | 1638 | (/ "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", & |
---|
[2752] | 1639 | "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)", "t_max(X)" /)) |
---|
| 1640 | TYPE(ctrl_out), SAVE :: o_solldown = ctrl_out((/ 10, 1, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1641 | 'solldown', 'Down. IR rad. at surface', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1642 | TYPE(ctrl_out), SAVE :: o_dtsvdfo = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1643 | 'dtsvdfo', 'Boundary-layer dTs(o)', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 1644 | TYPE(ctrl_out), SAVE :: o_dtsvdft = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1645 | 'dtsvdft', 'Boundary-layer dTs(t)', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 1646 | TYPE(ctrl_out), SAVE :: o_dtsvdfg = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1647 | 'dtsvdfg', 'Boundary-layer dTs(g)', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 1648 | TYPE(ctrl_out), SAVE :: o_dtsvdfi = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1649 | 'dtsvdfi', 'Boundary-layer dTs(g)', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 1650 | TYPE(ctrl_out), SAVE :: o_z0m = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1651 | 'z0m', 'roughness length, momentum', '-', (/ ('', i=1, 10) /)) |
---|
| 1652 | TYPE(ctrl_out), SAVE :: o_z0h = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1653 | 'z0h', 'roughness length, enthalpy', '-', (/ ('', i=1, 10) /)) |
---|
| 1654 | TYPE(ctrl_out), SAVE :: o_topswad = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1655 | 'topswad', 'ADE at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1656 | TYPE(ctrl_out), SAVE :: o_topswad0 = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1657 | 'topswad0', 'ADE clear-sky at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1658 | TYPE(ctrl_out), SAVE :: o_topswai = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1659 | 'topswai', 'AIE at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1660 | TYPE(ctrl_out), SAVE :: o_solswad = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1661 | 'solswad', 'ADE at SRF', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1662 | TYPE(ctrl_out), SAVE :: o_solswad0 = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1663 | 'solswad0', 'ADE clear-sky at SRF', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1664 | TYPE(ctrl_out), SAVE :: o_solswai = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1665 | 'solswai', 'AIE at SFR', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1666 | TYPE(ctrl_out), SAVE :: o_toplwad = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1667 | 'toplwad', 'LW-ADE at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1668 | TYPE(ctrl_out), SAVE :: o_toplwad0 = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1669 | 'toplwad0', 'LW-ADE clear-sky at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1670 | TYPE(ctrl_out), SAVE :: o_toplwai = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1671 | 'toplwai', 'LW-AIE at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1672 | TYPE(ctrl_out), SAVE :: o_sollwad = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1673 | 'sollwad', 'LW-ADE at SRF', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1674 | TYPE(ctrl_out), SAVE :: o_sollwad0 = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1675 | 'sollwad0', 'LW-ADE clear-sky at SRF', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1676 | TYPE(ctrl_out), SAVE :: o_sollwai = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1677 | 'sollwai', 'LW-AIE at SFR', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[1792] | 1678 | |
---|
[2183] | 1679 | TYPE(ctrl_out),SAVE,DIMENSION(naero_tot) :: o_tausumaero = & |
---|
[2854] | 1680 | (/ ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(1), & |
---|
[2752] | 1681 | "Aerosol Optical depth at 550 nm "//name_aero_tau(1),"1", (/ ('', i=1, 10) /)), & |
---|
[2854] | 1682 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(2), & |
---|
[2752] | 1683 | "Aerosol Optical depth at 550 nm "//name_aero_tau(2),"2", (/ ('', i=1, 10) /)), & |
---|
[2854] | 1684 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(3), & |
---|
[2752] | 1685 | "Aerosol Optical depth at 550 nm "//name_aero_tau(3),"3", (/ ('', i=1, 10) /)), & |
---|
[2854] | 1686 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(4), & |
---|
[2752] | 1687 | "Aerosol Optical depth at 550 nm "//name_aero_tau(4),"4", (/ ('', i=1, 10) /)), & |
---|
[2854] | 1688 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(5), & |
---|
[2752] | 1689 | "Aerosol Optical depth at 550 nm "//name_aero_tau(5),"5", (/ ('', i=1, 10) /)), & |
---|
[2854] | 1690 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(6), & |
---|
[2752] | 1691 | "Aerosol Optical depth at 550 nm "//name_aero_tau(6),"6", (/ ('', i=1, 10) /)), & |
---|
[2854] | 1692 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(7), & |
---|
[2752] | 1693 | "Aerosol Optical depth at 550 nm "//name_aero_tau(7),"7", (/ ('', i=1, 10) /)), & |
---|
[2854] | 1694 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(8), & |
---|
[2752] | 1695 | "Aerosol Optical depth at 550 nm "//name_aero_tau(8),"8", (/ ('', i=1, 10) /)), & |
---|
[2854] | 1696 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(9), & |
---|
[2752] | 1697 | "Aerosol Optical depth at 550 nm "//name_aero_tau(9),"9", (/ ('', i=1, 10) /)), & |
---|
[2854] | 1698 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(10), & |
---|
[2752] | 1699 | "Aerosol Optical depth at 550 nm "//name_aero_tau(10),"10", (/ ('', i=1, 10) /)), & |
---|
[2854] | 1700 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(11), & |
---|
[2752] | 1701 | "Aerosol Optical depth at 550 nm "//name_aero_tau(11),"11", (/ ('', i=1, 10) /)), & |
---|
[2854] | 1702 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(12), & |
---|
[2752] | 1703 | "Aerosol Optical depth at 550 nm "//name_aero_tau(12),"12", (/ ('', i=1, 10) /)), & |
---|
[2854] | 1704 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(13), & |
---|
[2752] | 1705 | "Aerosol Optical depth at 550 nm "//name_aero_tau(13),"13", (/ ('', i=1, 10) /)), & |
---|
[2854] | 1706 | ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'od550_'//name_aero_tau(14), & |
---|
[2752] | 1707 | "Aerosol Optical depth at 550 nm "//name_aero_tau(14),"14", (/ ('', i=1, 10) /)) /) |
---|
[2854] | 1708 | |
---|
| 1709 | TYPE(ctrl_out),SAVE,DIMENSION(naero_tot-1) :: o_drytausumaero = & |
---|
| 1710 | (/ ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(1), & |
---|
| 1711 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(1),"1", (/ ('', i=1, 10) /)), & |
---|
| 1712 | ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(2), & |
---|
| 1713 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(2),"2", (/ ('', i=1, 10) /)), & |
---|
| 1714 | ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(3), & |
---|
| 1715 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(3),"3", (/ ('', i=1, 10) /)), & |
---|
| 1716 | ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(4), & |
---|
| 1717 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(4),"4", (/ ('', i=1, 10) /)), & |
---|
| 1718 | ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(5), & |
---|
| 1719 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(5),"5", (/ ('', i=1, 10) /)), & |
---|
| 1720 | ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(6), & |
---|
| 1721 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(6),"6", (/ ('', i=1, 10) /)), & |
---|
| 1722 | ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(7), & |
---|
| 1723 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(7),"7", (/ ('', i=1, 10) /)), & |
---|
| 1724 | ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(8), & |
---|
| 1725 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(8),"8", (/ ('', i=1, 10) /)), & |
---|
| 1726 | ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(9), & |
---|
| 1727 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(9),"9", (/ ('', i=1, 10) /)), & |
---|
| 1728 | ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(10), & |
---|
| 1729 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(10),"10", (/ ('', i=1, 10) /)), & |
---|
| 1730 | ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(11), & |
---|
| 1731 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(11),"11", (/ ('', i=1, 10) /)), & |
---|
| 1732 | ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(12), & |
---|
| 1733 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(12),"12", (/ ('', i=1, 10) /)), & |
---|
| 1734 | ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'dryod550_'//name_aero_tau(13), & |
---|
| 1735 | "Dry aerosol Optical depth at 550 nm "//name_aero_tau(13),"13", (/ ('', i=1, 10) /)) /) |
---|
[2003] | 1736 | ! |
---|
[2752] | 1737 | TYPE(ctrl_out), SAVE :: o_tausumaero_lw = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
[2854] | 1738 | 'od_10um_STRAT', 'Stratospheric Aerosol Optical depth at 10 um ', '1', (/ ('', i=1, 10) /)) |
---|
[2146] | 1739 | ! |
---|
[2806] | 1740 | TYPE(ctrl_out), SAVE :: o_od443aer = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1741 | 'od443aer', 'Total aerosol optical depth at 440nm', '-', (/ ('', i=1, 10) /)) |
---|
[2752] | 1742 | TYPE(ctrl_out), SAVE :: o_od550aer = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1743 | 'od550aer', 'Total aerosol optical depth at 550nm', '-', (/ ('', i=1, 10) /)) |
---|
[2854] | 1744 | TYPE(ctrl_out), SAVE :: o_dryod550aer = ctrl_out((/ 11, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1745 | 'dryod550aer', 'Total dry aerosol optical depth at 550nm', '-', (/ ('', i=1, 10) /)) |
---|
[2752] | 1746 | TYPE(ctrl_out), SAVE :: o_od865aer = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1747 | 'od865aer', 'Total aerosol optical depth at 870nm', '-', (/ ('', i=1, 10) /)) |
---|
[2842] | 1748 | TYPE(ctrl_out), SAVE :: o_abs550aer = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1749 | 'abs550aer', 'Absorption aerosol optical depth at 550nm', '-', (/ ('', i=1, 10) /)) |
---|
[2752] | 1750 | TYPE(ctrl_out), SAVE :: o_od550lt1aer = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1751 | 'od550lt1aer', 'Fine mode optical depth', '-', (/ ('', i=1, 10) /)) |
---|
| 1752 | TYPE(ctrl_out), SAVE :: o_sconcso4 = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1753 | 'sconcso4', 'Surface Concentration of Sulfate ', 'kg/m3', (/ ('', i=1, 10) /)) |
---|
| 1754 | TYPE(ctrl_out), SAVE :: o_sconcno3 = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1755 | 'sconcno3', 'Surface Concentration of Nitrate ', 'kg/m3', (/ ('', i=1, 10) /)) |
---|
| 1756 | TYPE(ctrl_out), SAVE :: o_sconcoa = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1757 | 'sconcoa', 'Surface Concentration of Organic Aerosol ', 'kg/m3', (/ ('', i=1, 10) /)) |
---|
| 1758 | TYPE(ctrl_out), SAVE :: o_sconcbc = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1759 | 'sconcbc', 'Surface Concentration of Black Carbon ', 'kg/m3', (/ ('', i=1, 10) /)) |
---|
| 1760 | TYPE(ctrl_out), SAVE :: o_sconcss = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1761 | 'sconcss', 'Surface Concentration of Sea Salt ', 'kg/m3', (/ ('', i=1, 10) /)) |
---|
| 1762 | TYPE(ctrl_out), SAVE :: o_sconcdust = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1763 | 'sconcdust', 'Surface Concentration of Dust ', 'kg/m3', (/ ('', i=1, 10) /)) |
---|
| 1764 | TYPE(ctrl_out), SAVE :: o_concso4 = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1765 | 'concso4', 'Concentration of Sulfate ', 'kg/m3', (/ ('', i=1, 10) /)) |
---|
| 1766 | TYPE(ctrl_out), SAVE :: o_concno3 = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1767 | 'concno3', 'Concentration of Nitrate ', 'kg/m3', (/ ('', i=1, 10) /)) |
---|
| 1768 | TYPE(ctrl_out), SAVE :: o_concoa = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1769 | 'concoa', 'Concentration of Organic Aerosol ', 'kg/m3', (/ ('', i=1, 10) /)) |
---|
| 1770 | TYPE(ctrl_out), SAVE :: o_concbc = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1771 | 'concbc', 'Concentration of Black Carbon ', 'kg/m3', (/ ('', i=1, 10) /)) |
---|
| 1772 | TYPE(ctrl_out), SAVE :: o_concss = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1773 | 'concss', 'Concentration of Sea Salt ', 'kg/m3', (/ ('', i=1, 10) /)) |
---|
| 1774 | TYPE(ctrl_out), SAVE :: o_concdust = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1775 | 'concdust', 'Concentration of Dust ', 'kg/m3', (/ ('', i=1, 10) /)) |
---|
| 1776 | TYPE(ctrl_out), SAVE :: o_loadso4 = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1777 | 'loadso4', 'Column Load of Sulfate ', 'kg/m2', (/ ('', i=1, 10) /)) |
---|
| 1778 | TYPE(ctrl_out), SAVE :: o_loadoa = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1779 | 'loadoa', 'Column Load of Organic Aerosol ', 'kg/m2', (/ ('', i=1, 10) /)) |
---|
| 1780 | TYPE(ctrl_out), SAVE :: o_loadbc = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1781 | 'loadbc', 'Column Load of Black Carbon ', 'kg/m2', (/ ('', i=1, 10) /)) |
---|
| 1782 | TYPE(ctrl_out), SAVE :: o_loadss = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1783 | 'loadss', 'Column Load of Sea Salt ', 'kg/m2', (/ ('', i=1, 10) /)) |
---|
| 1784 | TYPE(ctrl_out), SAVE :: o_loaddust = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1785 | 'loaddust', 'Column Load of Dust ', 'kg/m2', (/ ('', i=1, 10) /)) |
---|
[2823] | 1786 | TYPE(ctrl_out), SAVE :: o_loadno3 = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1787 | 'loadno3', 'Column Load of Nitrate ', 'kg/m2', (/ ('', i=1, 10) /)) |
---|
[2861] | 1788 | TYPE(ctrl_out), SAVE :: o_swtoaas_nat = ctrl_out((/ 11, 11, 1, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[2752] | 1789 | 'swtoaas_nat', 'Natural aerosol radiative forcing all-sky at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[2861] | 1790 | TYPE(ctrl_out), SAVE :: o_swsrfas_nat = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[2752] | 1791 | 'swsrfas_nat', 'Natural aerosol radiative forcing all-sky at SRF', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[2861] | 1792 | TYPE(ctrl_out), SAVE :: o_swtoacs_nat = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[2752] | 1793 | 'swtoacs_nat', 'Natural aerosol radiative forcing clear-sky at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[2861] | 1794 | TYPE(ctrl_out), SAVE :: o_swsrfcs_nat = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[2752] | 1795 | 'swsrfcs_nat', 'Natural aerosol radiative forcing clear-sky at SRF', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[2861] | 1796 | TYPE(ctrl_out), SAVE :: o_swtoaas_ant = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[2752] | 1797 | 'swtoaas_ant', 'Anthropogenic aerosol radiative forcing all-sky at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[2861] | 1798 | TYPE(ctrl_out), SAVE :: o_swsrfas_ant = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[2752] | 1799 | 'swsrfas_ant', 'Anthropogenic aerosol radiative forcing all-sky at SRF', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[2861] | 1800 | TYPE(ctrl_out), SAVE :: o_swtoacs_ant = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[2752] | 1801 | 'swtoacs_ant', 'Anthropogenic aerosol radiative forcing clear-sky at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[2861] | 1802 | TYPE(ctrl_out), SAVE :: o_swsrfcs_ant = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[2752] | 1803 | 'swsrfcs_ant', 'Anthropogenic aerosol radiative forcing clear-sky at SRF', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[2861] | 1804 | TYPE(ctrl_out), SAVE :: o_swtoacf_nat = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[2752] | 1805 | 'swtoacf_nat', 'Natural aerosol impact on cloud radiative forcing at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[2861] | 1806 | TYPE(ctrl_out), SAVE :: o_swsrfcf_nat = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[2752] | 1807 | 'swsrfcf_nat', 'Natural aerosol impact on cloud radiative forcing at SRF', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[2861] | 1808 | TYPE(ctrl_out), SAVE :: o_swtoacf_ant = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[2752] | 1809 | 'swtoacf_ant', 'Anthropogenic aerosol impact on cloud radiative forcing at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[2861] | 1810 | TYPE(ctrl_out), SAVE :: o_swsrfcf_ant = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[2752] | 1811 | 'swsrfcf_ant', 'Anthropogenic aerosol impact on cloud radiative forcing at SRF', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[2861] | 1812 | TYPE(ctrl_out), SAVE :: o_swtoacf_zero = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[2752] | 1813 | 'swtoacf_zero', 'Cloud radiative forcing (allsky-clearsky fluxes) at TOA', 'W/m2', (/ ('', i=1, 10) /)) |
---|
[2861] | 1814 | TYPE(ctrl_out), SAVE :: o_swsrfcf_zero = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[2752] | 1815 | 'swsrfcf_zero', 'Cloud radiative forcing (allsky-clearsky fluxes) at SRF', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 1816 | TYPE(ctrl_out), SAVE :: o_cldncl = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1817 | 'cldncl', 'CDNC at top of liquid water cloud', 'm-3', (/ ('', i=1, 10) /)) |
---|
| 1818 | TYPE(ctrl_out), SAVE :: o_reffclwtop = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1819 | 'reffclwtop', 'Droplet effective radius at top of liquid water cloud', 'm', (/ ('', i=1, 10) /)) |
---|
| 1820 | TYPE(ctrl_out), SAVE :: o_cldnvi = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1821 | 'cldnvi', 'Column Integrated Cloud Droplet Number', 'm-2', (/ ('', i=1, 10) /)) |
---|
| 1822 | TYPE(ctrl_out), SAVE :: o_lcc = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1823 | 'lcc', 'Cloud liquid fraction at top of cloud', '1', (/ ('', i=1, 10) /)) |
---|
[1792] | 1824 | |
---|
[2992] | 1825 | !--tropopause pressure |
---|
| 1826 | TYPE(ctrl_out), SAVE :: o_p_tropopause = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1827 | 'p_tropopause', 'Tropopause pressure', 'Pa', (/ ('', i=1, 10) /)) |
---|
| 1828 | !--tropopause height |
---|
| 1829 | TYPE(ctrl_out), SAVE :: o_z_tropopause = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1830 | 'z_tropopause', 'Tropopause height', 'm', (/ ('', i=1, 10) /)) |
---|
| 1831 | !--tropopause temperature |
---|
| 1832 | TYPE(ctrl_out), SAVE :: o_t_tropopause = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1833 | 't_tropopause', 'Tropopause temperature', 'K', (/ ('', i=1, 10) /)) |
---|
[2993] | 1834 | !--Added ThL |
---|
| 1835 | TYPE(ctrl_out), SAVE :: o_col_O3_strato = ctrl_out((/2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1836 | 'colO3_strat','Ozone stratospheric column', 'DU', (/('', i=1, 10) /)) |
---|
| 1837 | TYPE(ctrl_out), SAVE :: o_col_O3_tropo = ctrl_out((/2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1838 | 'colO3_trop','Ozone tropospheric column', 'DU', (/('', i=1, 10) /)) |
---|
| 1839 | !--end add ThL |
---|
[2992] | 1840 | |
---|
[3453] | 1841 | !---CO2 fluxes for interactive CO2 configuration |
---|
| 1842 | TYPE(ctrl_out), SAVE :: o_flx_co2_ff = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1843 | 'flx_co2_ff', 'CO2 flux from fossil fuel and cement', '1', (/ ('', i=1, 10) /)) |
---|
| 1844 | TYPE(ctrl_out), SAVE :: o_flx_co2_bb = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1845 | 'flx_co2_bb', 'CO2 flux from biomass burning', '1', (/ ('', i=1, 10) /)) |
---|
| 1846 | TYPE(ctrl_out), SAVE :: o_flx_co2_ocean = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1847 | 'flx_co2_ocean', 'CO2 flux from the ocean', '1', (/ ('', i=1, 10) /)) |
---|
| 1848 | TYPE(ctrl_out), SAVE :: o_flx_co2_land = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1849 | 'flx_co2_land', 'CO2 flux from the land', '1', (/ ('', i=1, 10) /)) |
---|
[3857] | 1850 | TYPE(ctrl_out), SAVE :: o_flx_co2_ocean_cor = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1851 | 'flx_co2_ocean_cor', 'correction of the CO2 flux from the ocean', 'kg CO2 m-2 s-1', (/ ('', i=1, 10) /)) |
---|
| 1852 | TYPE(ctrl_out), SAVE :: o_flx_co2_land_cor = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1853 | 'flx_co2_land_cor', 'correction of the CO2 flux from the land', 'kg CO2 m-2 s-1', (/ ('', i=1, 10) /)) |
---|
[3453] | 1854 | |
---|
[2752] | 1855 | !--extinction coefficient |
---|
[5605] | 1856 | TYPE(ctrl_out), SAVE :: o_ext_strat_443 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1857 | 'ext_strat_443', 'Strat. aerosol extinction coefficient at 443 nm', '1/m', (/ ('', i=1, 10) /)) |
---|
[2752] | 1858 | TYPE(ctrl_out), SAVE :: o_ext_strat_550 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1859 | 'ext_strat_550', 'Strat. aerosol extinction coefficient at 550 nm', '1/m', (/ ('', i=1, 10) /)) |
---|
[5605] | 1860 | TYPE(ctrl_out), SAVE :: o_ext_strat_670 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1861 | 'ext_strat_670', 'Strat. aerosol extinction coefficient at 670 nm', '1/m', (/ ('', i=1, 10) /)) |
---|
| 1862 | TYPE(ctrl_out), SAVE :: o_ext_strat_765 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1863 | 'ext_strat_765', 'Strat. aerosol extinction coefficient at 765 nm', '1/m', (/ ('', i=1, 10) /)) |
---|
[2752] | 1864 | TYPE(ctrl_out), SAVE :: o_ext_strat_1020 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1865 | 'ext_strat_1020', 'Strat. aerosol extinction coefficient at 1020 nm', '1/m', (/ ('', i=1, 10) /)) |
---|
[5605] | 1866 | TYPE(ctrl_out), SAVE :: o_ext_strat_10um = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1867 | 'ext_strat_10um', 'Strat. aerosol extinction coefficient at 10 um', '1/m', (/ ('', i=1, 10) /)) |
---|
[2752] | 1868 | !--strat aerosol optical depth |
---|
[5605] | 1869 | TYPE(ctrl_out), SAVE :: o_tau_strat_443 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1870 | 'OD443_strat_only', 'Stratospheric Aerosol Optical depth at 443 nm ', '1', (/ ('', i=1, 10) /)) |
---|
[2752] | 1871 | TYPE(ctrl_out), SAVE :: o_tau_strat_550 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
[3486] | 1872 | 'OD550_strat_only', 'Stratospheric Aerosol Optical depth at 550 nm ', '1', (/ ('', i=1, 10) /)) |
---|
[5605] | 1873 | TYPE(ctrl_out), SAVE :: o_tau_strat_670 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1874 | 'OD670_strat_only', 'Stratospheric Aerosol Optical depth at 670 nm ', '1', (/ ('', i=1, 10) /)) |
---|
| 1875 | TYPE(ctrl_out), SAVE :: o_tau_strat_765 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1876 | 'OD765_strat_only', 'Stratospheric Aerosol Optical depth at 765 nm ', '1', (/ ('', i=1, 10) /)) |
---|
[2752] | 1877 | TYPE(ctrl_out), SAVE :: o_tau_strat_1020 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1878 | 'OD1020_strat_only', 'Stratospheric Aerosol Optical depth at 1020 nm ', '1', (/ ('', i=1, 10) /)) |
---|
[5605] | 1879 | TYPE(ctrl_out), SAVE :: o_tau_strat_10um = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1880 | 'OD10um_strat_only', 'Stratospheric Aerosol Optical depth at 10 um ', '1', (/ ('', i=1, 10) /)) |
---|
[4998] | 1881 | TYPE(ctrl_out), SAVE :: o_SAD_sulfate = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1882 | 'SAD_sulfate', 'SAD WET sulfate aerosols', 'cm2/cm3', (/ ('', i=1, 10) /)) |
---|
[5150] | 1883 | TYPE(ctrl_out), SAVE :: o_reff_sulfate = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1884 | 'reff_sulfate', 'Effective radius of WET sulfate aerosols', 'cm', (/ ('', i=1, 10) /)) |
---|
[4998] | 1885 | TYPE(ctrl_out), SAVE :: o_sulfmmr = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1886 | 'sulfMMR', 'Sulfate aerosol concentration (dry mass mixing ratio)', 'kg(H2SO4)/kg(air)', (/ ('', i=1, 10) /)) |
---|
| 1887 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_nd_mode(:) |
---|
| 1888 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_sulfmmr_mode(:) |
---|
[2752] | 1889 | !--chemistry |
---|
| 1890 | TYPE(ctrl_out), SAVE :: o_R2SO4 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1891 | 'R2SO4', 'H2SO4 mass fraction in aerosol', '%', (/ ('', i=1, 10) /)) |
---|
[5605] | 1892 | TYPE(ctrl_out), SAVE :: o_SO2_chlm = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1893 | 'SO2_CHLM', 'SO2 chemical loss rate', 'part/cm3/s', (/ ('', i=1, 10) /)) |
---|
[2752] | 1894 | TYPE(ctrl_out), SAVE :: o_OCS_lifetime = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1895 | 'OCS_lifetime', 'OCS lifetime', 's', (/ ('', i=1, 10) /)) |
---|
| 1896 | TYPE(ctrl_out), SAVE :: o_SO2_lifetime = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1897 | 'SO2_lifetime', 'SO2 lifetime', 's', (/ ('', i=1, 10) /)) |
---|
| 1898 | TYPE(ctrl_out), SAVE :: o_f_r_wet = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1899 | 'f_r_wet', 'Conversion factor dry to wet aerosol radius', '-', (/ ('', i=1, 10) /)) |
---|
| 1900 | !--budget 3D |
---|
| 1901 | TYPE(ctrl_out), SAVE :: o_budg_3D_nucl = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1902 | 'budg_3D_nucl', 'H2SO4 nucleation mass flux', 'kg(S)/m2/layer/s', (/ ('', i=1, 10) /)) |
---|
| 1903 | TYPE(ctrl_out), SAVE :: o_budg_3D_cond_evap = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1904 | 'budg_3D_cond_evap', 'H2SO4 condensation/evaporation mass flux', 'kg(S)/m2/layer/s', (/ ('', i=1, 10) /)) |
---|
| 1905 | TYPE(ctrl_out), SAVE :: o_budg_3D_ocs_to_so2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1906 | 'budg_3D_ocs_to_so2', 'OCS mass flux converted to SO2', 'kg(S)/m2/layer/s', (/ ('', i=1, 10) /)) |
---|
| 1907 | TYPE(ctrl_out), SAVE :: o_budg_3D_so2_to_h2so4 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1908 | 'budg_3D_so2_to_h2so4', 'SO2 mass flux converted to H2SO4', 'kg(S)/m2/layer/s', (/ ('', i=1, 10) /)) |
---|
| 1909 | TYPE(ctrl_out), SAVE :: o_budg_3D_backgr_ocs = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1910 | 'budg_3D_backgr_ocs', 'OCS background tendency', 'kg(S)/m2/layer/s', (/ ('', i=1, 10) /)) |
---|
| 1911 | TYPE(ctrl_out), SAVE :: o_budg_3D_backgr_so2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1912 | 'budg_3D_backgr_so2', 'SO2 background tendency', 'kg(S)/m2/layer/s', (/ ('', i=1, 10) /)) |
---|
| 1913 | TYPE(ctrl_out), SAVE :: o_vsed_aer = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1914 | 'vsed_aer', 'Strat. aerosol sedimentation velocity (mass-weighted)', 'm/s', (/ ('', i=1, 10) /)) |
---|
| 1915 | !--budget 2D |
---|
[3100] | 1916 | TYPE(ctrl_out), SAVE :: o_budg_dep_dry_ocs = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1917 | 'budg_dep_dry_ocs', 'OCS dry deposition flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
---|
| 1918 | TYPE(ctrl_out), SAVE :: o_budg_dep_wet_ocs = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1919 | 'budg_dep_wet_ocs', 'OCS wet deposition flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
---|
| 1920 | TYPE(ctrl_out), SAVE :: o_budg_dep_dry_so2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1921 | 'budg_dep_dry_so2', 'SO2 dry deposition flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
---|
| 1922 | TYPE(ctrl_out), SAVE :: o_budg_dep_wet_so2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1923 | 'budg_dep_wet_so2', 'SO2 wet deposition flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
---|
[2752] | 1924 | TYPE(ctrl_out), SAVE :: o_budg_dep_dry_h2so4 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1925 | 'budg_dep_dry_h2so4', 'H2SO4 dry deposition flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
---|
| 1926 | TYPE(ctrl_out), SAVE :: o_budg_dep_wet_h2so4 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1927 | 'budg_dep_wet_h2so4', 'H2SO4 wet deposition flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
---|
| 1928 | TYPE(ctrl_out), SAVE :: o_budg_dep_dry_part = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1929 | 'budg_dep_dry_part', 'particle dry deposition flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
---|
| 1930 | TYPE(ctrl_out), SAVE :: o_budg_dep_wet_part = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1931 | 'budg_dep_wet_part', 'particle wet deposition flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
---|
| 1932 | TYPE(ctrl_out), SAVE :: o_budg_emi_ocs = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1933 | 'budg_emi_ocs', 'OCS emission flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
---|
| 1934 | TYPE(ctrl_out), SAVE :: o_budg_emi_so2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1935 | 'budg_emi_so2', 'SO2 emission flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
---|
| 1936 | TYPE(ctrl_out), SAVE :: o_budg_emi_h2so4 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1937 | 'budg_emi_h2so4', 'H2SO4 emission flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
---|
| 1938 | TYPE(ctrl_out), SAVE :: o_budg_emi_part = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1939 | 'budg_emi_part', 'Particle emission flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
---|
| 1940 | TYPE(ctrl_out), SAVE :: o_budg_ocs_to_so2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1941 | 'budg_ocs_to_so2', 'OCS to SO2 flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
---|
| 1942 | TYPE(ctrl_out), SAVE :: o_budg_so2_to_h2so4 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1943 | 'budg_so2_to_h2so4', 'SO2 to H2SO4 flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
---|
| 1944 | TYPE(ctrl_out), SAVE :: o_budg_h2so4_to_part = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1945 | 'budg_h2so4_to_part', 'H2SO4 to part flux', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
---|
| 1946 | TYPE(ctrl_out), SAVE :: o_budg_sed_part = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1947 | 'budg_sed_part', 'Ground sedimentation flux of strat. particles', 'kg(S)/m2/s', (/ ('', i=1, 10) /)) |
---|
| 1948 | !--surface PM25 due to strat aerosol |
---|
| 1949 | TYPE(ctrl_out), SAVE :: o_surf_PM25_sulf = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 1/), & |
---|
| 1950 | 'surf_PM25_sulf', 'Sulfate PM2.5 concentration at the surface', 'ug/m3', (/ ('', i=1, 10) /)) |
---|
[1792] | 1951 | |
---|
| 1952 | !!!!!!!!!!!!!!!!!!!!!! 3D !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
---|
[2752] | 1953 | TYPE(ctrl_out), SAVE :: o_ec550aer = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1954 | 'ec550aer', 'Extinction at 550nm', 'm^-1', (/ ('', i=1, 10) /)) |
---|
| 1955 | TYPE(ctrl_out), SAVE :: o_lwcon = ctrl_out((/ 2, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
[4412] | 1956 | 'lwcon', 'Cloud liquid water content seen by radiation', 'kg/kg', (/ ('', i=1, 10) /)) |
---|
[2752] | 1957 | TYPE(ctrl_out), SAVE :: o_iwcon = ctrl_out((/ 2, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
[4412] | 1958 | 'iwcon', 'Cloud ice water content seen by radiation', 'kg/kg', (/ ('', i=1, 10) /)) |
---|
[2752] | 1959 | TYPE(ctrl_out), SAVE :: o_temp = ctrl_out((/ 2, 3, 4, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1960 | 'temp', 'Air temperature', 'K', (/ ('', i=1, 10) /)) |
---|
[3479] | 1961 | TYPE(ctrl_out), SAVE :: o_heat_volc = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1962 | 'heat_volc', 'SW heating rate due to volcano', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 1963 | TYPE(ctrl_out), SAVE :: o_cool_volc = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1964 | 'cool_volc', 'LW cooling rate due to volcano', 'K/s', (/ ('', i=1, 10) /)) |
---|
[2752] | 1965 | TYPE(ctrl_out), SAVE :: o_theta = ctrl_out((/ 2, 3, 4, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1966 | 'theta', 'Potential air temperature', 'K', (/ ('', i=1, 10) /)) |
---|
| 1967 | TYPE(ctrl_out), SAVE :: o_ovap = ctrl_out((/ 2, 3, 4, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1968 | 'ovap', 'Specific humidity', 'kg/kg', (/ ('', i=1, 10) /)) |
---|
| 1969 | TYPE(ctrl_out), SAVE :: o_ovapinit = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1970 | 'ovapinit', 'Specific humidity (begin of timestep)', 'kg/kg', (/ ('', i=1, 10) /)) |
---|
| 1971 | TYPE(ctrl_out), SAVE :: o_oliq = ctrl_out((/ 2, 3, 4, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1972 | 'oliq', 'Liquid water', 'kg/kg', (/ ('', i=1, 10) /)) |
---|
| 1973 | TYPE(ctrl_out), SAVE :: o_ocond = ctrl_out((/ 2, 3, 4, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1974 | 'ocond', 'Condensed water', 'kg/kg', (/ ('', i=1, 10) /)) |
---|
[5383] | 1975 | TYPE(ctrl_out), SAVE :: o_oice = ctrl_out((/ 2, 3, 4, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1976 | 'oice', 'Ice water', 'kg/kg', (/ ('', i=1, 10) /)) |
---|
[4523] | 1977 | TYPE(ctrl_out), SAVE :: o_qbs = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1978 | 'qbs', 'Specific content of blowing snow', 'kg/kg', (/ ('', i=1, 10) /)) |
---|
[2752] | 1979 | TYPE(ctrl_out), SAVE :: o_wvapp = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1980 | 'wvapp', '', '', (/ ('', i=1, 10) /)) |
---|
| 1981 | TYPE(ctrl_out), SAVE :: o_geop = ctrl_out((/ 2, 3, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1982 | 'geop', 'Geopotential height', 'm2/s2', (/ ('', i=1, 10) /)) |
---|
| 1983 | TYPE(ctrl_out), SAVE :: o_vitu = ctrl_out((/ 2, 3, 4, 6, 10, 10, 11, 11, 11, 11/), & |
---|
| 1984 | 'vitu', 'Zonal wind', 'm/s', (/ ('', i=1, 10) /)) |
---|
| 1985 | TYPE(ctrl_out), SAVE :: o_vitv = ctrl_out((/ 2, 3, 4, 6, 10, 10, 11, 11, 11, 11/), & |
---|
| 1986 | 'vitv', 'Meridional wind', 'm/s', (/ ('', i=1, 10) /)) |
---|
| 1987 | TYPE(ctrl_out), SAVE :: o_vitw = ctrl_out((/ 2, 3, 10, 6, 10, 10, 11, 11, 11, 11/), & |
---|
| 1988 | 'vitw', 'Vertical wind', 'Pa/s', (/ ('', i=1, 10) /)) |
---|
| 1989 | TYPE(ctrl_out), SAVE :: o_pres = ctrl_out((/ 2, 3, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1990 | 'pres', 'Air pressure', 'Pa', (/ ('', i=1, 10) /)) |
---|
| 1991 | TYPE(ctrl_out), SAVE :: o_paprs = ctrl_out((/ 2, 3, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1992 | 'paprs', 'Air pressure Inter-Couches', 'Pa', (/ ('', i=1, 10) /)) |
---|
| 1993 | TYPE(ctrl_out), SAVE :: o_mass = ctrl_out((/ 2, 3, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1994 | 'mass', 'Masse Couches', 'kg/m2', (/ ('', i=1, 10) /)) |
---|
| 1995 | TYPE(ctrl_out), SAVE :: o_zfull = ctrl_out((/ 2, 3, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1996 | 'zfull', 'Altitude of full pressure levels', 'm', (/ ('', i=1, 10) /)) |
---|
| 1997 | TYPE(ctrl_out), SAVE :: o_zhalf = ctrl_out((/ 2, 3, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 1998 | 'zhalf', 'Altitude of half pressure levels', 'm', (/ ('', i=1, 10) /)) |
---|
| 1999 | TYPE(ctrl_out), SAVE :: o_rneb = ctrl_out((/ 2, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2000 | 'rneb', 'Cloud fraction', '-', (/ ('', i=1, 10) /)) |
---|
[5614] | 2001 | TYPE(ctrl_out), SAVE :: o_distcltop = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2002 | 'distcltop', 'Distance from cloud top', 'm', (/ ('', i=1, 10) /)) |
---|
| 2003 | TYPE(ctrl_out), SAVE :: o_tempcltop = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2004 | 'tempcltop', 'Cloud top temperature', 'K', (/ ('', i=1, 10) /)) |
---|
[5007] | 2005 | TYPE(ctrl_out), SAVE :: o_cldfraliq = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[5614] | 2006 | 'cldfraliq', 'Liquid fraction of the cloud part of the mesh', '-', (/ ('', i=1, 10) /)) |
---|
[5007] | 2007 | TYPE(ctrl_out), SAVE :: o_sigma2_icefracturb = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2008 | 'sigma2_icefracturb', 'Variance of the diagnostic supersaturation distribution (icefrac_turb) [-]', '-', (/ ('', i=1, 10) /)) |
---|
| 2009 | TYPE(ctrl_out), SAVE :: o_mean_icefracturb = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2010 | 'mean_icefracturb', 'Mean of the diagnostic supersaturation distribution (icefrac_turb) [-]', '-', (/ ('', i=1, 10) /)) |
---|
[5614] | 2011 | TYPE(ctrl_out), SAVE :: o_cldfraliqth = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2012 | 'cldfraliqth', 'Liquid fraction of clouds in thermals', '-', (/ ('', i=1, 10) /)) |
---|
| 2013 | TYPE(ctrl_out), SAVE :: o_sigma2_icefracturbth = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2014 | 'sigma2_icefracturbth', 'Variance of the diagnostic supersaturation distribution in thermals (icefrac_turb) [-]', '-', (/ ('', i=1, 10) /)) |
---|
| 2015 | TYPE(ctrl_out), SAVE :: o_mean_icefracturbth = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2016 | 'mean_icefracturbth', 'Mean of the diagnostic supersaturation distribution in thermals (icefrac_turb) [-]', '-', (/ ('', i=1, 10) /)) |
---|
[2752] | 2017 | TYPE(ctrl_out), SAVE :: o_rnebjn = ctrl_out((/ 2, 5, 10, 10, 10, 10, 11, 11,11, 11/), & |
---|
| 2018 | 'rnebjn', 'Cloud fraction in day', '-', (/ ('', i=1, 10) /)) |
---|
| 2019 | TYPE(ctrl_out), SAVE :: o_rnebcon = ctrl_out((/ 2, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2020 | 'rnebcon', 'Convective Cloud Fraction', '-', (/ ('', i=1, 10) /)) |
---|
| 2021 | TYPE(ctrl_out), SAVE :: o_rnebls = ctrl_out((/ 2, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2022 | 'rnebls', 'LS Cloud fraction', '-', (/ ('', i=1, 10) /)) |
---|
[2945] | 2023 | TYPE(ctrl_out), SAVE :: o_rneblsvol = ctrl_out((/ 2, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2024 | 'rneblsvol', 'LS Cloud fraction by volume', '-', (/ ('', i=1, 10) /)) |
---|
[4530] | 2025 | TYPE(ctrl_out), SAVE :: o_pfraclr = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2026 | 'pfraclr', 'LS precipitation fraction clear-sky part', '-', (/ ('', i=1, 10) /)) |
---|
| 2027 | TYPE(ctrl_out), SAVE :: o_pfracld = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2028 | 'pfracld', 'LS precipitation fraction cloudy part', '-', (/ ('', i=1, 10) /)) |
---|
[4819] | 2029 | TYPE(ctrl_out), SAVE :: o_qrainlsc = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2030 | 'qrainlsc', 'LS specific rain content', 'kg/kg', (/ ('', i=1, 10) /)) |
---|
| 2031 | TYPE(ctrl_out), SAVE :: o_qsnowlsc = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2032 | 'qsnowlsc', 'LS specific snow content', 'kg/kg', (/ ('', i=1, 10) /)) |
---|
[4803] | 2033 | TYPE(ctrl_out), SAVE :: o_dqreva = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[4819] | 2034 | 'dqreva', 'LS rain tendency due to evaporation', 'kg/kg/s', (/ ('', i=1, 10) /)) |
---|
[4803] | 2035 | TYPE(ctrl_out), SAVE :: o_dqrauto = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[4819] | 2036 | 'dqrauto', 'LS rain tendency due to autoconversion', 'kg/kg/s', (/ ('', i=1, 10) /)) |
---|
[4803] | 2037 | TYPE(ctrl_out), SAVE :: o_dqrcol = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[4819] | 2038 | 'dqrcol', 'LS rain tendency due to collection', 'kg/kg/s', (/ ('', i=1, 10) /)) |
---|
[4803] | 2039 | TYPE(ctrl_out), SAVE :: o_dqrmelt = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[4819] | 2040 | 'dqrmelt', 'LS rain tendency due to melting', 'kg/kg/s', (/ ('', i=1, 10) /)) |
---|
[4803] | 2041 | TYPE(ctrl_out), SAVE :: o_dqrfreez = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[4819] | 2042 | 'dqrfreez', 'LS rain tendency due to freezing', 'kg/kg/s', (/ ('', i=1, 10) /)) |
---|
[4803] | 2043 | TYPE(ctrl_out), SAVE :: o_dqssub = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[4819] | 2044 | 'dqssub', 'LS snow tendency due to sublimation', 'kg/kg/s', (/ ('', i=1, 10) /)) |
---|
[4803] | 2045 | TYPE(ctrl_out), SAVE :: o_dqsauto = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[4819] | 2046 | 'dqsauto', 'LS snow tendency due to autoconversion', 'kg/kg/s', (/ ('', i=1, 10) /)) |
---|
[4803] | 2047 | TYPE(ctrl_out), SAVE :: o_dqsagg = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[4819] | 2048 | 'dqsagg', 'LS snow tendency due to aggregation', 'kg/kg/s', (/ ('', i=1, 10) /)) |
---|
[4803] | 2049 | TYPE(ctrl_out), SAVE :: o_dqsrim = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[4819] | 2050 | 'dqsrim', 'LS snow tendency due to riming', 'kg/kg/s', (/ ('', i=1, 10) /)) |
---|
[4803] | 2051 | TYPE(ctrl_out), SAVE :: o_dqsmelt = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[4819] | 2052 | 'dqsmelt', 'LS snow tendency due to melting', 'kg/kg/s', (/ ('', i=1, 10) /)) |
---|
[4803] | 2053 | TYPE(ctrl_out), SAVE :: o_dqsfreez = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
[4819] | 2054 | 'dqsfreez', 'LS snow tendency due to freezing', 'kg/kg/s', (/ ('', i=1, 10) /)) |
---|
[2752] | 2055 | TYPE(ctrl_out), SAVE :: o_rhum = ctrl_out((/ 2, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2056 | 'rhum', 'Relative humidity', '-', (/ ('', i=1, 10) /)) |
---|
[3780] | 2057 | TYPE(ctrl_out), SAVE :: o_rhl = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2058 | 'rhl', 'Relative humidity wrt liquid', '%', (/ ('', i=1, 10) /)) |
---|
| 2059 | TYPE(ctrl_out), SAVE :: o_rhi = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2060 | 'rhi', 'Relative humidity wrt ice', '%', (/ ('', i=1, 10) /)) |
---|
[2752] | 2061 | TYPE(ctrl_out), SAVE :: o_ozone = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2062 | 'ozone', 'Ozone mole fraction', '-', (/ ('', i=1, 10) /)) |
---|
| 2063 | TYPE(ctrl_out), SAVE :: o_ozone_light = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2064 | 'ozone_daylight', 'Daylight ozone mole fraction', '-', (/ ('', i=1, 10) /)) |
---|
| 2065 | TYPE(ctrl_out), SAVE :: o_upwd = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2066 | 'upwd', 'saturated updraft', 'kg/m2/s', (/ ('', i=1, 10) /)) |
---|
| 2067 | TYPE(ctrl_out), SAVE :: o_epmax_diag = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2068 | 'epmax', 'epmax en fn cape', 'su', (/ ('', i=1, 10) /)) |
---|
| 2069 | TYPE(ctrl_out), SAVE :: o_ep = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2070 | 'ep', 'ep', 'su', (/ ('', i=1, 10) /)) |
---|
| 2071 | TYPE(ctrl_out), SAVE :: o_duphy = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2072 | 'duphy', 'Physics du', 'm/s2', (/ ('', i=1, 10) /)) |
---|
| 2073 | TYPE(ctrl_out), SAVE :: o_dtphy = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2074 | 'dtphy', 'Physics dT', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2075 | TYPE(ctrl_out), SAVE :: o_dqphy = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2076 | 'dqphy', 'Physics dQ', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
---|
| 2077 | TYPE(ctrl_out), SAVE :: o_dqphy2d = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2078 | 'dqphy2d', 'Physics dQ', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
---|
| 2079 | TYPE(ctrl_out), SAVE :: o_dqlphy = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2080 | 'dqlphy', 'Physics dQL', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
---|
| 2081 | TYPE(ctrl_out), SAVE :: o_dqlphy2d = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2082 | 'dqlphy2d', 'Physics dQL', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
---|
| 2083 | TYPE(ctrl_out), SAVE :: o_dqsphy = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2084 | 'dqsphy', 'Physics dQS', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
---|
| 2085 | TYPE(ctrl_out), SAVE :: o_dqsphy2d = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2086 | 'dqsphy2d', 'Physics dQS', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
---|
[4523] | 2087 | TYPE(ctrl_out), SAVE :: o_dqbsphy = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2088 | 'dqbsphy', 'Physics dQBS', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
---|
| 2089 | TYPE(ctrl_out), SAVE :: o_dqbsphy2d = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2090 | 'dqbsphy2d', 'Physics dQBS', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
---|
[2752] | 2091 | TYPE(ctrl_out), SAVE :: o_pr_con_l = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2092 | 'pr_con_l', 'Convective precipitation lic', ' ', (/ ('', i=1, 10) /)) |
---|
| 2093 | TYPE(ctrl_out), SAVE :: o_pr_con_i = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2094 | 'pr_con_i', 'Convective precipitation ice', ' ', (/ ('', i=1, 10) /)) |
---|
| 2095 | TYPE(ctrl_out), SAVE :: o_pr_lsc_l = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2096 | 'pr_lsc_l', 'Large scale precipitation lic', ' ', (/ ('', i=1, 10) /)) |
---|
| 2097 | TYPE(ctrl_out), SAVE :: o_pr_lsc_i = ctrl_out((/ 2, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2098 | 'pr_lsc_i', 'Large scale precipitation ice', ' ', (/ ('', i=1, 10) /)) |
---|
[4523] | 2099 | TYPE(ctrl_out), SAVE :: o_pr_bs = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2100 | 'pr_bs', 'profile of blowing snow flux', ' ', (/ ('', i=1, 10) /)) |
---|
[2752] | 2101 | TYPE(ctrl_out), SAVE :: o_re = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2102 | 're', 'Cloud droplet effective radius', 'um', (/ ('', i=1, 10) /)) |
---|
| 2103 | TYPE(ctrl_out), SAVE :: o_fl = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2104 | 'fl', 'Denominator of Cloud droplet effective radius', ' ', (/ ('', i=1, 10) /)) |
---|
| 2105 | TYPE(ctrl_out), SAVE :: o_scdnc = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2106 | 'scdnc', 'Cloud droplet number concentration', 'm-3', (/ ('', i=1, 10) /)) |
---|
| 2107 | TYPE(ctrl_out), SAVE :: o_reffclws = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2108 | 'reffclws', 'Stratiform Cloud Droplet Effective Radius (aerosol diags.)', 'm', (/ ('', i=1, 10) /)) |
---|
| 2109 | TYPE(ctrl_out), SAVE :: o_reffclwc = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2110 | 'reffclwc', 'Convective Cloud Droplet Effective Radius (aerosol diags.)', 'm', (/ ('', i=1, 10) /)) |
---|
| 2111 | TYPE(ctrl_out), SAVE :: o_lcc3d = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2112 | 'lcc3d', 'Cloud liquid fraction', '1', (/ ('', i=1, 10) /)) |
---|
| 2113 | TYPE(ctrl_out), SAVE :: o_lcc3dcon = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2114 | 'lcc3dcon', 'Convective cloud liquid fraction', '1', (/ ('', i=1, 10) /)) |
---|
| 2115 | TYPE(ctrl_out), SAVE :: o_lcc3dstra = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2116 | 'lcc3dstra', 'Stratiform cloud liquid fraction', '1', (/ ('', i=1, 10) /)) |
---|
[3121] | 2117 | TYPE(ctrl_out), SAVE :: o_icc3dcon = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2118 | 'icc3dcon', 'Convective cloud ice fraction', '1', (/ ('', i=1, 10) /)) |
---|
| 2119 | TYPE(ctrl_out), SAVE :: o_icc3dstra = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2120 | 'icc3dstra', 'Stratiform cloud ice fraction', '1', (/ ('', i=1, 10) /)) |
---|
[3124] | 2121 | TYPE(ctrl_out), SAVE :: o_cldicemxrat = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2122 | 'cldicemxrat', 'Cloud Ice Mixing Ratio', '1', (/ ('', i=1, 10) /)) |
---|
| 2123 | TYPE(ctrl_out), SAVE :: o_cldwatmxrat = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2124 | 'cldwatmxrat', 'Cloud Water Mixing Ratio', '1', (/ ('', i=1, 10) /)) |
---|
[3048] | 2125 | TYPE(ctrl_out), SAVE :: o_solbnd = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2126 | 'solbnd', 'Top-of-Atmosphere Solar Insolation for each band', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[2752] | 2127 | TYPE(ctrl_out), SAVE :: o_stratomask = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2128 | 'stratomask', 'Stratospheric fraction', '1', (/ ('', i=1, 10) /)) |
---|
[4575] | 2129 | !FC |
---|
| 2130 | TYPE(ctrl_out), SAVE :: o_zxfluxt = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2131 | 'fluxt', 'flux h ', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 2132 | TYPE(ctrl_out), SAVE :: o_zxfluxq = ctrl_out((/ 2, 6, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2133 | 'fluxq', 'flux q ', 'kg/(s*m2)', (/ ('', i=1, 10) /)) |
---|
[1792] | 2134 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
---|
| 2135 | |
---|
| 2136 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_albe_srf = (/ & |
---|
[2752] | 2137 | ctrl_out((/ 3, 7, 10, 7, 10, 10, 11, 11, 11, 11/),'albe_ter', "Albedo VIS surf. "//clnsurf(1),"-", (/ ('', i=1, 10) /)), & |
---|
| 2138 | ctrl_out((/ 3, 7, 10, 7, 10, 10, 11, 11, 11, 11/),'albe_lic', "Albedo VIS surf. "//clnsurf(2),"-", (/ ('', i=1, 10) /)), & |
---|
| 2139 | ctrl_out((/ 3, 7, 10, 7, 10, 10, 11, 11, 11, 11/),'albe_oce', "Albedo VIS surf. "//clnsurf(3),"-", (/ ('', i=1, 10) /)), & |
---|
| 2140 | ctrl_out((/ 3, 7, 10, 7, 10, 10, 11, 11, 11, 11/),'albe_sic', "Albedo VIS surf. "//clnsurf(4),"-", (/ ('', i=1, 10) /)) /) |
---|
[1792] | 2141 | |
---|
| 2142 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_ages_srf = (/ & |
---|
[2752] | 2143 | ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'ages_ter', "Snow age", "day", (/ ('', i=1, 10) /)), & |
---|
| 2144 | ctrl_out((/ 3, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'ages_lic', "Snow age", "day", (/ ('', i=1, 10) /)), & |
---|
| 2145 | ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'ages_oce',"Snow age", "day", (/ ('', i=1, 10) /)), & |
---|
| 2146 | ctrl_out((/ 3, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'ages_sic',"Snow age", "day", (/ ('', i=1, 10) /)) /) |
---|
[1792] | 2147 | |
---|
[2209] | 2148 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_snow_srf = (/ & |
---|
[2752] | 2149 | ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'snow_ter', "Snow", "kg/m2", (/ ('', i=1, 10) /)), & |
---|
| 2150 | ctrl_out((/ 3, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'snow_lic', "Snow", "kg/m2", (/ ('', i=1, 10) /)), & |
---|
| 2151 | ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'snow_oce',"Snow", "kg/m2", (/ ('', i=1, 10) /)), & |
---|
| 2152 | ctrl_out((/ 3, 10, 10, 10, 10, 10, 11, 11, 11, 11/),'snow_sic',"Snow", "kg/m2", (/ ('', i=1, 10) /)) /) |
---|
[2209] | 2153 | |
---|
[2243] | 2154 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_z0m_srf = (/ & |
---|
[2752] | 2155 | ctrl_out((/ 3, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'z0m_ter', "Surface roughness "//clnsurf(1),"m", (/ ('', i=1, 10) /)), & |
---|
| 2156 | ctrl_out((/ 3, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'z0m_lic', "Surface roughness "//clnsurf(2),"m", (/ ('', i=1, 10) /)), & |
---|
| 2157 | ctrl_out((/ 3, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'z0m_oce', "Surface roughness "//clnsurf(3),"m", (/ ('', i=1, 10) /)), & |
---|
| 2158 | ctrl_out((/ 3, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'z0m_sic', "Surface roughness "//clnsurf(4),"m", (/ ('', i=1, 10) /)) /) |
---|
[1792] | 2159 | |
---|
[2243] | 2160 | TYPE(ctrl_out), SAVE, DIMENSION(4) :: o_z0h_srf = (/ & |
---|
[2752] | 2161 | ctrl_out((/ 3, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'z0h_ter', "Surface roughness "//clnsurf(1),"m", (/ ('', i=1, 10) /)), & |
---|
| 2162 | ctrl_out((/ 3, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'z0h_lic', "Surface roughness "//clnsurf(2),"m", (/ ('', i=1, 10) /)), & |
---|
| 2163 | ctrl_out((/ 3, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'z0h_oce', "Surface roughness "//clnsurf(3),"m", (/ ('', i=1, 10) /)), & |
---|
| 2164 | ctrl_out((/ 3, 6, 10, 10, 10, 10, 11, 11, 11, 11/),'z0h_sic', "Surface roughness "//clnsurf(4),"m", (/ ('', i=1, 10) /)) /) |
---|
[2243] | 2165 | |
---|
[2752] | 2166 | TYPE(ctrl_out), SAVE :: o_alb1 = ctrl_out((/ 3, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2167 | 'alb1', 'Surface VIS albedo', '-', (/ ('', i=1, 10) /)) |
---|
| 2168 | TYPE(ctrl_out), SAVE :: o_alb2 = ctrl_out((/ 3, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2169 | 'alb2', 'Surface Near IR albedo', '-', (/ ('', i=1, 10) /)) |
---|
| 2170 | TYPE(ctrl_out), SAVE :: o_clwcon = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2171 | 'clwcon', 'Convective Cloud Liquid water content', 'kg/kg', (/ ('', i=1, 10) /)) |
---|
[3496] | 2172 | TYPE(ctrl_out), SAVE :: o_Mipsh = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2173 | 'Mipsh', 'mass flux shed from adiab. ascents', 'kg/m2/s', (/ ('', i=1, 10) /)) |
---|
[2752] | 2174 | TYPE(ctrl_out), SAVE :: o_Ma = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
[3496] | 2175 | 'Ma', 'undilute adiab updraft mass flux', 'kg/m2/s', (/ ('', i=1, 10) /)) |
---|
[2752] | 2176 | TYPE(ctrl_out), SAVE :: o_dnwd = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2177 | 'dnwd', 'saturated downdraft', 'kg/m2/s', (/ ('', i=1, 10) /)) |
---|
| 2178 | TYPE(ctrl_out), SAVE :: o_dnwd0 = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2179 | 'dnwd0', 'unsat. downdraft', 'kg/m2/s', (/ ('', i=1, 10) /)) |
---|
| 2180 | TYPE(ctrl_out), SAVE :: o_mc = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2181 | 'mc', 'Convective mass flux', 'kg/m2/s', (/ ('', i=1, 10) /)) |
---|
[3171] | 2182 | TYPE(ctrl_out), SAVE :: o_ftime_deepcv = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2183 | 'ftime_deepcv', 'Fraction of time deep convection Occurs', ' ', (/ ('', i=1, 10) /)) |
---|
[2752] | 2184 | TYPE(ctrl_out), SAVE :: o_ftime_con = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
[3167] | 2185 | 'ftime_con', 'Fraction of time convection Occurs', ' ', (/ ('', i=1, 10) /)) |
---|
| 2186 | !!jyg 'ftime_con', 'Fraction of time convection Occurs', ' ', & |
---|
| 2187 | !!jyg (/ 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', & |
---|
| 2188 | !!jyg 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)', 'inst(X)' /)) |
---|
[2752] | 2189 | TYPE(ctrl_out), SAVE :: o_dtdyn = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2190 | 'dtdyn', 'Dynamics dT', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2191 | TYPE(ctrl_out), SAVE :: o_dqdyn = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2192 | 'dqdyn', 'Dynamics dQ', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
---|
| 2193 | TYPE(ctrl_out), SAVE :: o_dqdyn2d = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2194 | 'dqdyn2d', 'Dynamics dQ', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
---|
| 2195 | TYPE(ctrl_out), SAVE :: o_dqldyn = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2196 | 'dqldyn', 'Dynamics dQL', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
---|
| 2197 | TYPE(ctrl_out), SAVE :: o_dqldyn2d = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2198 | 'dqldyn2d', 'Dynamics dQL', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
---|
| 2199 | TYPE(ctrl_out), SAVE :: o_dqsdyn = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2200 | 'dqsdyn', 'Dynamics dQS', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
---|
| 2201 | TYPE(ctrl_out), SAVE :: o_dqsdyn2d = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2202 | 'dqsdyn2d', 'Dynamics dQS', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
---|
[4523] | 2203 | TYPE(ctrl_out), SAVE :: o_dqbsdyn = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2204 | 'dqbsdyn', 'Dynamics dQBS', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
---|
| 2205 | TYPE(ctrl_out), SAVE :: o_dqbsdyn2d = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2206 | 'dqbsdyn2d', 'Dynamics dQBS', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
---|
[2752] | 2207 | TYPE(ctrl_out), SAVE :: o_dudyn = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2208 | 'dudyn', 'Dynamics dU', 'm/s2', (/ ('', i=1, 10) /)) |
---|
| 2209 | TYPE(ctrl_out), SAVE :: o_dvdyn = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2210 | 'dvdyn', 'Dynamics dV', 'm/s2', (/ ('', i=1, 10) /)) |
---|
| 2211 | TYPE(ctrl_out), SAVE :: o_dtcon = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2212 | 'dtcon', 'Convection dT', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2213 | TYPE(ctrl_out), SAVE :: o_ducon = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2214 | 'ducon', 'Convection du', 'm/s2', (/ ('', i=1, 10) /)) |
---|
| 2215 | TYPE(ctrl_out), SAVE :: o_dvcon = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2216 | 'dvcon', 'Convection dv', 'm/s2', (/ ('', i=1, 10) /)) |
---|
| 2217 | TYPE(ctrl_out), SAVE :: o_dqcon = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2218 | 'dqcon', 'Convection dQ', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
---|
| 2219 | TYPE(ctrl_out), SAVE :: o_dqcon2d = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2220 | 'dqcon2d', 'Convection dQ', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
---|
| 2221 | TYPE(ctrl_out), SAVE :: o_dtwak = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2222 | 'dtwak', 'Wake dT', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2223 | TYPE(ctrl_out), SAVE :: o_dqwak = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2224 | 'dqwak', 'Wake dQ', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
---|
| 2225 | TYPE(ctrl_out), SAVE :: o_dqwak2d = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2226 | 'dqwak2d', 'Wake dQ', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
---|
[3208] | 2227 | TYPE(ctrl_out), SAVE :: o_cv_gen = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2228 | 'cv_gen', 'Cumulonimbus genesis', '1/(m2 s)', (/ ('', i=1, 10) /)) |
---|
[2752] | 2229 | TYPE(ctrl_out), SAVE :: o_wake_h = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2230 | 'wake_h', 'wake_h', '-', (/ ('', i=1, 10) /)) |
---|
[3208] | 2231 | TYPE(ctrl_out), SAVE :: o_wake_dens = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2232 | 'wake_dens', 'number of wakes per m2', '1/m2', (/ ('', i=1, 10) /)) |
---|
[2752] | 2233 | TYPE(ctrl_out), SAVE :: o_wake_s = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2234 | 'wake_s', 'wake_s', '-', (/ ('', i=1, 10) /)) |
---|
| 2235 | TYPE(ctrl_out), SAVE :: o_wake_deltat = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2236 | 'wake_deltat', 'wake_deltat', ' ', (/ ('', i=1, 10) /)) |
---|
| 2237 | TYPE(ctrl_out), SAVE :: o_wake_deltaq = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2238 | 'wake_deltaq', 'wake_deltaq', ' ', (/ ('', i=1, 10) /)) |
---|
| 2239 | TYPE(ctrl_out), SAVE :: o_wake_omg = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
[3208] | 2240 | 'wake_omg', 'wake_omg', 'Pa/s', (/ ('', i=1, 10) /)) |
---|
[2752] | 2241 | TYPE(ctrl_out), SAVE :: o_wdtrainA = ctrl_out((/ 4, 5, 10, 4, 10, 10, 11, 11, 11, 11 /), & |
---|
| 2242 | 'wdtrainA', 'precipitation from AA', '-', (/ ('', i=1, 10) /)) |
---|
[3496] | 2243 | TYPE(ctrl_out), SAVE :: o_wdtrainS = ctrl_out((/ 4, 5, 10, 4, 10, 10, 11, 11, 11, 11 /), & |
---|
| 2244 | 'wdtrainS', 'precipitation from shedding of AA', '-', (/ ('', i=1, 10) /)) |
---|
[2752] | 2245 | TYPE(ctrl_out), SAVE :: o_wdtrainM = ctrl_out((/ 4, 5, 10, 4, 10, 10, 11, 11, 11, 11 /), & |
---|
| 2246 | 'wdtrainM', 'precipitation from mixture', '-', (/ ('', i=1, 10) /)) |
---|
| 2247 | TYPE(ctrl_out), SAVE :: o_Vprecip = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2248 | 'Vprecip', 'precipitation vertical profile', '-', (/ ('', i=1, 10) /)) |
---|
[3496] | 2249 | TYPE(ctrl_out), SAVE :: o_qtaa = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2250 | 'qtaa', 'specific total water in adiabatic ascents', 'kg/kg', (/ ('', i=1, 10) /)) |
---|
| 2251 | TYPE(ctrl_out), SAVE :: o_clwaa = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2252 | 'Clwaa', 'specific condensed water in adiabatic ascents', 'kg/kg', (/ ('', i=1, 10) /)) |
---|
[2752] | 2253 | TYPE(ctrl_out), SAVE :: o_ftd = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2254 | 'ftd', 'tend temp due aux descentes precip', '-', (/ ('', i=1, 10) /)) |
---|
| 2255 | TYPE(ctrl_out), SAVE :: o_fqd = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2256 | 'fqd', 'tend vap eau due aux descentes precip', '-', (/ ('', i=1, 10) /)) |
---|
| 2257 | TYPE(ctrl_out), SAVE :: o_dtlsc = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2258 | 'dtlsc', 'Condensation dT', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2259 | TYPE(ctrl_out), SAVE :: o_dtlschr = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2260 | 'dtlschr', 'Large-scale condensational heating rate', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2261 | TYPE(ctrl_out), SAVE :: o_dqlsc = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2262 | 'dqlsc', 'Condensation dQ', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
---|
| 2263 | TYPE(ctrl_out), SAVE :: o_dqlsc2d = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2264 | 'dqlsc2d', 'Condensation dQ', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
---|
| 2265 | TYPE(ctrl_out), SAVE :: o_beta_prec = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2266 | 'beta_prec', 'LS Conversion rate to prec', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
---|
| 2267 | TYPE(ctrl_out), SAVE :: o_dtvdf = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2268 | 'dtvdf', 'Boundary-layer dT', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2269 | TYPE(ctrl_out), SAVE :: o_dtdis = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2270 | 'dtdis', 'TKE dissipation dT', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2271 | TYPE(ctrl_out), SAVE :: o_dqvdf = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2272 | 'dqvdf', 'Boundary-layer dQ', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
---|
| 2273 | TYPE(ctrl_out), SAVE :: o_dqvdf2d = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2274 | 'dqvdf2d', 'Boundary-layer dQ', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
---|
| 2275 | TYPE(ctrl_out), SAVE :: o_dteva = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2276 | 'dteva', 'Reevaporation dT', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2277 | TYPE(ctrl_out), SAVE :: o_dqeva = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2278 | 'dqeva', 'Reevaporation dQ', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
---|
| 2279 | TYPE(ctrl_out), SAVE :: o_dqeva2d = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2280 | 'dqeva2d', 'Reevaporation dQ', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
---|
[4523] | 2281 | TYPE(ctrl_out), SAVE :: o_dqbsvdf = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2282 | 'dqbsvdf', 'Boundary-layer dQBS', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
---|
| 2283 | TYPE(ctrl_out), SAVE :: o_dqbsbs = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2284 | 'dqbsbs', 'Blowing snow dQBS', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
---|
| 2285 | TYPE(ctrl_out), SAVE :: o_dtbs = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2286 | 'dtbs', 'Blowing snow dT', '(K)/s', (/ ('', i=1, 10) /)) |
---|
| 2287 | TYPE(ctrl_out), SAVE :: o_dqbs = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2288 | 'dqbs', 'Blowing snow dQ', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
---|
[1792] | 2289 | |
---|
| 2290 | !!!!!!!!!!!!!!!! Specifique thermiques |
---|
[2752] | 2291 | TYPE(ctrl_out), SAVE :: o_dqlscth = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2292 | 'dqlscth', 'dQ therm.', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
---|
| 2293 | TYPE(ctrl_out), SAVE :: o_dqlscth2d = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2294 | 'dqlscth2d', 'dQ therm.', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
---|
| 2295 | TYPE(ctrl_out), SAVE :: o_dqlscst = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2296 | 'dqlscst', 'dQ strat.', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
---|
| 2297 | TYPE(ctrl_out), SAVE :: o_dqlscst2d = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2298 | 'dqlscst2d', 'dQ strat.', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
---|
| 2299 | TYPE(ctrl_out), SAVE :: o_dtlscth = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2300 | 'dtlscth', 'dQ therm.', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2301 | TYPE(ctrl_out), SAVE :: o_dtlscst = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2302 | 'dtlscst', 'dQ strat.', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2303 | TYPE(ctrl_out), SAVE :: o_plulth = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2304 | 'plulth', 'Rainfall therm.', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2305 | TYPE(ctrl_out), SAVE :: o_plulst = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2306 | 'plulst', 'Rainfall strat.', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2307 | TYPE(ctrl_out), SAVE :: o_lmaxth = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2308 | 'lmaxth', "Upper level thermals", "", (/ ('', i=1, 10) /)) |
---|
| 2309 | TYPE(ctrl_out), SAVE :: o_ptconvth = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2310 | 'ptconvth', 'POINTS CONVECTIFS therm.', ' ', (/ ('', i=1, 10) /)) |
---|
[1792] | 2311 | !!!!!!!!!!!!!!!!!!!!!!!! |
---|
[2752] | 2312 | TYPE(ctrl_out), SAVE :: o_ptconv = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2313 | 'ptconv', 'POINTS CONVECTIFS', ' ', (/ ('', i=1, 10) /)) |
---|
| 2314 | TYPE(ctrl_out), SAVE :: o_ratqs = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2315 | 'ratqs', 'RATQS', ' ', (/ ('', i=1, 10) /)) |
---|
| 2316 | TYPE(ctrl_out), SAVE :: o_dtthe = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2317 | 'dtthe', 'Thermal dT', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2318 | TYPE(ctrl_out), SAVE :: o_duthe = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2319 | 'duthe', 'Thermal du', 'm/s2', (/ ('', i=1, 10) /)) |
---|
| 2320 | TYPE(ctrl_out), SAVE :: o_dvthe = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2321 | 'dvthe', 'Thermal dv', 'm/s2', (/ ('', i=1, 10) /)) |
---|
| 2322 | TYPE(ctrl_out), SAVE :: o_f_th = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2323 | 'f_th', 'Thermal plume mass flux', 'kg/(m2*s)', (/ ('', i=1, 10) /)) |
---|
| 2324 | TYPE(ctrl_out), SAVE :: o_e_th = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2325 | 'e_th', 'Thermal plume entrainment', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2326 | TYPE(ctrl_out), SAVE :: o_w_th = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2327 | 'w_th', 'Thermal plume vertical velocity', 'm/s', (/ ('', i=1, 10) /)) |
---|
| 2328 | TYPE(ctrl_out), SAVE :: o_lambda_th = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2329 | 'lambda_th', 'Thermal plume vertical velocity', 'm/s', (/ ('', i=1, 10) /)) |
---|
| 2330 | TYPE(ctrl_out), SAVE :: o_ftime_th = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2331 | 'ftime_th', 'Fraction of time Shallow convection occurs', ' ', (/ ('', i=1, 10) /)) |
---|
| 2332 | TYPE(ctrl_out), SAVE :: o_q_th = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2333 | 'q_th', 'Thermal plume total humidity', 'kg/kg', (/ ('', i=1, 10) /)) |
---|
| 2334 | TYPE(ctrl_out), SAVE :: o_a_th = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2335 | 'a_th', "Thermal plume fraction", "", (/ ('', i=1, 10) /)) |
---|
[2958] | 2336 | |
---|
| 2337 | TYPE(ctrl_out), SAVE :: o_cloudth_sth = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2338 | 's_th', "Thermal plume saturation deficit", "kg/kg", (/ ('', i=1, 10) /)) |
---|
| 2339 | TYPE(ctrl_out), SAVE :: o_cloudth_senv = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2340 | 's_env', "Environment saturation deficit", "kg/kg", (/ ('', i=1, 10) /)) |
---|
| 2341 | TYPE(ctrl_out), SAVE :: o_cloudth_sigmath = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2342 | 'sigma_th', "Thermal plume gauss variance", "kg/kg", (/ ('', i=1, 10) /)) |
---|
| 2343 | TYPE(ctrl_out), SAVE :: o_cloudth_sigmaenv = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2344 | 'sigma_env', "Environment gauss variance", "kg/kg", (/ ('', i=1, 10) /)) |
---|
| 2345 | |
---|
[2752] | 2346 | TYPE(ctrl_out), SAVE :: o_d_th = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2347 | 'd_th', 'Thermal plume detrainment', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2348 | TYPE(ctrl_out), SAVE :: o_f0_th = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2349 | 'f0_th', 'Thermal closure mass flux', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2350 | TYPE(ctrl_out), SAVE :: o_zmax_th = ctrl_out((/ 4, 4, 4, 5, 10, 10, 11, 11, 11, 11/), & |
---|
| 2351 | 'zmax_th', 'Thermal plume height', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2352 | TYPE(ctrl_out), SAVE :: o_dqthe = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2353 | 'dqthe', 'Thermal dQ', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
---|
| 2354 | TYPE(ctrl_out), SAVE :: o_dqthe2d = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2355 | 'dqthe2d', 'Thermal dQ', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
---|
| 2356 | TYPE(ctrl_out), SAVE :: o_dtajs = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2357 | 'dtajs', 'Dry adjust. dT', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2358 | TYPE(ctrl_out), SAVE :: o_dqajs = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2359 | 'dqajs', 'Dry adjust. dQ', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
---|
| 2360 | TYPE(ctrl_out), SAVE :: o_dqajs2d = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2361 | 'dqajs2d', 'Dry adjust. dQ', '(kg/m2)/s', (/ ('', i=1, 10) /)) |
---|
| 2362 | TYPE(ctrl_out), SAVE :: o_dtswr = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2363 | 'dtswr', 'SW radiation dT', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2364 | TYPE(ctrl_out), SAVE :: o_dtsw0 = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2365 | 'dtsw0', 'CS SW radiation dT', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2366 | TYPE(ctrl_out), SAVE :: o_dtlwr = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2367 | 'dtlwr', 'LW radiation dT', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2368 | TYPE(ctrl_out), SAVE :: o_dtlw0 = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2369 | 'dtlw0', 'CS LW radiation dT', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2370 | TYPE(ctrl_out), SAVE :: o_dtec = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2371 | 'dtec', 'Cinetic dissip dT', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2372 | TYPE(ctrl_out), SAVE :: o_duvdf = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2373 | 'duvdf', 'Boundary-layer dU', 'm/s2', (/ ('', i=1, 10) /)) |
---|
| 2374 | TYPE(ctrl_out), SAVE :: o_dvvdf = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2375 | 'dvvdf', 'Boundary-layer dV', 'm/s2', (/ ('', i=1, 10) /)) |
---|
| 2376 | TYPE(ctrl_out), SAVE :: o_duoro = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2377 | 'duoro', 'Orography dU', 'm/s2', (/ ('', i=1, 10) /)) |
---|
| 2378 | TYPE(ctrl_out), SAVE :: o_dvoro = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2379 | 'dvoro', 'Orography dV', 'm/s2', (/ ('', i=1, 10) /)) |
---|
| 2380 | TYPE(ctrl_out), SAVE :: o_dulif = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2381 | 'dulif', 'Orography dU', 'm/s2', (/ ('', i=1, 10) /)) |
---|
| 2382 | TYPE(ctrl_out), SAVE :: o_dvlif = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2383 | 'dvlif', 'Orography dV', 'm/s2', (/ ('', i=1, 10) /)) |
---|
| 2384 | TYPE(ctrl_out), SAVE :: o_du_gwd_hines = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2385 | 'du_gwd_hines', 'Hines GWD dU', 'm/s2', (/ ('', i=1, 10) /)) |
---|
| 2386 | TYPE(ctrl_out), SAVE :: o_dv_gwd_hines = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2387 | 'dv_gwd_hines', 'Hines GWD dV', 'm/s2', (/ ('', i=1, 10) /)) |
---|
| 2388 | TYPE(ctrl_out), SAVE :: o_du_gwd_front = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2389 | 'du_gwd_front', 'Fronts GWD dU', 'm/s2', (/ ('', i=1, 10) /)) |
---|
| 2390 | TYPE(ctrl_out), SAVE :: o_dv_gwd_front = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2391 | 'dv_gwd_front', 'Fronts GWD dV', 'm/s2', (/ ('', i=1, 10) /)) |
---|
| 2392 | TYPE(ctrl_out), SAVE :: o_east_gwstress = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2393 | 'east_gwstress', 'Eastward GW Stress', 'Pa', (/ ('', i=1, 10) /)) |
---|
| 2394 | TYPE(ctrl_out), SAVE :: o_west_gwstress = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2395 | 'west_gwstress', 'Westward GW Stress', 'Pa', (/ ('', i=1, 10) /)) |
---|
| 2396 | TYPE(ctrl_out), SAVE :: o_dtoro = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2397 | 'dtoro', 'Orography dT', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2398 | TYPE(ctrl_out), SAVE :: o_dtlif = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2399 | 'dtlif', 'Orography dT', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2400 | TYPE(ctrl_out), SAVE :: o_dthin = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2401 | 'dthin', 'Hines GWD dT', 'K/s', (/ ('', i=1, 10) /)) |
---|
| 2402 | TYPE(ctrl_out), SAVE :: o_dqch4 = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2403 | 'dqch4', 'H2O due to CH4 oxidation & photolysis', '(kg/kg)/s', (/ ('', i=1, 10) /)) |
---|
[1792] | 2404 | |
---|
[1938] | 2405 | type(ctrl_out), save:: o_du_gwd_rando & |
---|
[2752] | 2406 | = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), 'du_gwd_rando', & |
---|
| 2407 | "Random gravity waves dU/dt", "m/s2", (/ ('', i=1, 10) /)) |
---|
[1938] | 2408 | type(ctrl_out), save:: o_dv_gwd_rando & |
---|
[2752] | 2409 | = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), 'dv_gwd_rando', & |
---|
| 2410 | "Random gravity waves dV/dt", "m/s2", (/ ('', i=1, 10) /)) |
---|
[2333] | 2411 | type(ctrl_out), save:: o_ustr_gwd_hines & |
---|
[2752] | 2412 | = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), 'ustr_gwd_hines', & |
---|
| 2413 | "zonal wind stress Hines gravity waves", "Pa", (/ ('', i=1, 10) /)) |
---|
[2333] | 2414 | type(ctrl_out), save:: o_vstr_gwd_hines & |
---|
[2752] | 2415 | = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), 'vstr_gwd_hines', & |
---|
| 2416 | "meridional wind stress Hines gravity waves", "Pa", (/ ('', i=1, 10) /)) |
---|
[2333] | 2417 | type(ctrl_out), save:: o_ustr_gwd_front & |
---|
[2752] | 2418 | = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), 'ustr_gwd_front', & |
---|
| 2419 | "zonal wind stress fronts gravity waves", "Pa", (/ ('', i=1, 10) /)) |
---|
[2333] | 2420 | type(ctrl_out), save:: o_vstr_gwd_front & |
---|
[2752] | 2421 | = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), 'vstr_gwd_front', & |
---|
| 2422 | "meridional wind stress fronts gravity waves", "Pa", (/ ('', i=1, 10) /)) |
---|
[2333] | 2423 | type(ctrl_out), save:: o_ustr_gwd_rando & |
---|
[2752] | 2424 | = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), 'ustr_gwd_rando', & |
---|
| 2425 | "zonal wind stress random gravity waves", "Pa", (/ ('', i=1, 10) /)) |
---|
[1938] | 2426 | type(ctrl_out), save:: o_vstr_gwd_rando & |
---|
[2752] | 2427 | = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), 'vstr_gwd_rando', & |
---|
| 2428 | "meridional wind stress random gravity waves", "Pa", (/ ('', i=1, 10) /)) |
---|
[1938] | 2429 | |
---|
[1792] | 2430 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_trac(:) |
---|
| 2431 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_trac_cum(:) |
---|
[1813] | 2432 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_vdf(:) |
---|
| 2433 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_the(:) |
---|
| 2434 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_con(:) |
---|
| 2435 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_lessi_impa(:) |
---|
| 2436 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_lessi_nucl(:) |
---|
| 2437 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_insc(:) |
---|
| 2438 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_bcscav(:) |
---|
| 2439 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_evapls(:) |
---|
| 2440 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_ls(:) |
---|
| 2441 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_trsp(:) |
---|
| 2442 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_sscav(:) |
---|
| 2443 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_sat(:) |
---|
| 2444 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_uscav(:) |
---|
[5473] | 2445 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_wet_cv(:) |
---|
| 2446 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_wet(:) |
---|
[1813] | 2447 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dtr_dry(:) |
---|
| 2448 | |
---|
[5056] | 2449 | #ifdef ISO |
---|
| 2450 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_xtprecip(:) |
---|
| 2451 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_xtevap(:) |
---|
| 2452 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_xtevap_srf(:,:) ! ajout Camille 8 mai 2023 |
---|
| 2453 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_xtplul(:) |
---|
| 2454 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_xtpluc(:) |
---|
| 2455 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_xtovap(:) |
---|
| 2456 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_xtoliq(:) |
---|
| 2457 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_xtcond(:) |
---|
| 2458 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_xtrunoff_diag(:) |
---|
| 2459 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dxtdyn(:) |
---|
| 2460 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dxtldyn(:) |
---|
| 2461 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dxtvdf(:) |
---|
| 2462 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dxtcon(:) |
---|
| 2463 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dxtlsc(:) |
---|
| 2464 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dxteva(:) |
---|
| 2465 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dxtajs(:) |
---|
| 2466 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dxtthe(:) |
---|
| 2467 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dxtch4(:) |
---|
| 2468 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dxtprod_nucl(:) |
---|
| 2469 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dxtcosmo(:) |
---|
| 2470 | TYPE(ctrl_out), SAVE, ALLOCATABLE :: o_dxtdecroiss(:) |
---|
| 2471 | #endif |
---|
| 2472 | |
---|
[2752] | 2473 | TYPE(ctrl_out), SAVE :: o_rsu = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2474 | 'rsu', 'SW upward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
---|
| 2475 | TYPE(ctrl_out), SAVE :: o_rsd = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2476 | 'rsd', 'SW downward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
---|
| 2477 | TYPE(ctrl_out), SAVE :: o_rlu = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2478 | 'rlu', 'LW upward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
---|
| 2479 | TYPE(ctrl_out), SAVE :: o_rld = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2480 | 'rld', 'LW downward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
---|
| 2481 | TYPE(ctrl_out), SAVE :: o_rsucs = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2482 | 'rsucs', 'SW CS upward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[3082] | 2483 | TYPE(ctrl_out), SAVE :: o_rsucsaf = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2484 | 'rsucsaf', 'SW CS clean (no aerosol) upward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[2752] | 2485 | TYPE(ctrl_out), SAVE :: o_rsdcs = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2486 | 'rsdcs', 'SW CS downward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[3082] | 2487 | TYPE(ctrl_out), SAVE :: o_rsdcsaf = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2488 | 'rsdcsaf', 'SW CS clean (no aerosol) downward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
---|
[2752] | 2489 | TYPE(ctrl_out), SAVE :: o_rlucs = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2490 | 'rlucs', 'LW CS upward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
---|
| 2491 | TYPE(ctrl_out), SAVE :: o_rldcs = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2492 | 'rldcs', 'LW CS downward radiation', 'W m-2', (/ ('', i=1, 10) /)) |
---|
| 2493 | TYPE(ctrl_out), SAVE :: o_tnt = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2494 | 'tnt', 'Tendency of air temperature', 'K s-1', (/ ('', i=1, 10) /)) |
---|
| 2495 | TYPE(ctrl_out), SAVE :: o_tntc = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2496 | 'tntc', 'Tendency of air temperature due to Moist Convection', 'K s-1', (/ ('', i=1, 10) /)) |
---|
| 2497 | TYPE(ctrl_out), SAVE :: o_tntr = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2498 | 'tntr', 'Air temperature tendency due to Radiative heating', 'K s-1', (/ ('', i=1, 10) /)) |
---|
| 2499 | TYPE(ctrl_out), SAVE :: o_tntscpbl = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
[1852] | 2500 | 'tntscpbl', 'Air temperature tendency due to St cloud and precipitation and BL mixing', & |
---|
[2752] | 2501 | 'K s-1', (/ ('', i=1, 10) /)) |
---|
| 2502 | TYPE(ctrl_out), SAVE :: o_tnhus = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2503 | 'tnhus', 'Tendency of specific humidity', 's-1', (/ ('', i=1, 10) /)) |
---|
| 2504 | TYPE(ctrl_out), SAVE :: o_tnhusc = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2505 | 'tnhusc', 'Tendency of specific humidity due to convection', 's-1', (/ ('', i=1, 10) /)) |
---|
| 2506 | TYPE(ctrl_out), SAVE :: o_tnhusscpbl = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2507 | 'tnhusscpbl', 'Tendency of Specific humidity due to ST cl, precip and BL mixing', 's-1', (/ ('', i=1, 10) /)) |
---|
| 2508 | TYPE(ctrl_out), SAVE :: o_evu = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2509 | 'evu', 'Eddy viscosity coefficient for Momentum Variables', 'm2 s-1', (/ ('', i=1, 10) /)) |
---|
| 2510 | TYPE(ctrl_out), SAVE :: o_h2o = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2511 | 'h2o', 'Mass Fraction of Water', '1', (/ ('', i=1, 10) /)) |
---|
| 2512 | TYPE(ctrl_out), SAVE :: o_mcd = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2513 | 'mcd', 'Downdraft COnvective Mass Flux', 'kg/(m2*s)', (/ ('', i=1, 10) /)) |
---|
| 2514 | TYPE(ctrl_out), SAVE :: o_dmc = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2515 | 'dmc', 'Deep COnvective Mass Flux', 'kg/(m2*s)', (/ ('', i=1, 10) /)) |
---|
| 2516 | TYPE(ctrl_out), SAVE :: o_ref_liq = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2517 | 'ref_liq', 'Effective radius of convective cloud liquid water particle', 'm', (/ ('', i=1, 10) /)) |
---|
| 2518 | TYPE(ctrl_out), SAVE :: o_ref_ice = ctrl_out((/ 4, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2519 | 'ref_ice', 'Effective radius of startiform cloud ice particle', 'm', (/ ('', i=1, 10) /)) |
---|
| 2520 | TYPE(ctrl_out), SAVE :: o_rsut4co2 = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2521 | 'rsut4co2', 'TOA Out SW in 4xCO2 atmosphere', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 2522 | TYPE(ctrl_out), SAVE :: o_rlut4co2 = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2523 | 'rlut4co2', 'TOA Out LW in 4xCO2 atmosphere', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 2524 | TYPE(ctrl_out), SAVE :: o_rsutcs4co2 = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2525 | 'rsutcs4co2', 'TOA Out CS SW in 4xCO2 atmosphere', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 2526 | TYPE(ctrl_out), SAVE :: o_rlutcs4co2 = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2527 | 'rlutcs4co2', 'TOA Out CS LW in 4xCO2 atmosphere', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 2528 | TYPE(ctrl_out), SAVE :: o_rsu4co2 = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2529 | 'rsu4co2', 'Upwelling SW 4xCO2 atmosphere', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 2530 | TYPE(ctrl_out), SAVE :: o_rlu4co2 = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2531 | 'rlu4co2', 'Upwelling LW 4xCO2 atmosphere', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 2532 | TYPE(ctrl_out), SAVE :: o_rsucs4co2 = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2533 | 'rsucs4co2', 'Upwelling CS SW 4xCO2 atmosphere', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 2534 | TYPE(ctrl_out), SAVE :: o_rlucs4co2 = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2535 | 'rlucs4co2', 'Upwelling CS LW 4xCO2 atmosphere', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 2536 | TYPE(ctrl_out), SAVE :: o_rsd4co2 = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2537 | 'rsd4co2', 'Downwelling SW 4xCO2 atmosphere', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 2538 | TYPE(ctrl_out), SAVE :: o_rld4co2 = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2539 | 'rld4co2', 'Downwelling LW 4xCO2 atmosphere', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 2540 | TYPE(ctrl_out), SAVE :: o_rsdcs4co2 = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2541 | 'rsdcs4co2', 'Downwelling CS SW 4xCO2 atmosphere', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 2542 | TYPE(ctrl_out), SAVE :: o_rldcs4co2 = ctrl_out((/ 5, 10, 10, 10, 10, 10, 11, 11, 11, 11/), & |
---|
| 2543 | 'rldcs4co2', 'Downwelling CS LW 4xCO2 atmosphere', 'W/m2', (/ ('', i=1, 10) /)) |
---|
| 2544 | TYPE(ctrl_out), SAVE :: o_snowsrf = ctrl_out((/ 1, 1, 10, 1, 10, 10, 11, 11, 11, 11/), & |
---|
| 2545 | 'snowsrf', 'Snow mass at surface', 'kg/m2', (/ ('', i=1, 10) /)) |
---|
| 2546 | TYPE(ctrl_out), SAVE :: o_qsnow = ctrl_out((/ 1, 1, 10, 1, 10, 10, 11, 11, 11, 11/), & |
---|
| 2547 | 'qsnow', 'Water contained in snow', 'kg/m2', (/ ('', i=1, 10) /)) |
---|
| 2548 | TYPE(ctrl_out), SAVE :: o_snowhgt = ctrl_out((/ 1, 1, 10, 1, 10, 10, 11, 11, 11, 11/), & |
---|
| 2549 | 'snowhgt', 'Snow height at surface', 'm', (/ ('', i=1, 10) /)) |
---|
| 2550 | TYPE(ctrl_out), SAVE :: o_toice = ctrl_out((/ 1, 1, 10, 1, 10, 10, 11, 11, 11, 11/), & |
---|
| 2551 | 'to_ice', 'Snow passed to ice model', 'kg/m2', (/ ('', i=1, 10) /)) |
---|
| 2552 | TYPE(ctrl_out), SAVE :: o_sissnow = ctrl_out((/ 1, 1, 10, 1, 10, 10, 11, 11, 11, 11/), & |
---|
| 2553 | 'sissnow', 'Snow in snow model', 'kg/m2', (/ ('', i=1, 10) /)) |
---|
| 2554 | TYPE(ctrl_out), SAVE :: o_runoff = ctrl_out((/ 1, 1, 10, 1, 10, 10, 11, 11, 11, 11/), & |
---|
| 2555 | 'runoff', 'Run-off rate land ice', 'kg/m2/s', (/ ('', i=1, 10) /)) |
---|
[5109] | 2556 | ! SN add runoff_diag |
---|
| 2557 | !#ifdef ISO |
---|
[5056] | 2558 | TYPE(ctrl_out), SAVE :: o_runoff_diag = ctrl_out((/ 1, 1, 10, 1, 10, 10, 11, 11, 11, 11/), & |
---|
| 2559 | 'runoffland', 'Run-off rate land for bucket', 'kg/m2/s', (/ ('', i=1, 10) /)) |
---|
[5109] | 2560 | !#endif |
---|
[2752] | 2561 | TYPE(ctrl_out), SAVE :: o_albslw3 = ctrl_out((/ 1, 1, 1, 1, 10, 10, 11, 11, 11, 11/), & |
---|
| 2562 | 'albslw3', 'Surface albedo LW3', '-', (/ ('', i=1, 10) /)) |
---|
[1792] | 2563 | |
---|
[5204] | 2564 | !-- LSCP - condensation and ice supersaturation variables |
---|
| 2565 | TYPE(ctrl_out), SAVE :: o_cfseri = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2566 | 'cfseri', 'Cloud fraction', '-', (/ ('', i=1, 10) /)) |
---|
| 2567 | TYPE(ctrl_out), SAVE :: o_dcfdyn = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2568 | 'dcfdyn', 'Dynamics cloud fraction tendency', 's-1', (/ ('', i=1, 10) /)) |
---|
| 2569 | TYPE(ctrl_out), SAVE :: o_rvcseri = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2570 | 'rvcseri', 'Cloudy water vapor to total water vapor ratio', '-', (/ ('', i=1, 10) /)) |
---|
| 2571 | TYPE(ctrl_out), SAVE :: o_drvcdyn = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2572 | 'drvcdyn', 'Dynamics cloudy water vapor to total water vapor ratio tendency', 's-1', (/ ('', i=1, 10) /)) |
---|
| 2573 | TYPE(ctrl_out), SAVE :: o_qsub = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2574 | 'qsub', 'Subsaturated clear sky total water', 'kg/kg', (/ ('', i=1, 10) /)) |
---|
| 2575 | TYPE(ctrl_out), SAVE :: o_qissr = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2576 | 'qissr', 'Supersaturated clear sky total water', 'kg/kg', (/ ('', i=1, 10) /)) |
---|
| 2577 | TYPE(ctrl_out), SAVE :: o_qcld = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2578 | 'qcld', 'Cloudy sky total water', 'kg/kg', (/ ('', i=1, 10) /)) |
---|
| 2579 | TYPE(ctrl_out), SAVE :: o_subfra = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2580 | 'subfra', 'Subsaturated clear sky fraction', '-', (/ ('', i=1, 10) /)) |
---|
| 2581 | TYPE(ctrl_out), SAVE :: o_issrfra = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2582 | 'issrfra', 'Supersaturated clear sky fraction', '-', (/ ('', i=1, 10) /)) |
---|
| 2583 | TYPE(ctrl_out), SAVE :: o_gammacond = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2584 | 'gammacond', 'Condensation threshold w.r.t. saturation', '-', (/ ('', i=1, 10) /)) |
---|
| 2585 | TYPE(ctrl_out), SAVE :: o_dcfsub = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2586 | 'dcfsub', 'Sublimation cloud fraction tendency', 's-1', (/ ('', i=1, 10) /)) |
---|
| 2587 | TYPE(ctrl_out), SAVE :: o_dcfcon = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2588 | 'dcfcon', 'Condensation cloud fraction tendency', 's-1', (/ ('', i=1, 10) /)) |
---|
| 2589 | TYPE(ctrl_out), SAVE :: o_dcfmix = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2590 | 'dcfmix', 'Cloud mixing cloud fraction tendency', 's-1', (/ ('', i=1, 10) /)) |
---|
| 2591 | TYPE(ctrl_out), SAVE :: o_dqiadj = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2592 | 'dqiadj', 'Temperature adjustment ice tendency', 'kg/kg/s', (/ ('', i=1, 10) /)) |
---|
| 2593 | TYPE(ctrl_out), SAVE :: o_dqisub = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2594 | 'dqisub', 'Sublimation ice tendency', 'kg/kg/s', (/ ('', i=1, 10) /)) |
---|
| 2595 | TYPE(ctrl_out), SAVE :: o_dqicon = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2596 | 'dqicon', 'Condensation ice tendency', 'kg/kg/s', (/ ('', i=1, 10) /)) |
---|
| 2597 | TYPE(ctrl_out), SAVE :: o_dqimix = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2598 | 'dqimix', 'Cloud mixing ice tendency', 'kg/kg/s', (/ ('', i=1, 10) /)) |
---|
| 2599 | TYPE(ctrl_out), SAVE :: o_dqvcadj = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2600 | 'dqvcadj', 'Temperature adjustment cloudy water vapor tendency', 'kg/kg/s', (/ ('', i=1, 10) /)) |
---|
| 2601 | TYPE(ctrl_out), SAVE :: o_dqvcsub = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2602 | 'dqvcsub', 'Sublimation cloudy water vapor tendency', 'kg/kg/s', (/ ('', i=1, 10) /)) |
---|
| 2603 | TYPE(ctrl_out), SAVE :: o_dqvccon = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2604 | 'dqvccon', 'Condensation cloudy water vapor tendency', 'kg/kg/s', (/ ('', i=1, 10) /)) |
---|
| 2605 | TYPE(ctrl_out), SAVE :: o_dqvcmix = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2606 | 'dqvcmix', 'Cloud mixing cloudy water vapor tendency', 'kg/kg/s', (/ ('', i=1, 10) /)) |
---|
| 2607 | TYPE(ctrl_out), SAVE :: o_qsatl = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2608 | 'qsatl', 'Saturation with respect to liquid', 'kg/kg', (/ ('', i=1, 10) /)) |
---|
| 2609 | TYPE(ctrl_out), SAVE :: o_qsati = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2610 | 'qsati', 'Saturation with respect to ice', 'kg/kg', (/ ('', i=1, 10) /)) |
---|
| 2611 | |
---|
| 2612 | !-- LSCP - aviation variables |
---|
| 2613 | TYPE(ctrl_out), SAVE :: o_Tcontr = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/),& |
---|
[4059] | 2614 | 'Tcontr', 'Temperature threshold for contrail formation', 'K', (/ ('',i=1,10) /)) |
---|
[5204] | 2615 | TYPE(ctrl_out), SAVE :: o_qcontr = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/),& |
---|
| 2616 | 'qcontr', 'Specific humidity threshold for contrail formation', 'Pa', (/ ('', i=1, 10) /)) |
---|
| 2617 | TYPE(ctrl_out), SAVE :: o_qcontr2 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/),& |
---|
| 2618 | 'qcontr2', 'Specific humidity threshold for contrail formation', 'kg/kg', (/ ('', i=1, 10) /)) |
---|
| 2619 | TYPE(ctrl_out), SAVE :: o_fcontrN = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/),& |
---|
[4059] | 2620 | 'fcontrN', 'Fraction with non-persistent contrail in clear-sky', '-', (/ ('', i=1,10)/)) |
---|
[5204] | 2621 | TYPE(ctrl_out), SAVE :: o_fcontrP = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/),& |
---|
[4059] | 2622 | 'fcontrP', 'Fraction with persistent contrail in ISSR', '-', (/ ('', i=1,10)/)) |
---|
[5204] | 2623 | TYPE(ctrl_out), SAVE :: o_dcfavi = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2624 | 'dcfavi', 'Aviation cloud fraction tendency', 's-1', (/ ('', i=1, 10) /)) |
---|
| 2625 | TYPE(ctrl_out), SAVE :: o_dqiavi = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2626 | 'dqiavi', 'Aviation ice tendency', 'kg/kg/s', (/ ('', i=1, 10) /)) |
---|
| 2627 | TYPE(ctrl_out), SAVE :: o_dqvcavi = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2628 | 'dqvcavi', 'Aviation cloudy water vapor tendency', 'kg/kg/s', (/ ('', i=1, 10) /)) |
---|
| 2629 | TYPE(ctrl_out), SAVE :: o_flight_dist = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2630 | 'flightdist', 'Aviation flown distance', 'm/s/mesh', (/ ('', i=1, 10) /)) |
---|
| 2631 | TYPE(ctrl_out), SAVE :: o_flight_h2o = ctrl_out((/ 11, 11, 11, 11, 11, 11, 11, 11, 11, 11/), & |
---|
| 2632 | 'flighth2o', 'Aviation H2O flight emission', 'kg H2O/s/mesh', (/ ('', i=1, 10) /)) |
---|
[4059] | 2633 | |
---|
[1828] | 2634 | !!!!!!!!!!!!! Sorties niveaux standards de pression NMC |
---|
[2752] | 2635 | TYPE(ctrl_out), SAVE :: o_tnondef = ctrl_out((/ 11, 11, 11, 11, 11, 11, 5, 5, 5, 11/), & |
---|
[1828] | 2636 | 'tnondef', 'Undefined value of T', 'K', (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", & |
---|
[2752] | 2637 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
---|
| 2638 | TYPE(ctrl_out), SAVE :: o_ta = ctrl_out((/ 11, 11, 11, 11, 11, 11, 5, 5, 5, 11/), & |
---|
[1828] | 2639 | 'ta', 'Air temperature', 'K', (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", & |
---|
[2752] | 2640 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
---|
| 2641 | TYPE(ctrl_out), SAVE :: o_zg = ctrl_out((/ 11, 11, 11, 11, 11, 11, 5, 5, 5, 11/), & |
---|
[1828] | 2642 | 'zg', 'Geopotential height', 'm', (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", & |
---|
[2752] | 2643 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
---|
| 2644 | TYPE(ctrl_out), SAVE :: o_hus = ctrl_out((/ 11, 11, 11, 11, 11, 11, 5, 5, 5, 11/), & |
---|
[1828] | 2645 | 'hus', 'Specific humidity', '1', (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", & |
---|
[2752] | 2646 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
---|
| 2647 | TYPE(ctrl_out), SAVE :: o_hur = ctrl_out((/ 11, 11, 11, 11, 11, 11, 5, 5, 5, 11/), & |
---|
[1828] | 2648 | 'hur', 'Relative humidity', '%', (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", & |
---|
[2752] | 2649 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
---|
| 2650 | TYPE(ctrl_out), SAVE :: o_ua = ctrl_out((/ 11, 11, 11, 11, 11, 11, 5, 5, 5, 11/), & |
---|
[1828] | 2651 | 'ua', 'Eastward wind', 'm s-1', (/ "inst(X)", "inst(X)", "inst(X)", "inst(X)", & |
---|
[2752] | 2652 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
---|
| 2653 | TYPE(ctrl_out), SAVE :: o_va = ctrl_out((/ 11, 11, 11, 11, 11, 11, 5, 5, 5, 11/), & |
---|
| 2654 | 'va', 'Northward wind', 'm s-1', (/ ('', i=1, 10)/)) |
---|
| 2655 | TYPE(ctrl_out), SAVE :: o_wap = ctrl_out((/ 11, 11, 11, 11, 11, 11, 5, 5, 5, 11/), & |
---|
[1828] | 2656 | 'wap', 'Lagrangian tendency of air pressure', 'Pa s-1', (/ "inst(X)", "inst(X)", "inst(X)", & |
---|
[2752] | 2657 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
---|
| 2658 | TYPE(ctrl_out), SAVE :: o_psbg = ctrl_out((/ 11, 11, 11, 11, 11, 11, 5, 5, 5, 11/), & |
---|
[1971] | 2659 | 'psbg', 'Pressure sfce below ground', '%', (/ "inst(X)", "inst(X)", "inst(X)", & |
---|
[2752] | 2660 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
---|
| 2661 | TYPE(ctrl_out), SAVE :: o_tro3 = ctrl_out((/ 11, 11, 11, 11, 11, 11, 5, 5, 5, 11/), & |
---|
[1828] | 2662 | 'tro3', 'Ozone mole fraction', '1e-9', (/ "inst(X)", "inst(X)", "inst(X)", & |
---|
[2752] | 2663 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
---|
| 2664 | TYPE(ctrl_out), SAVE :: o_tro3_daylight = ctrl_out((/ 11, 11, 11, 11, 11, 11, 5, 5, 5, 11/), & |
---|
[1828] | 2665 | 'tro3_daylight', 'Daylight ozone mole fraction', '1e-9', (/ "inst(X)", "inst(X)", "inst(X)", & |
---|
[2752] | 2666 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
---|
| 2667 | TYPE(ctrl_out), SAVE :: o_uxv = ctrl_out((/ 11, 11, 11, 11, 11, 11, 6, 6, 6, 11/), & |
---|
[1828] | 2668 | 'uv', 'uv', 'm2/s2', (/ "inst(X)", "inst(X)", "inst(X)", & |
---|
[2752] | 2669 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
---|
| 2670 | TYPE(ctrl_out), SAVE :: o_vxq = ctrl_out((/ 11, 11, 11, 11, 11, 11, 6, 6, 6, 11/), & |
---|
[2498] | 2671 | 'vxq', 'vxq', 'm/s * (kg/kg)', (/ "inst(X)", "inst(X)", "inst(X)", & |
---|
[2752] | 2672 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
---|
| 2673 | TYPE(ctrl_out), SAVE :: o_vxT = ctrl_out((/ 11, 11, 11, 11, 11, 11, 6, 6, 6, 11/), & |
---|
[1828] | 2674 | 'vT', 'vT', 'mK/s', (/ "inst(X)", "inst(X)", "inst(X)", & |
---|
[2752] | 2675 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
---|
| 2676 | TYPE(ctrl_out), SAVE :: o_wxq = ctrl_out((/ 11, 11, 11, 11, 11, 11, 6, 6, 6, 11/), & |
---|
[1828] | 2677 | 'wq', 'wq', '(Pa/s)*(kg/kg)', (/ "inst(X)", "inst(X)", "inst(X)", & |
---|
[2752] | 2678 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
---|
| 2679 | TYPE(ctrl_out), SAVE :: o_vxphi = ctrl_out((/ 11, 11, 11, 11, 11, 11, 6, 6, 6, 11/), & |
---|
[1828] | 2680 | 'vphi', 'vphi', 'm2/s', (/ "inst(X)", "inst(X)", "inst(X)", & |
---|
[2752] | 2681 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
---|
| 2682 | TYPE(ctrl_out), SAVE :: o_wxT = ctrl_out((/ 11, 11, 11, 11, 11, 11, 6, 6, 6, 11/), & |
---|
[1828] | 2683 | 'wT', 'wT', '"K*Pa/s', (/ "inst(X)", "inst(X)", "inst(X)", & |
---|
[2752] | 2684 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
---|
| 2685 | TYPE(ctrl_out), SAVE :: o_uxu = ctrl_out((/ 11, 11, 11, 11, 11, 11, 6, 6, 6, 11/), & |
---|
[1828] | 2686 | 'u2', 'u2', 'm2/s2', (/ "inst(X)", "inst(X)", "inst(X)", & |
---|
[2752] | 2687 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
---|
| 2688 | TYPE(ctrl_out), SAVE :: o_vxv = ctrl_out((/ 11, 11, 11, 11, 11, 11, 6, 6, 6, 11/), & |
---|
[1828] | 2689 | 'v2', 'v2', 'm2/s2', (/ "inst(X)", "inst(X)", "inst(X)", & |
---|
[2752] | 2690 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
---|
| 2691 | TYPE(ctrl_out), SAVE :: o_TxT = ctrl_out((/ 11, 11, 11, 11, 11, 11, 6, 6, 6, 11/), & |
---|
[1828] | 2692 | 'T2', 'T2', 'K2', (/ "inst(X)", "inst(X)", "inst(X)", & |
---|
[2752] | 2693 | "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)", "inst(X)" /)) |
---|
[1828] | 2694 | |
---|
[5253] | 2695 | INCLUDE 'spla_output_dat.h' |
---|
[2630] | 2696 | |
---|
[3815] | 2697 | type(ctrl_out), save:: o_delta_sst & |
---|
| 2698 | = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'delta_SST', & |
---|
| 2699 | "ocean-air interface temperature minus bulk SST", "K", '') |
---|
| 2700 | |
---|
| 2701 | type(ctrl_out), save:: o_delta_sal & |
---|
| 2702 | = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'delta_sal', & |
---|
| 2703 | "ocean-air interface salinity minus bulk salinity", "ppt", '') |
---|
| 2704 | |
---|
| 2705 | type(ctrl_out), save:: o_ds_ns & |
---|
| 2706 | = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'dS_ns', & |
---|
| 2707 | "subskin salinity minus foundation salinity", "ppt", '') |
---|
| 2708 | |
---|
| 2709 | type(ctrl_out), save:: o_dt_ns & |
---|
| 2710 | = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'dT_ns', & |
---|
| 2711 | "subskin temperature minus foundation temperature", "K", '') |
---|
| 2712 | |
---|
| 2713 | type(ctrl_out), save:: o_dter & |
---|
| 2714 | = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'dTer', & |
---|
| 2715 | "ocean-air interface temperature minus sub-skin temperature", "K", '') |
---|
| 2716 | |
---|
| 2717 | type(ctrl_out), save:: o_dser & |
---|
| 2718 | = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'dSer', & |
---|
| 2719 | "ocean-air interface salinity minus sub-skin salinity", "ppt", '') |
---|
| 2720 | |
---|
| 2721 | type(ctrl_out), save:: o_tkt & |
---|
| 2722 | = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'tkt', & |
---|
| 2723 | "thickness of thermal microlayer", "m", '') |
---|
| 2724 | |
---|
| 2725 | type(ctrl_out), save:: o_tks & |
---|
| 2726 | = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'tks', & |
---|
| 2727 | "thickness of salinity microlayer", "m", '') |
---|
| 2728 | |
---|
| 2729 | type(ctrl_out), save:: o_taur & |
---|
| 2730 | = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'taur', & |
---|
| 2731 | "momentum flux due to rain", "Pa", '') |
---|
| 2732 | |
---|
| 2733 | type(ctrl_out), save:: o_sss & |
---|
| 2734 | = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'SSS', & |
---|
| 2735 | "bulk sea-surface salinity", "ppt", '') |
---|
| 2736 | |
---|
[1792] | 2737 | END MODULE phys_output_ctrlout_mod |
---|