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 118 for trunk/NEMO/OPA_SRC/LDF/ldfdyn_c2d.h90 – NEMO

Ignore:
Timestamp:
2004-06-29T13:14:57+02:00 (20 years ago)
Author:
opalod
Message:

CT : UPDATE076 : Some comments have been adapted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/LDF/ldfdyn_c2d.h90

    r32 r118  
    4242      IF(lwp) WRITE(numout,*) 
    4343 
    44       ! Set ahm1 and ahm2 ( T- and F- points) (used for laplacian operators 
    45       ! =================                       whatever its orientation is) 
     44      ! harmonic operator (ahm1, ahm2) : ( T- and F- points) (used for laplacian operators 
     45      ! ===============================                       whatever its orientation is) 
    4646      IF( ln_dynldf_lap ) THEN 
    4747         ! define ahm1 and ahm2 at the right grid point position 
     
    8181      ENDIF 
    8282 
    83       ! ahm3 and ahm4 at U- and V-points (used for bilaplacian operator 
    84       ! ================================  whatever its orientation is) 
     83      ! biharmonic operator (ahm3, ahm4) : at U- and V-points (used for bilaplacian operator 
     84      ! =================================                      whatever its orientation is) 
    8585      IF( ln_dynldf_bilap ) THEN 
    8686         ! (USER: modify ahm3 and ahm4 following your desiderata) 
Note: See TracChangeset for help on using the changeset viewer.