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 359 for trunk/NEMO/OPA_SRC/par_oce.F90 – NEMO

Ignore:
Timestamp:
2005-12-21T11:46:45+01:00 (19 years ago)
Author:
opalod
Message:

nemo_v1_update_033 : RB + CT : Add new surface pressure gradient algorithms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/par_oce.F90

    r311 r359  
    77   !!   4.0  !  91     (Imbard, Levy, Madec)  Original code 
    88   !!   9.0  !  04-01  (G. Madec, J.-M. Molines)  Free form and module 
     9   !!    "   !  05-11  (V. Garnier) Surface pressure gradient organization 
    910   !!---------------------------------------------------------------------- 
    1011   !!  OPA 9.0 , LOCEAN-IPSL (2005)  
     
    196197#endif 
    197198 
     199#if defined key_autotasking 
     200   LOGICAL, PUBLIC, PARAMETER ::   lk_jki = .TRUE.   !: j-k-i loop flag 
     201#else 
     202   LOGICAL, PUBLIC, PARAMETER ::   lk_jki = .FALSE.  !: k-j-i loop flag 
     203#endif 
     204 
    198205   !!====================================================================== 
    199206END MODULE par_oce 
Note: See TracChangeset for help on using the changeset viewer.