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 2350 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/TRA/trasbc.F90 – NEMO

Ignore:
Timestamp:
2010-11-01T17:44:01+01:00 (14 years ago)
Author:
rfurner
Message:

correction to river scheme to restore conservation of heat and salt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/TRA/trasbc.F90

    r2287 r2350  
    131131      ENDIF 
    132132 
     133      !---------------------------------------- 
     134      !        EMP, EMPS and QNS effects 
     135      !---------------------------------------- 
    133136      !                                          Set before sbc tracer content fields 
    134137      !                                          ************************************ 
     
    194197         CALL iom_rstput( kt, nitrst, numrow, 'sbc_sc_b', sbc_tsc(:,:,jp_sal) ) 
    195198      ENDIF 
    196       !                             !==  Runoffs  ==! 
     199      ! 
     200      !---------------------------------------- 
     201      !        River Runoff effects 
     202      !---------------------------------------- 
     203      ! 
     204      zfact = 0.5e0 
     205 
    197206      ! Effect on (t,s) due to river runoff (dilution effect automatically applied via vertical tracer advection)  
    198207      IF( ln_rnf ) THEN   
Note: See TracChangeset for help on using the changeset viewer.