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 4393 for branches/2013 – NEMO

Changeset 4393 for branches/2013


Ignore:
Timestamp:
2014-02-03T10:40:50+01:00 (10 years ago)
Author:
charris
Message:

#1206 Fix for bug introduced under #1107.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90

    r4162 r4393  
    394394      CASE( 'conservative'  ) 
    395395         srcv( (/jpr_rain, jpr_snow, jpr_ievp, jpr_tevp/) )%laction = .TRUE. 
    396          IF ( k_ice <= 1 )  srcv(jpr_ivep)%laction = .FALSE. 
     396         IF ( k_ice <= 1 )  srcv(jpr_ievp)%laction = .FALSE. 
    397397      CASE( 'oce and ice'   )   ;   srcv( (/jpr_ievp, jpr_sbpr, jpr_semp, jpr_oemp/) )%laction = .TRUE. 
    398398      CASE default              ;   CALL ctl_stop( 'sbc_cpl_init: wrong definition of sn_rcv_emp%cldes' ) 
Note: See TracChangeset for help on using the changeset viewer.