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 3743 for branches/2012/dev_MERGE_2012/NEMOGCM – NEMO

Ignore:
Timestamp:
2013-01-12T13:58:21+01:00 (11 years ago)
Author:
vichi
Message:

Removed the key_pisces macro for light absorption with bio model

The key was preventing the light coupling between physics and any other bio model.
Now when key_top is activated, the control is passed to the namelist
parameter ln_qsr_bio.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/NEMO/OPA_SRC/trc_oce.F90

    r3294 r3743  
    2727   REAL(wp), PUBLIC, SAVE, ALLOCATABLE, DIMENSION(:,:,:) ::   facvol   !: volume for degraded regions 
    2828 
    29 #if defined key_top && defined key_pisces 
    30    !!---------------------------------------------------------------------- 
    31    !!   'key_top'   &   'key_pisces'                       PISCES bio-model           
     29#if defined key_top  
     30   !!---------------------------------------------------------------------- 
     31   !!   'key_top'                                                 bio-model           
    3232   !!---------------------------------------------------------------------- 
    3333   LOGICAL, PUBLIC, PARAMETER ::   lk_qsr_bio = .TRUE.   !: bio-model light absorption flag 
Note: See TracChangeset for help on using the changeset viewer.