62 |
INTEGER endIOErrCount |
INTEGER endIOErrCount |
63 |
CHARACTER*(MAX_LEN_MBUF) msgBuf |
CHARACTER*(MAX_LEN_MBUF) msgBuf |
64 |
|
|
65 |
double precision ada_glen(1-olx:snx+olx,1-oly:sny+oly,nsx,nsy) |
double precision adb_glen(1-olx:snx+olx,1-oly:sny+oly,nsx,nsy) |
66 |
double precision adarea_shelf_streamice(1-olx:snx+olx,1-oly:sny+ |
double precision adarea_shelf_streamice(1-olx:snx+olx,1-oly:sny+ |
67 |
$oly,nsx,nsy) |
$oly,nsx,nsy) |
68 |
double precision adbdot_streamice(1-olx:snx+olx,1-oly:sny+oly,nsx, |
double precision adbdot_streamice(1-olx:snx+olx,1-oly:sny+oly,nsx, |
87 |
common /adstreamice_fields_rl/ adh_streamice, adu_streamice, |
common /adstreamice_fields_rl/ adh_streamice, adu_streamice, |
88 |
$adv_streamice, advisc_streamice, adtau_beta_eff_streamice, |
$adv_streamice, advisc_streamice, adtau_beta_eff_streamice, |
89 |
$adsurf_el_streamice, adarea_shelf_streamice, adc_basal_friction, |
$adsurf_el_streamice, adarea_shelf_streamice, adc_basal_friction, |
90 |
$ada_glen, adbdot_streamice, adr_low_si |
$adb_glen, adbdot_streamice, adr_low_si |
91 |
#else |
#else |
92 |
common /adstreamice_fields_rl/ adh_streamice, adu_streamice, |
common /adstreamice_fields_rl/ adh_streamice, adu_streamice, |
93 |
$adv_streamice, advisc_streamice, adtau_beta_eff_streamice, |
$adv_streamice, advisc_streamice, adtau_beta_eff_streamice, |
94 |
$adsurf_el_streamice, adarea_shelf_streamice, adc_basal_friction, |
$adsurf_el_streamice, adarea_shelf_streamice, adc_basal_friction, |
95 |
$ada_glen, adbdot_streamice |
$adb_glen, adbdot_streamice |
96 |
c |
c |
97 |
double precision adr_low(1-olx:snx+olx,1-oly:sny+oly,nsx,nsy) |
double precision adr_low(1-olx:snx+olx,1-oly:sny+oly,nsx,nsy) |
98 |
common /adgrid_rs/ adr_low |
common /adgrid_rs/ adr_low |
128 |
& 1, adr_low, 1, myIter, myThid ) |
& 1, adr_low, 1, myIter, myThid ) |
129 |
#endif |
#endif |
130 |
CALL WRITE_REC_3D_RL( |
CALL WRITE_REC_3D_RL( |
131 |
& 'ADJa_glen.'//suff, writeBinaryPrec, |
& 'ADJb_glen.'//suff, writeBinaryPrec, |
132 |
& 1, ada_glen, 1, myIter, myThid ) |
& 1, adb_glen, 1, myIter, myThid ) |
133 |
CALL WRITE_REC_3D_RL( |
CALL WRITE_REC_3D_RL( |
134 |
& 'ADJbdot.'//suff, writeBinaryPrec, |
& 'ADJbdot.'//suff, writeBinaryPrec, |
135 |
& 1, adbdot_streamice, 1, myIter, myThid ) |
& 1, adbdot_streamice, 1, myIter, myThid ) |