/[MITgcm]/MITgcm/pkg/mom_fluxform/MOM_FLUXFORM.h
ViewVC logotype

Contents of /MITgcm/pkg/mom_fluxform/MOM_FLUXFORM.h

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


Revision 1.1 - (show annotations) (download)
Wed May 3 23:35:11 2006 UTC (18 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58e_post, checkpoint58r_post, checkpoint58n_post, checkpoint58h_post, checkpoint58q_post, checkpoint58j_post, checkpoint58f_post, checkpoint58i_post, checkpoint58g_post, checkpoint58o_post, checkpoint58k_post, checkpoint58p_post, checkpoint58m_post
File MIME type: text/plain
Now rstar adjoint.

1
2 #ifdef NONLIN_FRSURF
3 # ifndef DISABLE_RSTAR_CODE
4 C == Local variables in common block ==
5 C dWtransC :: vertical transp. difference between r & r* coordinates
6 C dWtransU :: same but above u.point location (West face)
7 C dWtransV :: same but above v.point location (South face)
8 COMMON /LOCAL_MOM_CALC_RTRANS/
9 & dWtransC, dWtransU, dWtransV
10 _RL dWtransC(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
11 _RL dWtransU(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
12 _RL dWtransV(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
13 # endif
14 #endif /* NONLIN_FRSURF */
15

  ViewVC Help
Powered by ViewVC 1.1.22