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 14586 for branches/UKMO/dev_r5518_GO6_package_FOAMv14_readchl/NEMOGCM/NEMO/TOP_SRC/MEDUSA/trcnam_medusa.F90 – NEMO

Ignore:
Timestamp:
2021-03-04T16:29:51+01:00 (3 years ago)
Author:
dford
Message:

Allow just physics to use input chlorophyll.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_FOAMv14_readchl/NEMOGCM/NEMO/TOP_SRC/MEDUSA/trcnam_medusa.F90

    r13725 r14586  
    9494      &    xthetarem,xo2min  
    9595#endif 
    96       NAMELIST/natopt/xkg0,xkr0,xkgp,xkrp,xlg,xlr,rpig,ln_rgb 
     96      NAMELIST/natopt/xkg0,xkr0,xkgp,xkrp,xlg,xlr,rpig,ln_rgb,ln_chlbio 
    9797      INTEGER :: jl, jn 
    9898      INTEGER :: ios                 ! Local integer output status for namelist read 
     
    10981098      rpig  = 0. 
    10991099      ln_rgb = .false. 
     1100      ln_chlbio = .true. 
    11001101 
    11011102      !READ(numnatm,natopt) 
     
    11221123         WRITE(numout,*) ' chla/chla+phea ratio            rpig  = ',rpig 
    11231124         WRITE(numout,*) ' use RGB scheme                ln_rgb  = ',ln_rgb 
     1125         WRITE(numout,*) '                            ln_chlbio  = ',ln_chlbio 
    11241126         WRITE(numout,*) ' ' 
    11251127 
Note: See TracChangeset for help on using the changeset viewer.