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 2919 for branches – NEMO

Changeset 2919 for branches


Ignore:
Timestamp:
2011-10-14T08:30:03+02:00 (13 years ago)
Author:
cbricaud
Message:

corrections after review

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2802_MERCATOR10_diadct/NEMOGCM/NEMO/OPA_SRC/DIA/diadct.F90

    r2913 r2919  
    579579        DO jseg=1,MAX(sec%nb_point-1,0) 
    580580               
    581            !------------------------------------------ 
    582            ! Select good coordinate to have velocity of the segment 
     581           !------------------------------------------------------------------------------------------- 
     582           ! Select good coordinate to have velocity of the segment: 
    583583           ! 
    584            ! CASE( sec%direction(jseg) ) : 
    585            ! 
    586            !              F 
    587            !              | 
    588            !              | 
    589            !              |U CASE(3) 
    590            !      CASE(0) |                     j+1 
    591            !  F ____V_____|F____V_CASE(1)__F 
    592            !              | 
    593            !              |                     j 
    594            !      T       |U CASE(2) 
    595            !       i      |      i+1 
    596            !              F 
    597            !------------------------------------------- 
     584           !                      CASE(0)                                    Case (2) 
     585           !                      -------                                    -------- 
     586           !  listPoint(jseg)                 listPoint(jseg+1)       listPoint(jseg)  F(i,j)       
     587           !      F(i,j)----------V(i+1,j)-------F(i+1,j)                               | 
     588           !                                                                            | 
     589           !                                                                            | 
     590           !                                                                            | 
     591           !                      Case (3)                                            U(i,j) 
     592           !                      --------                                              | 
     593           !                                                                            | 
     594           !  listPoint(jseg+1) F(i,j+1)                                                | 
     595           !                        |                                                   | 
     596           !                        |                                                   | 
     597           !                        |                                 listPoint(jseg+1) F(i,j-1) 
     598           !                        |                                             
     599           !                        |                                             
     600           !                     U(i,j+1)                                             
     601           !                        |                                       Case(1)      
     602           !                        |                                       ------       
     603           !                        |                                             
     604           !                        |                 listPoint(jseg+1)             listPoint(jseg)                            
     605           !                        |                 F(i-1,j)-----------V(i,j) -------f(jseg)                            
     606           ! listPoint(jseg)     F(i,j) 
     607           !  
     608           !------------------------------------------------------------------------------------------- 
     609 
    598610           SELECT CASE( sec%direction(jseg) ) 
    599611           CASE(0)  ;   k = sec%listPoint(jseg) 
Note: See TracChangeset for help on using the changeset viewer.