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 7953 for branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfqiao.F90 – NEMO

Ignore:
Timestamp:
2017-04-23T09:30:41+02:00 (7 years ago)
Author:
gm
Message:

#1880 (HPC-09): add zdfphy (the ZDF manager) + remove all key_...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfqiao.F90

    r7646 r7953  
    6767      !--------------------------------------------------------------------------------- 
    6868      ! 
     69!!gm Comment: I don't understand the use of min of 4 gdepw_n to define a quantity at w-point 
     70!!gm                       ==>> this is an error.... 
    6971      DO jk = 1, jpk 
    7072         DO jj = 1, jpjm1 
     
    101103      !------------------------------- 
    102104      ! 
     105!!gm  with double diffusion activated, avs is not updated... 
     106!!gm                    =====>>> BUG 
    103107      DO jk = 1, jpkm1 
    104108         DO jj = 1, jpj 
     
    112116      ! 
    113117   END SUBROUTINE zdf_qiao 
     118 
    114119 
    115120   INTEGER FUNCTION zdf_qiao_alloc() 
Note: See TracChangeset for help on using the changeset viewer.