/[MITgcm]/MITgcm/pkg/exf/exf_mapfields.F
ViewVC logotype

Diff of /MITgcm/pkg/exf/exf_mapfields.F

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

revision 1.12 by heimbach, Wed Jun 29 07:11:18 2005 UTC revision 1.13 by heimbach, Tue Dec 13 19:46:46 2005 UTC
# Line 53  c     == global variables == Line 53  c     == global variables ==
53  #include "exf_param.h"  #include "exf_param.h"
54  #include "exf_constants.h"  #include "exf_constants.h"
55  #include "exf_fields.h"  #include "exf_fields.h"
56    #include "exf_clim_param.h"
57  #include "exf_clim_fields.h"  #include "exf_clim_fields.h"
58  #ifdef ALLOW_AUTODIFF_TAMC  #ifdef ALLOW_AUTODIFF_TAMC
59  # include "tamc.h"  # include "tamc.h"
# Line 67  c     mythid - thread number for this in Line 68  c     mythid - thread number for this in
68  c     == local variables ==  c     == local variables ==
69    
70        integer bi,bj        integer bi,bj
71        integer i,j        integer i,j,k
72        integer jtlo        integer jtlo
73        integer jthi        integer jthi
74        integer itlo        integer itlo
# Line 212  c             Short wave radiative flux. Line 213  c             Short wave radiative flux.
213            enddo            enddo
214  #endif  #endif
215    
216    #ifdef ALLOW_CLIMTEMP_RELAXATION
217              if ( climtempfile .NE. ' ' ) then
218                 do k = 1, Nr
219                    do j = jmin,jmax
220                       do i = imin,imax
221                          thetaStar(i,j,k,bi,bj)  = climtemp(i,j,k,bi,bj)
222                       enddo
223                    enddo
224                 enddo
225              endif
226    #endif
227    
228    #ifdef ALLOW_CLIMSALT_RELAXATION
229              if ( climsaltfile .NE. ' ' ) then
230                 do k = 1, Nr
231                    do j = jmin,jmax
232                       do i = imin,imax
233                          saltStar(i,j,k,bi,bj)  = climsalt(i,j,k,bi,bj)
234                       enddo
235                    enddo
236                 enddo
237              endif
238    #endif
239    
240  #ifdef ATMOSPHERIC_LOADING  #ifdef ATMOSPHERIC_LOADING
241            do j = jmin,jmax            do j = jmin,jmax
242              do i = imin,imax              do i = imin,imax
# Line 239  c      _EXCH_XY_R4(    fv, mythid ) Line 264  c      _EXCH_XY_R4(    fv, mythid )
264  #ifdef ALLOW_CLIMSSS_RELAXATION  #ifdef ALLOW_CLIMSSS_RELAXATION
265        _EXCH_XY_R4(   sss, mythid )        _EXCH_XY_R4(   sss, mythid )
266  #endif  #endif
267    #ifdef ALLOW_CLIMTEMP_RELAXATION
268          _EXCH_XYZ_R4( thetaStar, mythid )
269    #endif
270    #ifdef ALLOW_CLIMSALT_RELAXATION
271          _EXCH_XYZ_R4( saltStar, mythid )
272    #endif
273  #ifdef ATMOSPHERIC_LOADING  #ifdef ATMOSPHERIC_LOADING
274        _EXCH_XY_R4( pload, mythid )        _EXCH_XY_R4( pload, mythid )
275  #endif  #endif

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.22