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 7522 for branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zsbc.F90 – NEMO

Ignore:
Timestamp:
2017-01-02T11:06:49+01:00 (7 years ago)
Author:
cetlod
Message:

3.6 stable : update the offline routines to be able to run passive tracers offline with linear free surface, see ticket #1775

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zsbc.F90

    r6969 r7522  
    263263      ENDIF 
    264264 
    265       ! set the number of level over which river runoffs are applied  
    266       ! online configuration : computed in sbcrnf 
    267       IF( lk_offline ) THEN 
    268         nk_rnf(:,:) = 1 
    269         h_rnf (:,:) = e3t_0(:,:,1) 
    270       ENDIF 
    271265 
    272266      ! dust input from the atmosphere 
Note: See TracChangeset for help on using the changeset viewer.