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 719 for trunk/NEMO/OPA_SRC/LDF – NEMO

Changeset 719 for trunk/NEMO/OPA_SRC/LDF


Ignore:
Timestamp:
2007-10-16T16:59:56+02:00 (17 years ago)
Author:
ctlod
Message:

get back to the nemo_v2_3 version for trunk

Location:
trunk/NEMO/OPA_SRC/LDF
Files:
17 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/LDF/ldfdyn.F90

    • Property svn:keywords changed from Id to Author Date Id Revision
    r699 r719  
    3535   !!---------------------------------------------------------------------- 
    3636   !!   OPA 9.0 , LOCEAN-IPSL (2005)  
    37    !! $Id$ 
     37   !! $Header$  
    3838   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    3939   !!---------------------------------------------------------------------- 
  • trunk/NEMO/OPA_SRC/LDF/ldfdyn_antarctic.h90

    • Property svn:keywords changed from Id to Author Date Id Revision
    r699 r719  
    44   !!---------------------------------------------------------------------- 
    55   !!  OPA 9.0 , LOCEAN-IPSL (2005)  
    6    !! $Id$ 
     6   !! $Header$  
    77   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    88   !!---------------------------------------------------------------------- 
  • trunk/NEMO/OPA_SRC/LDF/ldfdyn_arctic.h90

    • Property svn:keywords changed from Id to Author Date Id Revision
    r699 r719  
    44   !!---------------------------------------------------------------------- 
    55   !!  OPA 9.0 , LOCEAN-IPSL (2005)  
    6    !! $Id$ 
     6   !! $Header$  
    77   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    88   !!---------------------------------------------------------------------- 
  • trunk/NEMO/OPA_SRC/LDF/ldfdyn_c1d.h90

    • Property svn:keywords changed from Id to Author Date Id Revision
    r699 r719  
    55   !!---------------------------------------------------------------------- 
    66   !!   OPA 9.0 , LOCEAN-IPSL (2005)  
    7    !! $Id$ 
     7   !! $Header$  
    88   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    99   !!---------------------------------------------------------------------- 
  • trunk/NEMO/OPA_SRC/LDF/ldfdyn_c2d.h90

    • Property svn:keywords changed from Id to Author Date Id Revision
    r699 r719  
    88   !!---------------------------------------------------------------------- 
    99   !!   OPA 9.0 , LOCEAN-IPSL (2005)  
    10    !! $Id$ 
     10   !! $Header: /home/opalod/NEMOCVSROOT/NEMO/OPA_SRC/LDF/ldfdyn_c2d.h90,v 1.6 2007/06/29 17:01:51 opalod Exp $  
    1111   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    1212   !!---------------------------------------------------------------------- 
  • trunk/NEMO/OPA_SRC/LDF/ldfdyn_c3d.h90

    • Property svn:keywords changed from Id to Author Date Id Revision
    r699 r719  
    55   !!---------------------------------------------------------------------- 
    66   !!  OPA 9.0 , LOCEAN-IPSL (2005)  
    7    !! $Id$ 
     7   !! $Header: /home/opalod/NEMOCVSROOT/NEMO/OPA_SRC/LDF/ldfdyn_c3d.h90,v 1.9 2007/07/04 13:02:29 opalod Exp $  
    88   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    99   !!---------------------------------------------------------------------- 
  • trunk/NEMO/OPA_SRC/LDF/ldfdyn_oce.F90

    • Property svn:keywords changed from Id to Author Date Id Revision
    r699 r719  
    1212   !!---------------------------------------------------------------------- 
    1313   !!  OPA 9.0 , LOCEAN-IPSL (2005)  
    14    !! $Id$ 
     14   !! $Header$  
    1515   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt 
    1616   !!---------------------------------------------------------------------- 
  • trunk/NEMO/OPA_SRC/LDF/ldfdyn_substitute.h90

    • Property svn:keywords changed from Id to Author Date Id Revision
    r699 r719  
    77   !!---------------------------------------------------------------------- 
    88   !!  OPA 9.0 , LOCEAN-IPSL (2005)  
    9    !! $Id$ 
     9   !! $Header$  
    1010   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    1111   !!---------------------------------------------------------------------- 
  • trunk/NEMO/OPA_SRC/LDF/ldfeiv.F90

    • Property svn:keywords changed from Id to Author Date Id Revision
    r717 r719  
    1616   USE oce             ! ocean dynamics and tracers 
    1717   USE dom_oce         ! ocean space and time domain 
    18    USE sbc_oce         ! surface boundary condition: ocean 
    19    USE sbcrnf          ! river runoffs 
    2018   USE ldftra_oce      ! ocean tracer   lateral physics 
    2119   USE phycst          ! physical constants 
    2220   USE ldfslp          ! iso-neutral slopes 
     21   USE flxrnf          !  
    2322   USE in_out_manager  ! I/O manager 
    2423   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
     
    3231   !!---------------------------------------------------------------------- 
    3332   !!  OPA 9.0 , LOCEAN-IPSL (2005)  
    34    !! $Id$ 
     33   !! $Header$  
    3534   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    3635   !!---------------------------------------------------------------------- 
     
    178177            DO ji = 1, jpi 
    179178               zaht      = ( 1. -  MIN( 1., ABS( ff(ji,jj) / zf20 ) ) ) * ( aht0 - zaht_min )  & 
    180                   &      + aht0 * rnfmsk(ji,jj)                          ! enhanced near river mouths 
     179                  &      + aht0 * upsrnfh(ji,jj)                          ! enhanced near river mouths 
    181180               ahtu(ji,jj) = MAX( MAX( zaht_min, aeiu(ji,jj) ) + zaht, aht0 ) 
    182181               ahtv(ji,jj) = MAX( MAX( zaht_min, aeiv(ji,jj) ) + zaht, aht0 ) 
     
    353352            DO ji = 1, jpi 
    354353               zaht      = ( 1. -  MIN( 1., ABS( ff(ji,jj) / zf20 ) ) ) * ( aht0 - zaht_min )  & 
    355                   &      + aht0 * rnfmsk(ji,jj)                          ! enhanced near river mouths 
     354                  &      + aht0 * upsrnfh(ji,jj)                          ! enhanced near river mouths 
    356355               ahtu(ji,jj) = MAX( MAX( zaht_min, aeiu(ji,jj) ) + zaht, aht0 ) 
    357356               ahtv(ji,jj) = MAX( MAX( zaht_min, aeiv(ji,jj) ) + zaht, aht0 ) 
  • trunk/NEMO/OPA_SRC/LDF/ldfeiv_substitute.h90

    • Property svn:keywords changed from Id to Author Date Id Revision
    r699 r719  
    88   !!---------------------------------------------------------------------- 
    99   !!  OPA 9.0 , LOCEAN-IPSL (2005)  
    10    !! $Id$ 
     10   !! $Header$  
    1111   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    1212   !!---------------------------------------------------------------------- 
  • trunk/NEMO/OPA_SRC/LDF/ldfslp.F90

    • Property svn:keywords changed from Id to Author Date Id Revision
    r699 r719  
    4949   !!---------------------------------------------------------------------- 
    5050   !!   OPA 9.0 , LOCEAN-IPSL (2005)  
    51    !! $Id$ 
    52    !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
    5351   !!---------------------------------------------------------------------- 
    5452 
  • trunk/NEMO/OPA_SRC/LDF/ldftra.F90

    • Property svn:keywords changed from Id to Author Date Id Revision
    r699 r719  
    3636   !!--------------------------------------------------------------------------------- 
    3737   !!   OPA 9.0 , LOCEAN-IPSL (2005)  
    38    !! $Id$ 
     38   !! $Header$ 
    3939   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt 
    4040   !!--------------------------------------------------------------------------------- 
  • trunk/NEMO/OPA_SRC/LDF/ldftra_c1d.h90

    • Property svn:keywords changed from Id to Author Date Id Revision
    r699 r719  
    55   !!---------------------------------------------------------------------- 
    66   !!   OPA 9.0 , LOCEAN-IPSL (2005)  
    7    !! $Id$ 
     7   !! $Header$  
    88   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    99   !!---------------------------------------------------------------------- 
  • trunk/NEMO/OPA_SRC/LDF/ldftra_c2d.h90

    • Property svn:keywords changed from Id to Author Date Id Revision
    r699 r719  
    55   !!---------------------------------------------------------------------- 
    66   !!   OPA 9.0 , LOCEAN-IPSL (2005)  
    7    !! $Id$ 
     7   !! $Header$  
    88   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    99   !!---------------------------------------------------------------------- 
  • trunk/NEMO/OPA_SRC/LDF/ldftra_c3d.h90

    • Property svn:keywords changed from Id to Author Date Id Revision
    r699 r719  
    55   !!---------------------------------------------------------------------- 
    66   !!   OPA 9.0 , LOCEAN-IPSL (2005)  
    7    !! $Id$ 
     7   !! $Header$  
    88   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    99   !!---------------------------------------------------------------------- 
  • trunk/NEMO/OPA_SRC/LDF/ldftra_oce.F90

    • Property svn:keywords changed from Id to Author Date Id Revision
    r699 r719  
    1111   !!---------------------------------------------------------------------- 
    1212   !!  OPA 9.0 , LOCEAN-IPSL (2005)  
    13    !! $Id$ 
     13   !! $Header$  
    1414   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    1515   !!---------------------------------------------------------------------- 
  • trunk/NEMO/OPA_SRC/LDF/ldftra_substitute.h90

    • Property svn:keywords changed from Id to Author Date Id Revision
    r699 r719  
    77   !!---------------------------------------------------------------------- 
    88   !!  OPA 9.0 , LOCEAN-IPSL (2005)  
    9    !! $Id$ 
     9   !! $Header$  
    1010   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    1111   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.