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.
2020WP/KERNEL-06_techene_better_e3_management (diff) – NEMO

Changes between Version 10 and Version 11 of 2020WP/KERNEL-06_techene_better_e3_management


Ignore:
Timestamp:
2020-07-20T12:15:42+02:00 (4 years ago)
Author:
techene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2020WP/KERNEL-06_techene_better_e3_management

    v10 v11  
    4040Eventually, all the dom_vvl_interpol call are removed, each time e3 is called we use a substitute to replace e3 by e3_0 (1 + ssh / h_0). For backward compatibility a cpp key manages the use of the new version vs. the old version. We will duplicate modules such as step and domvvl into stepLF and domQE (QE stands for Quasi Eulerian) and create a subtitute module.  
    4141 
    42 List the Fortran modules and subroutines to be edited. 
    43 - src/ICE/iceistate.F90 
    44 - src/OCE/DIA/diamlr.F90 
    45 - src/OCE/DOM/dom_oce.F90 
    46 - src/OCE/DOM/domain.F90 
    47 - src/OCE/DOM/dommsk.F90 
    48 - src/OCE/SBC/sbcblk.F90 
    49 - src/OCE/SBC/sbcice_cice.F90 
    50 List the Fortran modules and subroutines to be duplicated/edited. 
    51 - src/OCE/DOM/domvvl.F90 
    52 - src/OCE/step.F90 
    53 List the Fortran modules and subroutines to be XXX. 
    54 - src/OCE/DYN/dynatf.F90 
    55 - src/OCE/TRA/traatf.F90 
     42Integrated in mid merge trunk.  
     43 
    5644List the Fortran modules and subroutines to be created. 
    5745substitute.F90