| 1 |
dimitri |
1.1 |
# Diagnostic Package Choices |
| 2 |
|
|
# dump ETAN and PHIBOT every 6 hours |
| 3 |
|
|
# and monthly averages (30.5 days) |
| 4 |
|
|
# for everything else, assuming deltat=1200s |
| 5 |
|
|
# |
| 6 |
|
|
# 6-hourly 2-D fields: |
| 7 |
|
|
# ==================== |
| 8 |
|
|
# |
| 9 |
|
|
# ETAN Perturbation of Surface (pressure, height) (Pa,m) |
| 10 |
|
|
# PHIBOT ocean bottom pressure / top. atmos geo-Potential |
| 11 |
|
|
# |
| 12 |
|
|
# monthly 2-D fields: |
| 13 |
|
|
# =================== |
| 14 |
|
|
# |
| 15 |
|
|
# ETANSQ Square of Perturbation of Sfc (Pa2,m2) |
| 16 |
|
|
# TAUX zonal surface wind stress, >0 increases uVel |
| 17 |
|
|
# TAUY meridional surf. wind stress, >0 increases vVel |
| 18 |
|
|
# TFLUX net surface heat flux, >0 increases theta |
| 19 |
|
|
# TRELAX surface temperature relaxation, >0 increases theta |
| 20 |
|
|
# TICE heat from melt/freeze of sea-ice, >0 increases theta |
| 21 |
|
|
# SFLUX net surface salt flux, >0 increases salt |
| 22 |
|
|
# SRELAX surface salinity relaxation, >0 increases salt |
| 23 |
|
|
# |
| 24 |
|
|
# monthly 3-D fields: |
| 25 |
|
|
# =================== |
| 26 |
|
|
# |
| 27 |
|
|
# SALT Salt or Water Vapor mixing ratio (g/kg) |
| 28 |
|
|
# THETA Potential Temperature (degC,K) |
| 29 |
|
|
# UVEL Zonal Component of Velocity (m/s) |
| 30 |
|
|
# VVEL Meridional Component of Velocity (m/s) |
| 31 |
|
|
# UVELMASS Zonal Mass-Weighted Comp of Velocity (m/s) |
| 32 |
|
|
# VVELMASS Meridional Mass-Weighted Comp of Velocity (m/s) |
| 33 |
|
|
# WVELMASS Vertical Mass-Weighted Comp of Velocity (m/s) |
| 34 |
|
|
# |
| 35 |
|
|
# SALTSQ Square of Salt or Water Vapor mix rat (g2/kg2) |
| 36 |
|
|
# THETASQ Square of Potential Temperature (K2) |
| 37 |
|
|
# UVELSQ Square of Zonal Comp of Velocity (m2/s2) |
| 38 |
|
|
# VVELSQ Square of Meridional Comp of Velocity (m2/s2) |
| 39 |
|
|
# WVELSQ Square of Vertical Comp of Velocity (m2/s2) |
| 40 |
|
|
# UV_VEL_Z Meridional Transport of Zonal Momentum (m2/s2) |
| 41 |
|
|
# -> missing WU |
| 42 |
|
|
# -> missing WV |
| 43 |
|
|
# |
| 44 |
|
|
# UTHMASS Zonal Mass-Weight Transp of Pot Temp (K.m/s) |
| 45 |
|
|
# VTHMASS Meridional Mass-Weight Transp of Pot Temp (K.m/s) |
| 46 |
|
|
# WTHMASS Vertical Mass-Weight Transp of Pot Temp (K.m/s) |
| 47 |
|
|
# USLTMASS Zonal Mass-Weight Transp of Salt (g/kg.m/s) |
| 48 |
|
|
# VSLTMASS Meridional Mass-Weight Transp of Salt (g/kg.m/s) |
| 49 |
|
|
# WSLTMASS Vertical Mass-Weight Transp of Salt (g/kg.m/s) |
| 50 |
|
|
# |
| 51 |
|
|
# RHOAnoma Density Anomaly (=Rho-rhoConst) |
| 52 |
|
|
# DRHODR Stratification: d.Sigma/dr (kg/m3/r_unit) |
| 53 |
|
|
# -> missing BSQ |
| 54 |
|
|
# -> missing UBMASS |
| 55 |
|
|
# -> missing VBMASS |
| 56 |
|
|
# -> missing WBMASS |
| 57 |
|
|
# |
| 58 |
|
|
&diagnostics_list |
| 59 |
|
|
frequency(1) = 18, |
| 60 |
|
|
fields(1,1) = 'ETAN ', |
| 61 |
|
|
filename(1) = 'ETAN', |
| 62 |
|
|
frequency(2) = 18, |
| 63 |
|
|
fields(1,2) = 'PHIBOT ', |
| 64 |
|
|
filename(2) = 'PHIBOT', |
| 65 |
|
|
frequency(3) = 2196, |
| 66 |
|
|
fields(1,3) = 'ETANSQ ', |
| 67 |
|
|
filename(3) = 'ETANSQ', |
| 68 |
|
|
frequency(4) = 2196, |
| 69 |
|
|
fields(1,4) = 'TAUX ', |
| 70 |
|
|
filename(4) = 'TAUX', |
| 71 |
|
|
frequency(5) = 2196, |
| 72 |
|
|
fields(1,5) = 'TAUY ', |
| 73 |
|
|
filename(5) = 'TAUY', |
| 74 |
|
|
frequency(6) = 2196, |
| 75 |
|
|
fields(1,6) = 'TFLUX ', |
| 76 |
|
|
filename(6) = 'TFLUX', |
| 77 |
|
|
frequency(7) = 2196, |
| 78 |
|
|
fields(1,7) = 'TRELAX ', |
| 79 |
|
|
filename(7) = 'TRELAX', |
| 80 |
|
|
frequency(8) = 2196, |
| 81 |
|
|
fields(1,8) = 'TICE ', |
| 82 |
|
|
filename(8) = 'TICE', |
| 83 |
|
|
frequency(9) = 2196, |
| 84 |
|
|
fields(1,9) = 'SFLUX ', |
| 85 |
|
|
filename(9) = 'SFLUX', |
| 86 |
|
|
frequency(10) = 2196, |
| 87 |
|
|
fields(1,10) = 'SRELAX ', |
| 88 |
|
|
filename(10) = 'SRELAX', |
| 89 |
|
|
frequency(11) = 2196, |
| 90 |
|
|
fields(1,11) = 'SALT ', |
| 91 |
|
|
filename(11) = 'SALT', |
| 92 |
|
|
frequency(12) = 2196, |
| 93 |
|
|
fields(1,12) = 'THETA ', |
| 94 |
|
|
filename(12) = 'THETA', |
| 95 |
|
|
frequency(13) = 2196, |
| 96 |
|
|
fields(1,13) = 'UVEL ', |
| 97 |
|
|
filename(13) = 'UVEL', |
| 98 |
|
|
frequency(14) = 2196, |
| 99 |
|
|
fields(1,14) = 'VVEL ', |
| 100 |
|
|
filename(14) = 'VVEL', |
| 101 |
|
|
frequency(15) = 2196, |
| 102 |
|
|
fields(1,15) = 'UVELMASS', |
| 103 |
|
|
filename(15) = 'UVELMASS', |
| 104 |
|
|
frequency(16) = 2196, |
| 105 |
|
|
fields(1,16) = 'VVELMASS', |
| 106 |
|
|
filename(16) = 'VVELMASS', |
| 107 |
|
|
frequency(17) = 2196, |
| 108 |
|
|
fields(1,17) = 'WVELMASS', |
| 109 |
|
|
filename(17) = 'WVELMASS', |
| 110 |
|
|
frequency(18) = 2196, |
| 111 |
|
|
fields(1,18) = 'SALTSQ ', |
| 112 |
|
|
filename(18) = 'SALTSQ', |
| 113 |
|
|
frequency(19) = 2196, |
| 114 |
|
|
fields(1,19) = 'THETASQ ', |
| 115 |
|
|
filename(19) = 'THETASQ', |
| 116 |
|
|
frequency(20) = 2196, |
| 117 |
|
|
fields(1,20) = 'UVELSQ ', |
| 118 |
|
|
filename(20) = 'UVELSQ', |
| 119 |
|
|
frequency(21) = 2196, |
| 120 |
|
|
fields(1,21) = 'VVELSQ ', |
| 121 |
|
|
filename(21) = 'VVELSQ', |
| 122 |
|
|
frequency(22) = 2196, |
| 123 |
|
|
fields(1,22) = 'WVELSQ ', |
| 124 |
|
|
filename(22) = 'WVELSQ', |
| 125 |
|
|
frequency(23) = 2196, |
| 126 |
|
|
fields(1,23) = 'UV_VEL_Z', |
| 127 |
|
|
filename(23) = 'UV_VEL_Z', |
| 128 |
|
|
# frequency(24) = 2196, |
| 129 |
|
|
# fields(1,24) = 'WU ', |
| 130 |
|
|
# filename(24) = 'WU', |
| 131 |
|
|
# frequency(25) = 2196, |
| 132 |
|
|
# fields(1,25) = 'WV ', |
| 133 |
|
|
# filename(25) = 'WV', |
| 134 |
dimitri |
1.2 |
# frequency(26) = 2196, |
| 135 |
|
|
# fields(1,26) = 'UTHMASS ', |
| 136 |
|
|
# filename(26) = 'UTHMASS', |
| 137 |
|
|
# frequency(27) = 2196, |
| 138 |
|
|
# fields(1,27) = 'VTHMASS ', |
| 139 |
|
|
# filename(27) = 'VTHMASS', |
| 140 |
|
|
# frequency(28) = 2196, |
| 141 |
|
|
# fields(1,28) = 'WTHMASS ', |
| 142 |
|
|
# filename(28) = 'WTHMASS', |
| 143 |
|
|
# frequency(29) = 2196, |
| 144 |
|
|
# fields(1,29) = 'USLTMASS', |
| 145 |
|
|
# filename(29) = 'USLTMASS', |
| 146 |
|
|
# frequency(30) = 2196, |
| 147 |
|
|
# fields(1,30) = 'VSLTMASS', |
| 148 |
|
|
# filename(30) = 'VSLTMASS', |
| 149 |
|
|
# frequency(31) = 2196, |
| 150 |
|
|
# fields(1,31) = 'WSLTMASS', |
| 151 |
|
|
# filename(31) = 'WSLTMASS', |
| 152 |
|
|
# frequency(32) = 2196, |
| 153 |
|
|
# fields(1,32) = 'RHOAnoma', |
| 154 |
|
|
# filename(32) = 'RHOAnoma', |
| 155 |
|
|
# frequency(33) = 2196, |
| 156 |
|
|
# fields(1,33) = 'DRHODR ', |
| 157 |
|
|
# filename(33) = 'DRHODR', |
| 158 |
dimitri |
1.1 |
# frequency(34) = 2196, |
| 159 |
|
|
# fields(1,34) = 'BSQ ', |
| 160 |
|
|
# filename(34) = 'BSQ', |
| 161 |
|
|
# frequency(35) = 2196, |
| 162 |
|
|
# fields(1,35) = 'UBMASS ', |
| 163 |
|
|
# filename(35) = 'UBMASS', |
| 164 |
|
|
# frequency(36) = 2196, |
| 165 |
|
|
# fields(1,36) = 'VBMASS ', |
| 166 |
|
|
# filename(36) = 'VBMASS', |
| 167 |
|
|
# frequency(37) = 2196, |
| 168 |
|
|
# fields(1,37) = 'WBMASS ', |
| 169 |
|
|
# filename(37) = 'WBMASS', |
| 170 |
|
|
&end |