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 7766 for branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/MEDUSA/trcdms_medusa.F90 – NEMO

Ignore:
Timestamp:
2017-03-07T19:30:03+01:00 (7 years ago)
Author:
jpalmier
Message:

JPALM -- adapted MEDUSA_SBC to coupled mode, and merged this branch with RICHARD s fixes_part2 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/MEDUSA/trcdms_medusa.F90

    r6719 r7766  
    55   !!====================================================================== 
    66   !! History : 
    7    !!  -   !  2014-08  (J. Palmiéri - A. Yool)    added for UKESM1 project 
     7   !!  -   !  2014-08  (J. Palmieri - A. Yool)    added for UKESM1 project 
    88   !!---------------------------------------------------------------------- 
    99#if defined key_medusa && defined key_roam 
     
    4444      !! 
    4545      !! Title  : Calculates DMS ocean surface concentration 
    46       !! Author : Julien Palmiéri and Andrew Yool 
     46      !! Author : Julien Palmieri and Andrew Yool 
    4747      !! Date   : 08/08/14  
    4848      !! 
     
    118118! 
    119119! AXY (13/03/15): Simo & Dachs (2002) 
    120         fq1 = (-1 * log(mld)) + 5.7 
     120        fq1 = (-1.0 * log(mld)) + 5.7 
    121121        fq2 = (55.8 * cmr) + 0.6 
    122122        if (cmr < 0.02) then 
     
    136136!         
    137137! AXY (13/03/15): Halloran et al. (2010) 
    138         fq1 = (-1 * log(mld)) + 5.7 
     138        fq1 = (-1.0 * log(mld)) + 5.7 
    139139        fq2 = (55.8 * cmr) + 0.6 
    140140        fq3 = (90.0 / mld) 
     
    179179 
    180180 
     181 
Note: See TracChangeset for help on using the changeset viewer.