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

Ignore:
Timestamp:
2017-04-11T13:58:38+02:00 (7 years ago)
Author:
jpalmier
Message:

JPALM -- 11-04-2017 -- MEDUSA spring tidy-up refreshning session

File:
1 edited

Legend:

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

    r7611 r7894  
    66   !! History : 
    77   !!  -   !  2015-06  (A. Yool)             added for UKESM project 
    8    !!---------------------------------------------------------------------- 
    9 #if defined key_medusa && defined key_roam && defined key_mocsy 
     8   !!  -   !  2017-04  (A. Yool)             alter optK1K2 to 'w14' option 
     9   !!---------------------------------------------------------------------- 
     10#if defined key_medusa && defined key_roam 
    1011   !!---------------------------------------------------------------------- 
    1112   !!                                        MEDUSA carbonate chemistry 
    1213   !!---------------------------------------------------------------------- 
    13    !!   trc_co2_medusa        :   
     14   !!   mocsy_wrapper 
    1415   !!---------------------------------------------------------------------- 
    1516 
     
    218219! present) 
    219220! 
     221!======================================================================= 
     222! 
     223! AXY (05/04/17): alter options to include optK1K2 = 'w14' 
     224! 
     225! In conversation with Jim Orr, Waters (2014) is now the  
     226! preferred option for optK1K2 in the case of global scale  
     227! simulations since this formulation works over broader ranges 
     228! of temperature (0 < T < 50) and salinity (1 < S < 50). 
     229! 
     230! NOTE: *contrary* to the notice above, MEDUSA has now been 
     231! revised to remove the PML carbonate chemistry routine as part 
     232! of a wider code review. This routine is not anticipated to be  
     233! used again, and has several out of date parameterisations  
     234! relative to MOCSY. As a result, key_mocsy is no longer required. 
     235! 
    220236        USE mocsy_singledouble 
    221237        IMPLICIT NONE 
     
    249265!  CONFIGURE OPTIONS 
    250266!> ====================================================================== 
    251 !> OPTIONS: see complete documentation in 'vars' subroutine 
     267!> OPTIONS: see complete documentation in 'vars' subroutine (in mocsy_mainmod.F90) 
     268!> AXY (05/04/17): optK1K2 switched from 'm10' to 'w14' 
    252269!> Typical options for MODELS 
    253270   optCON  = 'mol/m3' ! input concentrations are in MOL/M3 
     
    255272   optP    = 'm'      ! input variable 'depth' is in METERS 
    256273   optB    = 'l10'    ! Lee et al. (2010) formulation for total boron 
    257    optK1K2 = 'l'      ! Lueker et al. (2000) formulations for K1 & K2 (best practices) 
     274   optK1K2 = 'w14'    ! Lueker et al. (2000) formulations for K1 & K2 (best practices) 
    258275   optKf   = 'dg'     ! Dickson & Riley (1979) formulation for Kf (recommended by Dickson & Goyet, 1994) 
     276!> optK1K2 = 'l'      ! Lueker et al. (2000) formulations for K1 & K2 (best practices) 
     277!> optKf   = 'dg'     ! Dickson & Riley (1979) formulation for Kf (recommended by Dickson & Goyet, 1994) 
    259278 
    260279!> ====================================================================== 
Note: See TracChangeset for help on using the changeset viewer.