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 10045 for branches/NERC/dev_r5518_GO6_under_ice_relax/NEMOGCM/NEMO/TOP_SRC/MEDUSA/trcctl_medusa.F90 – NEMO

Ignore:
Timestamp:
2018-08-07T14:19:25+02:00 (6 years ago)
Author:
jpalmier
Message:

Andrew's changes to add the OMIP double_DIC (activated with key_omip_dic)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5518_GO6_under_ice_relax/NEMOGCM/NEMO/TOP_SRC/MEDUSA/trcctl_medusa.F90

    r5726 r10045  
    99   !!              -   !  2008-11  (A. Yool) continuing adaptation for MEDUSA 
    1010   !!              -   !  2010-03  (A. Yool) updated for branch inclusion 
     11   !!              -   !  2018-08  (A. Yool) add OMIP preindustrial DIC 
    1112   !!---------------------------------------------------------------------- 
    12  
    1313#if defined key_medusa 
    1414 
     
    4545! ----------------------- 
    4646# if defined key_roam 
     47#  if defined key_omip_dic      
     48      IF (jp_medusa /= 16) THEN  
     49          IF (lwp) THEN  
     50              WRITE (numout,*) ' ===>>>> : W A R N I N G ' 
     51              WRITE (numout,*) ' =======   ============= ' 
     52              WRITE (numout,*)                             & 
     53              &   ' STOP, change jp_medusa to 16 in '      & 
     54              &  ,' par_medusa.F90 '   
     55          END IF  
     56          STOP 'TRC_CTL' 
     57      END IF  
     58#  else 
    4759      IF (jp_medusa /= 15) THEN  
    4860          IF (lwp) THEN  
     
    5567          STOP 'TRC_CTL' 
    5668      END IF  
     69#  endif 
    5770# else 
    5871      IF (jp_medusa /= 11) THEN  
Note: See TracChangeset for help on using the changeset viewer.