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 6127 for branches/2015 – NEMO

Changeset 6127 for branches/2015


Ignore:
Timestamp:
2015-12-18T14:02:05+01:00 (8 years ago)
Author:
flavoni
Message:

remove useless modification for runoff, see ticket 1591

File:
1 edited

Legend:

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

    r6069 r6127  
    126126      IF(   ln_rnf_sal   )   CALL fld_read ( kt, nn_fsbc, sf_s_rnf )    ! idem for runoffs salinity    if required 
    127127      ! 
    128 !!gm BUG :  TO BE REMOVED !! 
    129       ! Runoff reduction only associated to the ORCA2_LIM configuration 
    130       ! when reading the NetCDF file runoff_1m_nomask.nc 
    131       IF( cp_cfg == 'orca' .AND. jp_cfg == 2 .AND. .NOT. l_rnfcpl )   THEN 
    132          WHERE( 40._wp < gphit(:,:) .AND. gphit(:,:) < 65._wp ) 
    133             sf_rnf(1)%fnow(:,:,1) = 0.85 * sf_rnf(1)%fnow(:,:,1) 
    134          END WHERE 
    135       ENDIF 
    136 !!gm end 
    137       ! 
    138128      IF( MOD( kt - 1, nn_fsbc ) == 0 ) THEN 
    139129         ! 
Note: See TracChangeset for help on using the changeset viewer.