25 |
humidity Nx*Ny Real*8 AqhTag |
humidity Nx*Ny Real*8 AqhTag |
26 |
precipitation Nx*Ny Real*8 PrecipTag |
precipitation Nx*Ny Real*8 PrecipTag |
27 |
ocean surface temperature Nx*Ny Real*8 SstTag |
ocean surface temperature Nx*Ny Real*8 SstTag |
28 |
|
ocean surface salinity Nx*Ny Real*8 SssTag |
29 |
surface u current Nx*Ny Real*8 UvelTag |
surface u current Nx*Ny Real*8 UvelTag |
30 |
surface v current Nx*Ny Real*8 VvelTag |
surface v current Nx*Ny Real*8 VvelTag |
31 |
|
|
62 |
humidity Nx*Ny Real*8 AqhTag |
humidity Nx*Ny Real*8 AqhTag |
63 |
precipitation Nx*Ny Real*8 PrecipTag |
precipitation Nx*Ny Real*8 PrecipTag |
64 |
ocean surface temperature Nx*Ny Real*8 SstTag |
ocean surface temperature Nx*Ny Real*8 SstTag |
65 |
|
ocean surface salinity Nx*Ny Real*8 SssTag |
66 |
surface u current Nx*Ny Real*8 UvelTag |
surface u current Nx*Ny Real*8 UvelTag |
67 |
surface v current Nx*Ny Real*8 VvelTag |
surface v current Nx*Ny Real*8 VvelTag |
68 |
|
|
212 |
3. ice receives 2., computes initial ice conditions and sends on tracer grid |
3. ice receives 2., computes initial ice conditions and sends on tracer grid |
213 |
|
|
214 |
ice model time (s) |
ice model time (s) |
215 |
|
|
216 |
ice area at tracer point |
ice area at tracer point |
217 |
|
C AREA :: fractional ice-covered area in m^2/m^2 |
218 |
|
C at center of grid, i.e., tracer point |
219 |
|
C 0 is no cover, 1 is 100% cover |
220 |
|
|
221 |
ice thickness at tracer point |
ice thickness at tracer point |
222 |
|
C HEFF :: effective ice thickness in m |
223 |
|
C at center of grid, i.e., tracer point |
224 |
|
C note: for non-zero AREA, |
225 |
|
C actual ice thickness is HEFF / AREA |
226 |
|
|
227 |
ice salinity at tracer point |
ice salinity at tracer point |
228 |
|
C HSALT :: effective sea ice salinity in g/m^2 |
229 |
|
C at center of grid, i.e., tracer point |
230 |
|
|
231 |
snow thickness at tracer point |
snow thickness at tracer point |
232 |
u-stress under ice at southwest b-grid locations |
C HSNOW :: effective snow thickness in m |
233 |
v-stress under ice at southwest b-grid locations |
C at center of grid, i.e., tracer point |
234 |
|
C note: for non-zero AREA, actual snow thickness is HSNOW / AREA |
235 |
|
|
236 |
|
u-stress under ice at southwest c-grid locations |
237 |
|
C fu :: Zonal surface wind stress in N/m^2 |
238 |
|
C > 0 for increase in uVel, which is west to |
239 |
|
C east for cartesian and spherical polar grids |
240 |
|
C Typical range: -0.5 < fu < 0.5 |
241 |
|
C Southwest C-grid U point |
242 |
|
|
243 |
|
v-stress under ice at southwest c-grid locations |
244 |
|
C fv :: Meridional surface wind stress in N/m^2 |
245 |
|
C > 0 for increase in vVel, which is south to |
246 |
|
C north for cartesian and spherical polar grids |
247 |
|
C Typical range: -0.5 < fv < 0.5 |
248 |
|
C Southwest C-grid V point |
249 |
|
|
250 |
residual shortwave under ice at tracer point |
residual shortwave under ice at tracer point |
251 |
|
C Qsw :: Net upward shortwave radiation in W/m^2 |
252 |
|
C Qsw = - ( downward - ice and snow absorption - reflected ) |
253 |
|
C > 0 for decrease in theta (ocean cooling) |
254 |
|
C Typical range: -350 < Qsw < 0 |
255 |
|
C Southwest C-grid tracer point |
256 |
|
|
257 |
heat flux (less shortwave) at tracer point |
heat flux (less shortwave) at tracer point |
258 |
|
C Qnet :: Net upward surface heat flux (including shortwave) in W/m^2 |
259 |
|
C Qnet = latent + sensible + net longwave + net shortwave |
260 |
|
C > 0 for decrease in theta (ocean cooling) |
261 |
|
C Typical range: -250 < Qnet < 600 |
262 |
|
C Southwest C-grid tracer point |
263 |
|
|
264 |
freshwater flux at tracer point |
freshwater flux at tracer point |
265 |
|
C EmPmR :: Net upward freshwater flux in kg/m2/s |
266 |
|
C EmPmR = Evaporation - precipitation - runoff |
267 |
|
C > 0 for increase in salt (ocean salinity) |
268 |
|
C Typical range: -1e-4 < EmPmR < 1e-4 |
269 |
|
C Southwest C-grid tracer point |
270 |
|
C NOTE: for backward compatibility EmPmRfile is specified in |
271 |
|
C m/s when using external_fields_load.F. It is converted |
272 |
|
C to kg/m2/s by multiplying by rhoConstFresh. |
273 |
|
|
274 |
salt flux at tracer point |
salt flux at tracer point |
275 |
|
C saltFlux :: Net upward salt flux in psu.kg/m^2/s |
276 |
|
C flux of Salt taken out of the ocean per time unit (second). |
277 |
|
C Note: a) only used when salty sea-ice forms or melts. |
278 |
|
C b) units: when salinity (unit= psu) is expressed |
279 |
|
C in g/kg, saltFlux unit becomes g/m^2/s. |
280 |
|
C > 0 for decrease in SSS. |
281 |
|
C Southwest C-grid tracer point |
282 |
|
|
283 |
=========================================================== |
=========================================================== |
284 |
|
|