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 5866 for branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/OPA_SRC/SBC/sbcrnf.F90 – NEMO

Ignore:
Timestamp:
2015-11-06T11:42:35+01:00 (8 years ago)
Author:
gm
Message:

#1613: vvl by default: add ln_linssh and remove key_vvl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/OPA_SRC/SBC/sbcrnf.F90

    r5845 r5866  
    209209      ! 
    210210      IF( ln_rnf_depth .OR. ln_rnf_depth_ini ) THEN      !==   runoff distributed over several levels   ==! 
    211          IF( lk_vvl ) THEN             ! variable volume case 
     211         IF( .NOT.ln_linssh ) THEN     ! variable volume case 
    212212            DO jj = 1, jpj                   ! update the depth over which runoffs are distributed 
    213213               DO ji = 1, jpi 
     
    232232         ENDIF 
    233233      ELSE                       !==   runoff put only at the surface   ==! 
    234          IF( lk_vvl ) THEN              ! variable volume case 
     234         IF( .NOT.ln_linssh ) THEN              ! variable volume case 
    235235            h_rnf(:,:) = e3t_n(:,:,1)   ! recalculate h_rnf to be depth of top box 
    236236         ENDIF 
Note: See TracChangeset for help on using the changeset viewer.