/[MITgcm]/MITgcm/pkg/admtlm/admtlm_map.F
ViewVC logotype

Annotation of /MITgcm/pkg/admtlm/admtlm_map.F

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


Revision 1.4 - (hide annotations) (download)
Mon Oct 8 23:45:51 2007 UTC (16 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63p, checkpoint63q, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint60, checkpoint61, checkpoint62, checkpoint63, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59k, checkpoint59j, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.3: +5 -3 lines
add missing cvs $Header:$ or $Name:$

1 jmc 1.4 C $Header: $
2     C $Name: $
3 heimbach 1.1
4     #include "CPP_OPTIONS.h"
5    
6     subroutine admtlm_map( myThid )
7     C /==========================================================\
8     C | subroutine admtlm_map |
9     C | o This routine assigns final T,S to cost function |
10     C \==========================================================/
11     implicit none
12    
13     C == Global variables ===
14     #include "SIZE.h"
15     #include "EEPARAMS.h"
16     #include "PARAMS.h"
17 heimbach 1.2 #ifdef ALLOW_ADMTLM
18 heimbach 1.1 # include "adcost.h"
19     # include "g_cost.h"
20     #endif
21    
22     C ======== Routine arguments ======================
23     C myThid - Thread number for this instance of the routine.
24     integer myThid
25    
26 heimbach 1.2 #ifdef ALLOW_ADMTLM
27 heimbach 1.1 C ========= Local variables =========================
28     integer i, j, k
29     integer bi, bj
30    
31     DO bj=myByLo(myThid),myByHi(myThid)
32     DO bi=myBxLo(myThid),myBxHi(myThid)
33 heimbach 1.3 DO j=1,sNy
34     DO i=1,sNx
35     DO k=1,4*Nr
36 jmc 1.4 adobjf_state_final(i,j,bi,bj,k) =
37 heimbach 1.3 & g_objf_state_final(i,j,bi,bj,k)
38 heimbach 1.1 END DO
39 jmc 1.4 adobjf_state_final(i,j,bi,bj,4*Nr+1) =
40 heimbach 1.3 & g_objf_state_final(i,j,bi,bj,4*Nr+1)
41 heimbach 1.1 END DO
42 heimbach 1.3 END DO
43 heimbach 1.1 END DO
44     END DO
45    
46     #endif
47 jmc 1.4
48 heimbach 1.1 end

  ViewVC Help
Powered by ViewVC 1.1.22