/[MITgcm]/MITgcm_contrib/dgoldberg/streamice/streamice_dump_ad.F
ViewVC logotype

Diff of /MITgcm_contrib/dgoldberg/streamice/streamice_dump_ad.F

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by heimbach, Fri Jul 27 21:07:13 2012 UTC revision 1.3 by dgoldberg, Thu Sep 27 20:29:00 2012 UTC
# Line 62  C     msgBuf - Error message buffer Line 62  C     msgBuf - Error message buffer
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)
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,
69         $nsy)
70        double precision adc_basal_friction(1-olx:snx+olx,1-oly:sny+oly,        double precision adc_basal_friction(1-olx:snx+olx,1-oly:sny+oly,
71       $nsx,nsy)       $nsx,nsy)
72        double precision adh_streamice(1-olx:snx+olx,1-oly:sny+oly,nsx,        double precision adh_streamice(1-olx:snx+olx,1-oly:sny+oly,nsx,
# Line 78  C     msgBuf - Error message buffer Line 81  C     msgBuf - Error message buffer
81       $nsy)       $nsy)
82        double precision advisc_streamice(1-olx:snx+olx,1-oly:sny+oly,nsx,        double precision advisc_streamice(1-olx:snx+olx,1-oly:sny+oly,nsx,
83       $nsy)       $nsy)
84        common /adstreamice_fields_rl/ adh_streamice, adu_streamice,  #ifdef USE_ALT_RLOW
85       $adv_streamice, advisc_streamice, adtau_beta_eff_streamice,        double precision adr_low_si(1-olx:snx+olx,1-oly:sny+oly,nsx,
86       $adsurf_el_streamice, adarea_shelf_streamice, adc_basal_friction       $nsy)
87          common /adstreamice_fields_rl/ adh_streamice, adu_streamice,
88         $adv_streamice, advisc_streamice, adtau_beta_eff_streamice,
89         $adsurf_el_streamice, adarea_shelf_streamice, adc_basal_friction,
90         $ada_glen, adbdot_streamice, adr_low_si
91    #else
92          common /adstreamice_fields_rl/ adh_streamice, adu_streamice,
93         $adv_streamice, advisc_streamice, adtau_beta_eff_streamice,
94         $adsurf_el_streamice, adarea_shelf_streamice, adc_basal_friction,
95         $ada_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
99    #endif
100    
101  c     == end of interface ==  c     == end of interface ==
102  CEOP  CEOP
# Line 105  C--     Read IO error counter Line 118  C--     Read IO error counter
118          CALL WRITE_REC_3D_RL(          CALL WRITE_REC_3D_RL(
119       &       'ADJh_streamice.'//suff, writeBinaryPrec,       &       'ADJh_streamice.'//suff, writeBinaryPrec,
120       &       1,  adh_streamice, 1, myIter, myThid )       &       1,  adh_streamice, 1, myIter, myThid )
121    #ifdef USE_ALT_RLOW
122            CALL WRITE_REC_3D_RL(
123         &       'ADJr_low.'//suff, writeBinaryPrec,
124         &       1,  adr_low_si, 1, myIter, myThid )
125    #else
126          CALL WRITE_REC_3D_RL(          CALL WRITE_REC_3D_RL(
127       &       'ADJr_low.'//suff, writeBinaryPrec,       &       'ADJr_low.'//suff, writeBinaryPrec,
128       &       1,  adr_low, 1, myIter, myThid )       &       1,  adr_low, 1, myIter, myThid )
129    #endif
130            CALL WRITE_REC_3D_RL(
131         &       'ADJa_glen.'//suff, writeBinaryPrec,
132         &       1,  ada_glen, 1, myIter, myThid )
133            CALL WRITE_REC_3D_RL(
134         &       'ADJbdot.'//suff, writeBinaryPrec,
135         &       1,  adbdot_streamice, 1, myIter, myThid )
136    
137        ENDIF        ENDIF
138    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22