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 10241 for branches/UKMO/AMM15_v3_6_STABLE_package_bgc_updates/NEMOGCM/NEMO/TOP_SRC/trc.F90 – NEMO

Ignore:
Timestamp:
2018-10-26T18:02:18+02:00 (5 years ago)
Author:
dford
Message:

Add visibility diagnostic (can't currently be done via fabm.yaml without changing the FABM code).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/AMM15_v3_6_STABLE_package_bgc_updates/NEMOGCM/NEMO/TOP_SRC/trc.F90

    r10162 r10241  
    149149   LOGICAL            , PUBLIC                                        ::  ln_diatrc      !: boolean term for additional diagnostic 
    150150   INTEGER            , PUBLIC                                        ::  nn_writedia    !: frequency of additional outputs 
     151#if defined key_fabm 
     152   REAL(wp)           , PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:,:)   ::  visib          !: visibility 
     153#endif 
    151154 
    152155   !! Biological trends 
     
    253256! FABM <<<+++ 
    254257         &      ln_trc_sbc(jptra)     , ln_trc_cbc(jptra)     , ln_trc_obc(jptra)     ,       & 
     258         &      visib(jpi,jpj,jpk)    ,                                                       & 
    255259#endif 
    256260#if defined key_bdy 
Note: See TracChangeset for help on using the changeset viewer.