New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 12622 for NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/src/OCE/FLO/floblk.F90 – NEMO

Ignore:
Timestamp:
2020-03-27T20:55:44+01:00 (4 years ago)
Author:
techene
Message:

all: add e3 substitute (sometimes it requires to add ze3t/u/v/w) and limit precompiled files lines to about 130 character

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/src/OCE/FLO/floblk.F90

    r12590 r12622  
    113113            ! compute the transport across the mesh where the float is. 
    114114!!bug (gm) change e3t into e3. but never checked 
    115             zsurfx(1) = e2u(iiloc(jfl)-1,ijloc(jfl)  )    & 
    116             &         * e3u(iiloc(jfl)-1,ijloc(jfl)  ,-ikl(jfl),Kmm) 
    117             zsurfx(2) = e2u(iiloc(jfl)  ,ijloc(jfl)  )    & 
    118             &         * e3u(iiloc(jfl)  ,ijloc(jfl)  ,-ikl(jfl),Kmm) 
    119             zsurfy(1) = e1v(iiloc(jfl)  ,ijloc(jfl)-1)    & 
    120             &         * e3v(iiloc(jfl)  ,ijloc(jfl)-1,-ikl(jfl),Kmm) 
    121             zsurfy(2) = e1v(iiloc(jfl)  ,ijloc(jfl)  )    & 
    122             &         * e3v(iiloc(jfl)  ,ijloc(jfl)  ,-ikl(jfl),Kmm) 
     115            zsurfx(1) =   & 
     116            &   e2u(iiloc(jfl)-1,ijloc(jfl)  )    & 
     117            & * e3u(iiloc(jfl)-1,ijloc(jfl)  ,-ikl(jfl),Kmm) 
     118            zsurfx(2) =   & 
     119            &   e2u(iiloc(jfl)  ,ijloc(jfl)  )    & 
     120            & * e3u(iiloc(jfl)  ,ijloc(jfl)  ,-ikl(jfl),Kmm) 
     121            zsurfy(1) =   & 
     122            &   e1v(iiloc(jfl)  ,ijloc(jfl)-1)    & 
     123            & * e3v(iiloc(jfl)  ,ijloc(jfl)-1,-ikl(jfl),Kmm) 
     124            zsurfy(2) =   & 
     125            &   e1v(iiloc(jfl)  ,ijloc(jfl)  )    & 
     126            & * e3v(iiloc(jfl)  ,ijloc(jfl)  ,-ikl(jfl),Kmm) 
    123127 
    124128            ! for a isobar float zsurfz is put to zero. The vertical velocity will be zero too. 
Note: See TracChangeset for help on using the changeset viewer.